]> git.mxchange.org Git - simgear.git/commitdiff
v0.3.9-pre3 updates.
authorcurt <curt>
Fri, 11 Nov 2005 00:44:59 +0000 (00:44 +0000)
committercurt <curt>
Fri, 11 Nov 2005 00:44:59 +0000 (00:44 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fe3779761a418b6f01d6d8d6e586b94b45ff7c5c..f1976949aba7f57c68ba59737bd7ddd1d24605fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ New in 0.3.9-pre2
   features, fixes parser bugs, fixes several internal bugs.
 * Our 3d cockpit jitter problem is fixed (woohoo!)
 * Add code to support rendering to a texture.
+* Allow "tip" popups to pop themselves down after the appropriate
+  timeout, even if the sim time is paused.
 * Various low model level animation fixes and additions ... color,
   transparency, 'chrome' effects, randomized spin, etc.
 * Create our own portable stdint.h implementation.
index 9ed2ceb97be1b4e7ff8759f586f55575ba5f1450..5fd4d6e4595a7dc051147da50c3e96ca73bc82ba 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.9-pre2)
+AM_INIT_AUTOMAKE(SimGear, 0.3.9-pre3)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.