]> git.mxchange.org Git - flightgear.git/commitdiff
Updates for v0.9.10
authorcurt <curt>
Wed, 5 Apr 2006 19:52:52 +0000 (19:52 +0000)
committercurt <curt>
Wed, 5 Apr 2006 19:52:52 +0000 (19:52 +0000)
Makefile.am
NEWS
configure.ac

index c179077d6c196997b3cbe31b5ca4efe6be677418..3934e12e959e821e75606dea4f5e814b308809b4 100644 (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 \
diff --git a/NEWS b/NEWS
index 17fa194a1912dc44605308425b029ee323f1a0d9..ae3db6c8561f2066d164fd4a7dd5a657e8d13598 100644 (file)
--- a/NEWS
+++ b/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
index 31daed80dcde35ae5f77234824b55f9bece06730..81e9ff559a0c162b24ff133d0b168123661da95a 100644 (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