]> git.mxchange.org Git - flightgear.git/commitdiff
New in 0.47
authorcurt <curt>
Wed, 13 May 1998 18:22:30 +0000 (18:22 +0000)
committercurt <curt>
Wed, 13 May 1998 18:22:30 +0000 (18:22 +0000)
0.46 -> 0.47

NEWS
configure
configure.in

diff --git a/NEWS b/NEWS
index eda2c3c27261023e35bbf3c8ffed380aff062c48..5ad7244952aa43754af931455b72cbe9e461e02a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+New in 0.47
+* Added a command line option to specify --fg-root which will override
+  $FG_ROOT
+* Hard coded default locations for FG_ROOT for situations when nothing
+  is specified.  Unix = /usr/local/lib/FlightGear  Win32 = \FlightGear
+* Restructured the command line processing code so that it can process
+  these sames comands (one per line) out of a config file.
+* Added a command line option to specify field of view.  This is
+  adjustable at run time using "X / x".  Supporting code contributed
+  by Norman Vine.
+
+New in 0.46:
+* Complete C++ re-write of the HUD section.
+* Miscellaneous bug fixes and tweaks.
+
 New in 0.45:
 * Added an option to enable/disable wireframe rendering.
 * Added an option to enable/disable fog/haze.
index 185a82c741ad9228a31c4f901c5565d785b2d67d..ac59779e7a69a6cffd44a7e66fb6ed2f5f756241 100755 (executable)
--- a/configure
+++ b/configure
@@ -703,7 +703,7 @@ fi
 
 PACKAGE=FlightGear
 
-VERSION=0.46
+VERSION=0.47
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index d4950d6d1ca585d37fa558dedf6b86287829d5e8..543b1dd11dbccbee01d88584aa3676285f3ad9ed 100644 (file)
@@ -5,7 +5,7 @@ dnl
 AC_INIT(Simulator/Aircraft/aircraft.c)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.46)
+AM_INIT_AUTOMAKE(FlightGear, 0.47)
 
 dnl Checks for programs.