]> git.mxchange.org Git - flightgear.git/commitdiff
Version 0.44 -> 0.45
authorcurt <curt>
Sat, 2 May 1998 01:47:49 +0000 (01:47 +0000)
committercurt <curt>
Sat, 2 May 1998 01:47:49 +0000 (01:47 +0000)
NEWS
configure
configure.in

diff --git a/NEWS b/NEWS
index 800448baa48e94f49f56584f81b203f52f0525ec..56af2400bf5e1dafb6bcfcc6191f2325770cff7a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+New in 0.45:
+* Added an option to enable/disable wireframe rendering.
+* 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.
+
 New in 0.44: 
 * Fixed a horible bug that cause the time to be *WAY* off when
   compiling with the CygWin32 compiler.
@@ -5,7 +11,7 @@ New in 0.44:
   on systems that have trouble building zlib.
 * Minor adjustment to texture coordinate generation to reduce texture
   swimming.
-* Added an option to enable/disable texture maps
+* Added a command line option to enable/disable texture maps
 * Minor transformation adjustments to try to keep scenery tiles closer
   to (0, 0, 0) GLfloats run out of precision at the distances we need
   to model the earth, but we can do a bunch of pre-transformations
index 6bbf3e96fa5cee8589757e26b90dbf4ca79d1f67..b46cb7a72286d30f6227c46879d6f29477938b32 100755 (executable)
--- a/configure
+++ b/configure
@@ -703,7 +703,7 @@ fi
 
 PACKAGE=FlightGear
 
-VERSION=0.44
+VERSION=0.45
 
 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 ebb5f6ab11ca7097bf632a44da703f408b327cf9..010bdc712b47228464df0f04f9d73f996edeedb3 100644 (file)
@@ -5,7 +5,7 @@ dnl
 AC_INIT(Simulator/Aircraft/aircraft.c)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.44)
+AM_INIT_AUTOMAKE(FlightGear, 0.45)
 
 dnl Checks for programs.