]> git.mxchange.org Git - simgear.git/commitdiff
Tweaks for 0.3.6-pre2
authorcurt <curt>
Wed, 21 Jul 2004 21:22:21 +0000 (21:22 +0000)
committercurt <curt>
Wed, 21 Jul 2004 21:22:21 +0000 (21:22 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 3e0c3ccab1b910c1b114c22096ead5eebe982ab0..b1d359dc6a43004315fa6ab74bb54995e3b967d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
-New in 0.3.6-pre1
+New in 0.3.6-pre2
 * Better MinGW support
+* A bit better handling of OpenAL under Cygwin
 * Switched audio system from plib's "sl/sm" to OpenAL.
 * Add support for scaling an object based on distance.  The scaling
   factor is determined by a lookup table based on distance.
 * Add a "flash" animation type.
 * Fix cloud positioning/animation bugs.
+* Fix an off-by-one error in props_io.cxx
+* Clip audio gain (volume) to 1.0
 
 
 New in 0.3.5
index 80e1bc41ab42fa7f2f2aa51468d384454cdf5c25..802b8446dc3ba9ca9ca0c4e30e5e67c4e9158cc9 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-pre1)
+AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre2)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.