X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=NEWS;h=5495a093e802487b15ff091fa53b0387e44849cf;hb=9593059258f391b50bb2417b819e14257d64b592;hp=5228d3b13ad734f96c6fe5b7cef2af351a0ec02b;hpb=6c35255549e8aee4279f90f09d4a593b23c2b889;p=simgear.git diff --git a/NEWS b/NEWS index 5228d3b1..5495a093 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +New in 0.3.1 +* December 4, 2002 + +* Fix a major packaging blunder with several missing files. + + +New in 0.3.0 +* December 3, 2002 + +* removed interpreter subdir +* NOMINAX fix for Cygwin/gcc-3.2 +* Added some prototype 3d clouds based on Mark Harris's demos. +* Simplified the command manager interface +* Allow an "include" attribute on root PropertyList element. + + +New in 0.2.0 +* September 6, 2002 + +* Modernized the autoconf/make scripts, plus lots of tweaks and enhancements. +* 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