]> git.mxchange.org Git - flightgear.git/commitdiff
-> version 0.46
authorcurt <curt>
Thu, 7 May 1998 23:02:53 +0000 (23:02 +0000)
committercurt <curt>
Thu, 7 May 1998 23:02:53 +0000 (23:02 +0000)
NEWS
configure
configure.in

diff --git a/NEWS b/NEWS
index 56af2400bf5e1dafb6bcfcc6191f2325770cff7a..eda2c3c27261023e35bbf3c8ffed380aff062c48 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ New in 0.45:
 * Added an option to enable/disable fog/haze.
 * Added an option to enable/disable sky blending.
 * Added an option to select smooth/flat polygon shading.
+* Added an option to enable full-screen mode.
+* Added a visual frame rate counter on the HUD.  (Contributed by Durk Talsma)
+* Autopilot updates (Jeff Goeke-Smith)
+* Added an option to control the number of neighboring tiles that are drawn
 
 New in 0.44: 
 * Fixed a horible bug that cause the time to be *WAY* off when
index b46cb7a72286d30f6227c46879d6f29477938b32..185a82c741ad9228a31c4f901c5565d785b2d67d 100755 (executable)
--- a/configure
+++ b/configure
@@ -703,7 +703,7 @@ fi
 
 PACKAGE=FlightGear
 
-VERSION=0.45
+VERSION=0.46
 
 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; }
@@ -1316,7 +1316,7 @@ echo "configure:1316: checking for ld used by GCC" >&5
   ac_prog=`($CC -print-prog-name=ld) 2>&5`
   case "$ac_prog" in
   # Accept absolute paths.
-  /* | A-Za-z:\\*)
+  /* | [A-Za-z]:\\*)
     test -z "$LD" && LD="$ac_prog"
     ;;
   "")
index 010bdc712b47228464df0f04f9d73f996edeedb3..d4950d6d1ca585d37fa558dedf6b86287829d5e8 100644 (file)
@@ -5,7 +5,7 @@ dnl
 AC_INIT(Simulator/Aircraft/aircraft.c)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.45)
+AM_INIT_AUTOMAKE(FlightGear, 0.46)
 
 dnl Checks for programs.