]> git.mxchange.org Git - simgear.git/commitdiff
Updates for 0.3.8-pre2 release.
authorcurt <curt>
Mon, 3 Jan 2005 19:05:32 +0000 (19:05 +0000)
committercurt <curt>
Mon, 3 Jan 2005 19:05:32 +0000 (19:05 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 985a203f9c6c4bfd0799c68c89361a1b5a250521..053a8d29a87eeb1a6404b710726ffd4565faddc0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-New in 0.3.8-pre1
-* December 15, 2004
+New in 0.3.8-pre2
+* January 3, 2005
 
 * Configure script does a sanity check for the existance of openal.
 * Better pthreads detection for FreeBSD.
@@ -11,6 +11,9 @@ New in 0.3.8-pre1
 * Make display list usage optional.
 * Event manager: specifying a zero delay will force event execution in
   the next frame rather than entering an infinite loop.
+* gcc-4.0 fix.
+* Fixes to property tree loading and saving.
+* Make volume inaudible at startup.
 
 
 New in 0.3.7
index c3e399af7e9833beeee5062c8151b106b8d1831e..24595cf85f085c3352fe00446200f97a197c8182 100644 (file)
@@ -8,7 +8,7 @@ dnl Require at least automake 2.52
 AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.8-pre1)
+AM_INIT_AUTOMAKE(SimGear, 0.3.8-pre2)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.