From 7651ee98bd60a3919db7c5703ad33f0ef04626dc Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 9 Dec 1998 18:47:14 +0000 Subject: [PATCH] Added a VERSION file to contain the current version number. Updated NEWS. --- Makefile.am | 2 +- NEWS | 12 +++++++++++- VERSION.in | 1 + configure.in | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 VERSION.in diff --git a/Makefile.am b/Makefile.am index 73e467cfc..2b5318b4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = Include Lib Simulator Tools Tests EXTRA_DIST = README.Unix README.Linux README.Win32 \ - README.autoconf README.running Thanks acsite.m4 + README.autoconf README.running Thanks VERSION acsite.m4 dist-hook: tar cf - Hints | (cd $(distdir); tar xvf -) diff --git a/NEWS b/NEWS index 7affdfc4e..89b4c10c5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ New in 0.57 -* Support for an arbitrary number of serial ports. +* Support for an arbitrary number of serial ports + additional serial port + output tweaks. +* Portability enhancements for Borland, Solaris, and SGI. +* Some internal class renaming and reorganizations. fgFLIGHT becomes FGState. + fgCONTROLS becomes FGControls. +* Started work on an "external" flight model so the sim can be driven from + external input (serial port, network, file, etc.) +* Fixed a problem that creeped in with setting the initial startup altitude. + This could cause an unrecoverable bounce and you'd end up flipped on your + back. Should be fixed now. +* Sun now appears to grow in size as it gets very low in the horizon. New in 0.56 * Changed default HUD units to the more standard feet units. You can still diff --git a/VERSION.in b/VERSION.in new file mode 100644 index 000000000..d78bda934 --- /dev/null +++ b/VERSION.in @@ -0,0 +1 @@ +@VERSION@ diff --git a/configure.in b/configure.in index ad6a8b982..7ce5573c5 100644 --- a/configure.in +++ b/configure.in @@ -262,6 +262,7 @@ fi AM_CONFIG_HEADER(Include/config.h) AC_OUTPUT( \ + VERSION \ Makefile \ Include/Makefile \ Lib/Makefile \ -- 2.39.5