]> git.mxchange.org Git - simgear.git/commitdiff
Ready for 0.3.8 release.
authorcurt <curt>
Tue, 18 Jan 2005 14:34:13 +0000 (14:34 +0000)
committercurt <curt>
Tue, 18 Jan 2005 14:34:13 +0000 (14:34 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 053a8d29a87eeb1a6404b710726ffd4565faddc0..db142bda1caff374b5b7166382da2428f37bcb3e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-New in 0.3.8-pre2
-* January 3, 2005
+New in 0.3.8
+* January 18, 2005
 
 * Configure script does a sanity check for the existance of openal.
 * Better pthreads detection for FreeBSD.
@@ -14,6 +14,13 @@ New in 0.3.8-pre2
 * gcc-4.0 fix.
 * Fixes to property tree loading and saving.
 * Make volume inaudible at startup.
+* Solaris fixes.
+* For low density cloud coverages, blend the layer to nothing as we pass
+  through instead of fully engulfing the aircraft in the cloud.
+* Add several new capabilities to the texture management code for building
+  normal maps and doing some simple on-the-fly effects on textures.
+* Better error message for sound problems.
+* Add support for binding a thread to a specific CPU.
 
 
 New in 0.3.7
index 1734e725af48f57748783e768fa46f09bd9248ae..d5761639d5ee5796c7ee1797b700429225df06c3 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-pre2)
+AM_INIT_AUTOMAKE(SimGear, 0.3.8)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.