From e6b0d644d4720b80bfa52574afae4aaae2c5288f Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 27 Mar 2006 18:48:36 +0000 Subject: [PATCH] v0.3.10-pre3 updates. --- Makefile.am | 2 ++ NEWS | 6 ++++-- configure.ac | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2008a52e..07fe7e45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 3ab9bd36..16a88e8d 100644 --- 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 diff --git a/configure.ac b/configure.ac index 032cee17..0902a601 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- 2.39.5