Added a VERSION file to contain the current version number.
Updated NEWS.
This commit is contained in:
parent
937b80eff4
commit
7651ee98bd
4 changed files with 14 additions and 2 deletions
|
@ -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 -)
|
||||
|
|
12
NEWS
12
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
|
||||
|
|
1
VERSION.in
Normal file
1
VERSION.in
Normal file
|
@ -0,0 +1 @@
|
|||
@VERSION@
|
|
@ -262,6 +262,7 @@ fi
|
|||
AM_CONFIG_HEADER(Include/config.h)
|
||||
|
||||
AC_OUTPUT( \
|
||||
VERSION \
|
||||
Makefile \
|
||||
Include/Makefile \
|
||||
Lib/Makefile \
|
||||
|
|
Loading…
Add table
Reference in a new issue