]> git.mxchange.org Git - flightgear.git/commitdiff
Prepairing for 0.57
authorcurt <curt>
Wed, 25 Nov 1998 01:32:24 +0000 (01:32 +0000)
committercurt <curt>
Wed, 25 Nov 1998 01:32:24 +0000 (01:32 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index e43789176f32755560516030276137a2fd5fbe92..3d24738f8c219291e65d540d51203a750439cd00 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 
index 3792d592f14e7fe58d7bb9ab0bfc6ab7f00e88b6..8d492c08b04da8e936e6fc9bbc0d5d9c7ca852af 100644 (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