Prerelease updates.
This commit is contained in:
@@ -22,7 +22,7 @@ PROJECT_NAME = SimGear
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 0.3.7
|
PROJECT_NUMBER = 0.3.8
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|||||||
@@ -1,3 +1,18 @@
|
|||||||
|
New in 0.3.8-pre1
|
||||||
|
* December 15, 2004
|
||||||
|
|
||||||
|
* Configure script does a sanity check for the existance of openal.
|
||||||
|
* Better pthreads detection for FreeBSD.
|
||||||
|
* Abstract out the location of gl.h, glu.h, and glut.h so we can more
|
||||||
|
easily support MacOS which puts these in an oddball location.
|
||||||
|
* Added two new debug output types for instrumentation and systems.
|
||||||
|
* Add a name parameter to the waypoint class for supporting a route
|
||||||
|
manager in the flightgear gps module.
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
|
||||||
New in 0.3.7
|
New in 0.3.7
|
||||||
* October 12, 2004
|
* October 12, 2004
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,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.7)
|
AM_INIT_AUTOMAKE(SimGear, 0.3.8-pre1)
|
||||||
|
|
||||||
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