Updates for 0.3.8-pre2 release.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
New in 0.3.8-pre1
|
New in 0.3.8-pre2
|
||||||
* December 15, 2004
|
* January 3, 2005
|
||||||
|
|
||||||
* Configure script does a sanity check for the existance of openal.
|
* Configure script does a sanity check for the existance of openal.
|
||||||
* Better pthreads detection for FreeBSD.
|
* Better pthreads detection for FreeBSD.
|
||||||
@@ -11,6 +11,9 @@ New in 0.3.8-pre1
|
|||||||
* Make display list usage optional.
|
* Make display list usage optional.
|
||||||
* Event manager: specifying a zero delay will force event execution in
|
* Event manager: specifying a zero delay will force event execution in
|
||||||
the next frame rather than entering an infinite loop.
|
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
|
New in 0.3.7
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ dnl Require at least automake 2.52
|
|||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
|
|
||||||
dnl Initialize the automake stuff
|
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 Specify KAI C++ compiler and flags.
|
||||||
dnl Borrowed with slight modification from blitz distribution.
|
dnl Borrowed with slight modification from blitz distribution.
|
||||||
|
|||||||
Reference in New Issue
Block a user