From f9af52b588be85b3176435f08bc0339bd8b43aa8 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 27 Jul 2004 21:40:37 +0000 Subject: [PATCH] Tweaks for 0.9.5-pre3 release. --- NEWS | 9 ++++++--- configure.ac | 2 +- src/Main/main.cxx | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 86d266e6f..c68609834 100644 --- 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 diff --git a/configure.ac b/configure.ac index fa4a98c25..b9bd6e9df 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/Main/main.cxx b/src/Main/main.cxx index c2f48b628..7072f348d 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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