From: curt Date: Sat, 31 Aug 2002 18:39:07 +0000 (+0000) Subject: Preparation for next pre-release. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5c130446e487fb6733da2238a9bd1fb930c0b7d;p=simgear.git Preparation for next pre-release. --- diff --git a/NEWS b/NEWS index 5228d3b1..d77ccbd3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +New in 0.0.19pre1 +* August 31, 2002 + +* Modernized the autoconf/make scripts. +* Removed efence support (in favor of valgrind.) + +* Added a javascript interpreter. +* SGSocket reimplimented on top of plib/net libs. +* Added a new random number generation algorithm. +* Total rewrite of the strutils package. + +* Patch for the random number seed. +* IA-64 w/ Intel compiler fixes. +* MSVC/MINGW fixes. +* Mac OS X fixes. +* Irix fixes. +* Code clean ups to remove warning messages. +* Optimizations in sg_binobj to reduce the amout of memory copying + needed when loading a binobj format file. +* Fixed a couple places where variables could be used before they were + initialized. +* Various property manager fixes and improvements. +* Fixes to cloud layer management code. +* Made the sky dome more flexible to facilitate use in other applications. + + New in 0.0.18 * April 20, 2002