]> git.mxchange.org Git - simgear.git/commitdiff
Various 0.3.3 last minute tweaks.
authorcurt <curt>
Tue, 3 Jun 2003 18:48:49 +0000 (18:48 +0000)
committercurt <curt>
Tue, 3 Jun 2003 18:48:49 +0000 (18:48 +0000)
Doxyfile
DoxygenMain.cxx
Makefile.am
NEWS
configure.ac

index e00e7963457a611cd0cc069b36e23af0405ca6d4..76b6676b6e424ab838f8edcaae548d0689649de8 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -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.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. 
index 5ef9e167fa54148dbedbc120f71d9e047f60d284..8a65e9651fb5861003921db6f3c58ef1f20b0aea 100644 (file)
  *
  * - 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:
index ae7eb9c68624520d5b9097b0f7bd85674e5ddb5c..f4c8249cf7573328daeb745a6741ffd7c161f267 100644 (file)
@@ -11,7 +11,7 @@ EXTRA_DIST = \
 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
diff --git a/NEWS b/NEWS
index 6876ada5213a543de9c81143d6ff8ae3d324b247..839efe0fe59e75e1b8f1a6918668467c0dc6d1bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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
 
index fb11f4942d202a9ad404252e738671e1422016f5..6dff2c2f9cd6111230cc4535fa39f453121cb65a 100644 (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.2)
+AM_INIT_AUTOMAKE(SimGear, 0.3.3)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.