1
0
Fork 0

Updates for v0.9.10

This commit is contained in:
curt 2006-04-05 19:52:52 +00:00
parent 86d606f87a
commit 12c43fb29e
3 changed files with 6 additions and 3 deletions

View file

@ -46,10 +46,12 @@ fgfs-base-tar:
--exclude='*/Textures.high/*.new' \
--exclude='*/Textures.high/*.orig' \
--exclude='*/Textures.high/*.save' \
--exclude='*/data/Data' \
--exclude='*/Docs/source' \
--exclude='*/Models/MNUAV' \
--exclude='*/Models/Airspace' \
-cjvf fgfs-base-$(VERSION).tar.bz2 \
data/AI \
data/Aircraft/Generic \
data/Aircraft/Instruments \
data/Aircraft/Instruments-3d \

5
NEWS
View file

@ -1,5 +1,5 @@
New in 0.9.10-pre3
* March 27, 2006
New in 0.9.10
* April 5, 2006
* Many improvements to the multi-player mode. Other airplanes are now
updated smoothly. There is a really nifty google maps based moving
@ -13,6 +13,7 @@ New in 0.9.10-pre3
* Complete overhaul/redo of terrain textures based on USGS satellite imagery.
* Added background ATC chatter.
* Updated/improved rain cone rendering.
* Updated manual.
* Upgraded to JSBSim v2.0
* Fix a discrepancy in sign of twist and incidence values in YASim

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-pre3)
AM_INIT_AUTOMAKE(FlightGear, 0.9.10)
dnl Checks for programs.
AC_PROG_MAKE_SET