# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.3.2
+PROJECT_NUMBER = 0.3.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
*
* - A sound effects manager. (SGSoundMgr, SGSimpleSound, SGSound)
*
- * - A threading abstraction.
+ * - A threading abstraction. (SGThread)
*
* - A simple but highly functional XML parser that interfaces nicely
- * with the property manager.
+ * with the property manager. (easyxml.hxx)
* \section supports Supported Platforms
* SimGear has been built on the following platforms:
SUBDIRS = src-libs simgear
dist-hook:
- (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
+ (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.9/admin/am2dsp.pl)
#
# Rule to build RPM distribution package
+New in 0.3.3
+* June 3, 2003
+
+* Fix a compile problem for cygwin
+* Updated/tweaked doxygen documentation in several areas
+
+
New in 0.3.2
* June 2, 2003
AC_PREREQ(2.52)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.2)
+AM_INIT_AUTOMAKE(SimGear, 0.3.3)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.