]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks for 0.9.5-pre3 release.
authorcurt <curt>
Tue, 27 Jul 2004 21:40:37 +0000 (21:40 +0000)
committercurt <curt>
Tue, 27 Jul 2004 21:40:37 +0000 (21:40 +0000)
NEWS
configure.ac
src/Main/main.cxx

diff --git a/NEWS b/NEWS
index 86d266e6fb9d63a6711de28d893a9242550034cc..c68609834260b778b58a12301b7eaa1c8d732615 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,13 +17,16 @@ New in 0.9.5-pre1
 * The GPS module has been overhauled.
 * New joystick configurations added: Cyborg Evo, Top Gun Fox2 Pro USB,
   MacAlly iStick USB, SideWinder Precision Pro (on Windows.)
-* Updated aircraft: A-10, AN-225, B-52F, BAC-TSR2, T-37, T-38, YF-23, Beech-99,
-  BO-105 (helicopter), DC-3, F-104, F-16, Fokker 50, Fokker 100, Pilatus PC-7.
+* Updated aircraft: 747 flight dynamics model, A-10, AN-225, B-52F, BAC-TSR2,
+  T-37, T-38, YF-23, Beech-99, BO-105 (helicopter), DC-3, F-104, F-16,
+  Fokker 50, Fokker 100, Pilatus PC-7.
 * New aircraft: Concorde, MD-11, Spitfire IIA, TU-154.
 * Updated airport, runway, taxiway, windsock, beacon, and tower data.
 * Updated world scenery based on SRTM terrain data.  New scenery includes
   accurate radio towers for the USA.
-
+* Fix a small bug in the "generic" export protocol.
+* Fix (workaround) the shrinking dialogs bug.
+* Delay FDM initialization until initial scenery is fully loaded.
 
 New in 0.9.4
 * March 26, 2004
index fa4a98c255a882c9a50e0a1be5995ecce7b27105..b9bd6e9dfaaaa7e27713ee50b8401c47da91d054 100644 (file)
@@ -12,7 +12,7 @@ AC_PREREQ(2.52)
 dnl Initialize the automake stuff
 dnl set the $host variable based on local machine/os
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(FlightGear, 0.9.5-pre2)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.5-pre3)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
index c2f48b6282c2cbac6e12f75f2e4003d093c5b04a..7072f348db93adbbb6f6bef2699e604576bb2346 100644 (file)
@@ -1559,7 +1559,7 @@ bool fgMainInit( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "0.9.5-pre2";
+    static char required_version[] = "0.9.5-pre3";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application