From 12c43fb29e8eadc368f29d201e93759adbb2619e Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 5 Apr 2006 19:52:52 +0000 Subject: [PATCH] Updates for v0.9.10 --- Makefile.am | 2 ++ NEWS | 5 +++-- configure.ac | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index c179077d6..3934e12e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 17fa194a1..ae3db6c85 100644 --- 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 diff --git a/configure.ac b/configure.ac index 31daed80d..81e9ff559 100644 --- a/configure.ac +++ b/configure.ac @@ -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