]> git.mxchange.org Git - flightgear.git/commitdiff
Moving past 0.49
authorcurt <curt>
Fri, 3 Jul 1998 11:53:19 +0000 (11:53 +0000)
committercurt <curt>
Fri, 3 Jul 1998 11:53:19 +0000 (11:53 +0000)
NEWS
Thanks
configure.in

diff --git a/NEWS b/NEWS
index eeef3c6c6510a7d46fbbaeac725d07272a443c27..eb7cb3e1be3c2312caaba046be120c37a0d42e6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
+New in 0.50
+
 New in 0.49
+* Managment of multiple textures
+* Incorporated Friedemann Reinhard's initial panel code.
 * Fog mode is now GL_FOG_EXP2 instead of GL_FOG_LINEAR
 * Build the non-shared pieces of the FG sim as static libs.
 
diff --git a/Thanks b/Thanks
index bbf12bd46d2bd269e616550d0bc9c5c4c737dbe1..d3da08bee18f077b30937f27428983af1e7e7753 100644 (file)
--- a/Thanks
+++ b/Thanks
@@ -124,6 +124,10 @@ U.S. Geological Survey - http://edcwww.cr.usgs.gov/doc/edchome/ndcdb/ndcdb.html
   Provided geographic data used by this project
 
 
+Friedemann Reinhard <mpt218@faupt212.physik.uni-erlangen.de>
+  Contributed beginnings of a textured instrument panel.
+
+
 Petter Reinholdtsen <pere@games.no>
   Incorporated the Gnu automake/autoconf system (with libtool).
   This should streamline and standardize the build process for all
index cfd6fe7a10b2d5603f076694bd449a161c77422e..7805e50cffa6971cf1cc90a9956dd9354db5f89b 100644 (file)
@@ -5,7 +5,7 @@ dnl
 AC_INIT(Simulator/Aircraft/aircraft.c)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.49)
+AM_INIT_AUTOMAKE(FlightGear, 0.50)
 
 dnl Checks for programs.