]> git.mxchange.org Git - simgear.git/commitdiff
Tweaks for 0.3.7-pre1
authorcurt <curt>
Fri, 10 Sep 2004 18:16:06 +0000 (18:16 +0000)
committercurt <curt>
Fri, 10 Sep 2004 18:16:06 +0000 (18:16 +0000)
Doxyfile
NEWS
configure.ac

index fb3e30bd915b1134bf2ef8873f80ed4e468099ad..eeb587bdca6d2eb737c6e44c7f867cacfd335547 100644 (file)
--- 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 f343a300b25a773eb26de88ba8f05cc6582859ca..60ec526648cc83a812f4f9f228755cb38fb68d8f 100644 (file)
--- 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
 
index 105ed297163acf0fcd433d1798b9ac877e7d13e0..dd4aeccb436f8ad7cc02e4422e63ec424b5c2603 100644 (file)
@@ -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.