New in 0.9.8
-* December 20, 2004
+* January 18, 2005
* Added an encoder and transponder to the available avionics modules.
* gcc 2.95 and 4.0 fixes.
* Updated aircraft: 737, A-10, AN-225, B-52, BAC-TSR2, Concorde,
- Spitfire, BO-105 Helicopter, F-15 (updated flight control system),
- Fokker DR1, Fokker 50, Fokker 100, Seahawk made carrier capable (working
- arresting hook),
+ Spitfire, BO-105 Eurocopter, DHC2, F-15 (updated flight control system),
+ Fokker DR1, Fokker 50, Fokker 100, OV10, Seahawk made carrier
+ capable (working arresting hook),
* New aircraft: Cessna Citation-II (wip), Beech 1900D, DHC-2 Beaver
(on floats)
added Oracle head quarters to bay area scenery, added Dumbarton
bridge at the south end of the SFO bay, added a model of Alcatraz,
+
New in 0.9.6
* October 12, 2004
dnl Initialize the automake stuff
dnl set the $host variable based on local machine/os
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(FlightGear, 0.9.8-pre2)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.8)
dnl Checks for programs.
AC_PROG_MAKE_SET
exit
fi
-AC_MSG_CHECKING([for plib 1.8.0 or newer])
+AC_MSG_CHECKING([for plib 1.8.4 or newer])
AC_TRY_RUN([
#include <plib/ul.h>
-#define MIN_PLIB_VERSION 170
+#define MIN_PLIB_VERSION 184
int main() {
int major, minor, micro;