]> git.mxchange.org Git - simgear.git/commitdiff
0.7.9pre2 changes.
authorcurt <curt>
Wed, 13 Feb 2002 15:10:06 +0000 (15:10 +0000)
committercurt <curt>
Wed, 13 Feb 2002 15:10:06 +0000 (15:10 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index d330f3ae811a072454e35c7ca4b2ccb123a64987..a55612e05672cb52ad51310c98593852eeee57ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-New in 0.0.17
+New in 0.0.17pre2
+* February 13, 2002
+
+* Replaced some cout's with SG_LOG's
+
+
+New in 0.0.17pre1
+* February 12, 2002
+
 * Removed metakit and zlib from build process.  Tarballs are still included
   for those who's systems don't provide these packages.
 * MSVC fixes.
@@ -20,6 +28,7 @@ New in 0.0.17
   and debug tracing of property reads/writes.
 * Updates/fixes to xml handling.
 
+
 New in 0.0.16
 * July 12, 2001
 * Various changes to the property manager implimentation to better support
index 01438c6f1c8b37de2217a98605d38295ea1a46d1..b3cb50ccf8fd3b626d219799f15d3be7454bf8f3 100644 (file)
@@ -9,7 +9,7 @@ AC_INIT(simgear/bucket/newbucket.cxx)
 AC_PREREQ(2.13)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.17)
+AM_INIT_AUTOMAKE(SimGear, 0.0.17pre2)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.