1
0
Fork 0

Prepairing for 0.57

This commit is contained in:
curt 1998-11-25 01:32:24 +00:00
parent 6711a2cdde
commit 82ee994188
2 changed files with 9 additions and 1 deletions

8
NEWS
View file

@ -6,6 +6,14 @@ New in 0.56
Windoze and other platforms.
* Also added a fall back to the GLUT joystick routines for windows (until
we can find better joystick support.)
* Added some initial serial port support for acting like gps and outputing
nmea data such that could be fed into a flight map software package.
* Miscellaneous code clean ups, portability improvements, and optimizations.
* Switched to a streams based error/debug logging system that can be
completely stripped out for a release build (./configure --without-logging)
* Support for cygwin32 b20 compiler (latest release)
* Continued progress on instrument panel
* Support for starting fgfs at higher resolutions.
New in 0.55
* New version of gpc (generic polygon clipping library) from

View file

@ -6,7 +6,7 @@ dnl
AC_INIT(Simulator/Aircraft/aircraft.cxx)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(FlightGear, 0.56)
AM_INIT_AUTOMAKE(FlightGear, 0.57)
dnl Checks for programs.
AC_PROG_MAKE_SET