Tweaks for 0.3.7-pre1

This commit is contained in:
curt 2004-09-10 18:16:06 +00:00
parent 090f79b951
commit f3d8eb4665
3 changed files with 11 additions and 2 deletions

View File

@ -22,7 +22,7 @@ PROJECT_NAME = SimGear
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.3.6
PROJECT_NUMBER = 0.3.7
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

9
NEWS
View File

@ -1,3 +1,12 @@
New in 0.3.7-pre1
* September 10, 2004
* Add support for parsing xml from an in memory buffer, not just a file.
* Don't reduce visibility for a "clear" cloud layer.
* Add support for audio orientation (direction and cone) for internal
view and tower view.
New in 0.3.6
* July 29, 2004

View 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)
AM_INIT_AUTOMAKE(SimGear, 0.3.7-pre1)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.