From: curt Date: Fri, 10 Sep 2004 18:16:06 +0000 (+0000) Subject: Tweaks for 0.3.7-pre1 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3d8eb4665f46bf0b9135a57d2c0eac35ed59cf6;p=simgear.git Tweaks for 0.3.7-pre1 --- diff --git a/Doxyfile b/Doxyfile index fb3e30bd..eeb587bd 100644 --- a/Doxyfile +++ b/Doxyfile @@ -22,7 +22,7 @@ PROJECT_NAME = SimGear # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.3.6 +PROJECT_NUMBER = 0.3.7 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/NEWS b/NEWS index f343a300..60ec5266 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +New in 0.3.7-pre1 +* September 10, 2004 + +* Add support for parsing xml from an in memory buffer, not just a file. +* Don't reduce visibility for a "clear" cloud layer. +* Add support for audio orientation (direction and cone) for internal + view and tower view. + + New in 0.3.6 * July 29, 2004 diff --git a/configure.ac b/configure.ac index 105ed297..dd4aeccb 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.3.6) +AM_INIT_AUTOMAKE(SimGear, 0.3.7-pre1) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.