1
0
Fork 0

Ready for v0.9.8.

This commit is contained in:
curt 2005-01-19 02:11:52 +00:00
parent 1ad71dbbe0
commit c4901ffae2
2 changed files with 8 additions and 7 deletions

9
NEWS
View file

@ -1,5 +1,5 @@
New in 0.9.8 New in 0.9.8
* December 20, 2004 * January 18, 2005
* Added an encoder and transponder to the available avionics modules. * Added an encoder and transponder to the available avionics modules.
@ -40,9 +40,9 @@ New in 0.9.8
* gcc 2.95 and 4.0 fixes. * gcc 2.95 and 4.0 fixes.
* Updated aircraft: 737, A-10, AN-225, B-52, BAC-TSR2, Concorde, * Updated aircraft: 737, A-10, AN-225, B-52, BAC-TSR2, Concorde,
Spitfire, BO-105 Helicopter, F-15 (updated flight control system), Spitfire, BO-105 Eurocopter, DHC2, F-15 (updated flight control system),
Fokker DR1, Fokker 50, Fokker 100, Seahawk made carrier capable (working Fokker DR1, Fokker 50, Fokker 100, OV10, Seahawk made carrier
arresting hook), capable (working arresting hook),
* New aircraft: Cessna Citation-II (wip), Beech 1900D, DHC-2 Beaver * New aircraft: Cessna Citation-II (wip), Beech 1900D, DHC-2 Beaver
(on floats) (on floats)
@ -53,6 +53,7 @@ New in 0.9.8
added Oracle head quarters to bay area scenery, added Dumbarton added Oracle head quarters to bay area scenery, added Dumbarton
bridge at the south end of the SFO bay, added a model of Alcatraz, bridge at the south end of the SFO bay, added a model of Alcatraz,
New in 0.9.6 New in 0.9.6
* October 12, 2004 * October 12, 2004

View file

@ -10,7 +10,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.8-pre2) AM_INIT_AUTOMAKE(FlightGear, 0.9.8)
dnl Checks for programs. dnl Checks for programs.
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
@ -360,11 +360,11 @@ if test "x$ac_cv_header_plib_ul_h" != "xyes"; then
exit exit
fi fi
AC_MSG_CHECKING([for plib 1.8.0 or newer]) AC_MSG_CHECKING([for plib 1.8.4 or newer])
AC_TRY_RUN([ AC_TRY_RUN([
#include <plib/ul.h> #include <plib/ul.h>
#define MIN_PLIB_VERSION 170 #define MIN_PLIB_VERSION 184
int main() { int main() {
int major, minor, micro; int major, minor, micro;