Updates for v0.9.10
This commit is contained in:
parent
86d606f87a
commit
12c43fb29e
3 changed files with 6 additions and 3 deletions
|
@ -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
5
NEWS
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue