From 32a3b551d884eee4c29f968eb905575ab6174337 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Apr 2014 10:18:38 -0400 Subject: [PATCH] Documentation updates in preparation for 4.5.0 release. --- configure.ac | 2 +- doc/ReleaseNotes.txt | 5 ++++- doc/doxygen/Doxyfile | 2 +- doc/doxygen/download.txt | 14 ++++++++++++-- doc/doxygen/index.txt | 2 +- doc/doxygen/information.txt | 2 +- doc/doxygen/usage.txt | 4 +++- 7 files changed, 23 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 830c6f5..a5595f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(STK, 4.4.4, gary@music.mcgill.ca, stk) +AC_INIT(STK, 4.5.0, gary@music.mcgill.ca, stk) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/Stk.cpp) AC_CONFIG_FILES(Makefile src/Makefile projects/demo/Makefile projects/effects/Makefile projects/ragamatic/Makefile projects/examples/Makefile projects/examples/libMakefile projects/eguitar/Makefile) diff --git a/doc/ReleaseNotes.txt b/doc/ReleaseNotes.txt index b48ef4e..afe035d 100644 --- a/doc/ReleaseNotes.txt +++ b/doc/ReleaseNotes.txt @@ -4,7 +4,10 @@ By Perry R. Cook and Gary P. Scavone, 1995--2014. v4.5.0: (?? April 2014) - updated versions of RtAudio and RtMidi, with associated renaming of RtError class to either RtAudioError or RtMidiError - +- new iOS project files (thanks to Ariel Elkin) +- various bug fixes and updates to minimize compiler warnings +- ADSR fix for decay/release time calculations +- various updates to build system v4.4.4: (24 August 2012) - new FreeVerb class (thanks to Greg Burlet) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 397991d..b0ca246 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = STK # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.4.4 +PROJECT_NUMBER = 4.5.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/doxygen/download.txt b/doc/doxygen/download.txt index def0613..85f6d3b 100644 --- a/doc/doxygen/download.txt +++ b/doc/doxygen/download.txt @@ -1,14 +1,24 @@ /*! \page download Download, Release Notes, and Bug Fixes -\section down Download Version 4.4.4 (24 August 2012): +\section down Download Version 4.5.0 (?? April 2014): \section notes Release Notes: +\subsection v4dot5dot0 Version 4.5.0 + + + \subsection v4dot4dot4 Version 4.4.4