Tweaks for 0.9.5-pre3 release.
This commit is contained in:
parent
7ec5cbff7b
commit
f9af52b588
3 changed files with 8 additions and 5 deletions
9
NEWS
9
NEWS
|
@ -17,13 +17,16 @@ New in 0.9.5-pre1
|
||||||
* The GPS module has been overhauled.
|
* The GPS module has been overhauled.
|
||||||
* New joystick configurations added: Cyborg Evo, Top Gun Fox2 Pro USB,
|
* New joystick configurations added: Cyborg Evo, Top Gun Fox2 Pro USB,
|
||||||
MacAlly iStick USB, SideWinder Precision Pro (on Windows.)
|
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,
|
* Updated aircraft: 747 flight dynamics model, A-10, AN-225, B-52F, BAC-TSR2,
|
||||||
BO-105 (helicopter), DC-3, F-104, F-16, Fokker 50, Fokker 100, Pilatus PC-7.
|
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.
|
* New aircraft: Concorde, MD-11, Spitfire IIA, TU-154.
|
||||||
* Updated airport, runway, taxiway, windsock, beacon, and tower data.
|
* Updated airport, runway, taxiway, windsock, beacon, and tower data.
|
||||||
* Updated world scenery based on SRTM terrain data. New scenery includes
|
* Updated world scenery based on SRTM terrain data. New scenery includes
|
||||||
accurate radio towers for the USA.
|
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
|
New in 0.9.4
|
||||||
* March 26, 2004
|
* March 26, 2004
|
||||||
|
|
|
@ -12,7 +12,7 @@ AC_PREREQ(2.52)
|
||||||
dnl Initialize the automake stuff
|
dnl Initialize the automake stuff
|
||||||
dnl set the $host variable based on local machine/os
|
dnl set the $host variable based on local machine/os
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE(FlightGear, 0.9.5-pre2)
|
AM_INIT_AUTOMAKE(FlightGear, 0.9.5-pre3)
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
|
|
|
@ -1559,7 +1559,7 @@ bool fgMainInit( int argc, char **argv ) {
|
||||||
fgInitFGRoot(argc, argv);
|
fgInitFGRoot(argc, argv);
|
||||||
|
|
||||||
// Check for the correct base package version
|
// 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();
|
string base_version = fgBasePackageVersion();
|
||||||
if ( !(base_version == required_version) ) {
|
if ( !(base_version == required_version) ) {
|
||||||
// tell the operator how to use this application
|
// tell the operator how to use this application
|
||||||
|
|
Loading…
Add table
Reference in a new issue