]> git.mxchange.org Git - simgear.git/commitdiff
v0.3.10-pre3 updates.
authorcurt <curt>
Mon, 27 Mar 2006 18:48:36 +0000 (18:48 +0000)
committercurt <curt>
Mon, 27 Mar 2006 18:48:36 +0000 (18:48 +0000)
Makefile.am
NEWS
configure.ac

index 2008a52e13050719f0a06da08858eaae5f9f90e9..07fe7e45a68ea7695c538d9a68f59ddbdaaba2f3 100644 (file)
@@ -4,6 +4,7 @@ EXTRA_DIST = \
        DoxygenMain.cxx \
        README.MSVC \
        README.zlib \
+        projects \
        SimGear.dsp \
        SimGear.dsw
 
@@ -11,6 +12,7 @@ SUBDIRS       = simgear
 
 dist-hook:
        (cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl)
+       rm -rf `find $(distdir)/projects -name CVS`
 
 #
 # Rule to build RPM distribution package
diff --git a/NEWS b/NEWS
index 3ab9bd36b1ac4e898945c50f49bea3cc2e4854be..16a88e8d04b7395cd57c0c72770edb830f265311 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-New in 0.3.10-pre2
-* March 23, 2006
+New in 0.3.10-pre3
+* March 27, 2006
 
 * Add a small accessor function to expose local timezone offset.
 * Improved exception handling and made output more helpful in various places.
@@ -17,11 +17,13 @@ New in 0.3.10-pre2
   library.
 * Add MacOS RenderTexture support.
 * Add a Nasal based io libarary that is not activated by default.
+* Added a set of preliminary MS-VC8 project files.
 
 * Various platform related bug fixes.
 * Various compiler related bug/warning fixes.
 * Clean up some things that triggered valgrind warnings.
 * Fix a Nasal cmp() bug.
+* Removed ancient version of zlib from distribution.
 
 
 New in 0.3.9
index 032cee17431b6977a63e6b7a6e6226561b996954..0902a601d55dbd27bd688cde80b676d94dfa8895 100644 (file)
@@ -8,7 +8,7 @@ dnl Require at least automake 2.52
 AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.10-pre2)
+AM_INIT_AUTOMAKE(SimGear, 0.3.10-pre3)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.