1
0
Fork 0

Preparations for v0.9.10-pre2 release.

This commit is contained in:
curt 2006-03-23 17:01:21 +00:00
parent 6317faf376
commit a837b6e768
4 changed files with 11329 additions and 11252 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,29 +1,29 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "FlightGear"=".\FlightGear.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "FlightGear"=".\FlightGear.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################

6
NEWS
View file

@ -1,5 +1,5 @@
New in 0.9.10-pre1
* March 20, 2006
New in 0.9.10-pre2
* March 23, 2006
* Many improvements to the multi-player mode. Other airplanes are now
updated smoothly. There is a really nifty google maps based moving
@ -11,6 +11,7 @@ New in 0.9.10-pre1
* Added a detailed model of the Honeywell MK VIII EGPWS ground
proximity warning system.
* Added background ATC chatter.
* Updated/improved rain cone rendering.
* Upgraded to JSBSim v2.0
* Fix a discrepancy in sign of twist and incidence values in YASim
@ -93,6 +94,7 @@ New in 0.9.10-pre1
- English Electric Lightning (F.1A)
- Lockheed 1049 Constellation
- Lockheed F-80C Shooting Star
- Messerschmitt Bf 109
- Ogel (a for-fun fantasy airplane.)
- New OV-10 with Clickable 3D cockpit
- Piper PA24-250 Comanche 250 (N7764P)

View file

@ -10,7 +10,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.10-pre1)
AM_INIT_AUTOMAKE(FlightGear, 0.9.10-pre2)
dnl Checks for programs.
AC_PROG_MAKE_SET