X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=NEWS;h=9161afc4b7603a573df39beead638b9e3a5694db;hb=9795c5dd6b2a1274e5d47b103fd3ed05a6c55fe3;hp=9e6b9c7f8452eba29bd76fc65667785394e4d8a0;hpb=377eb4782a28ca1f818de419cb6ac96391f7e6f7;p=simgear.git diff --git a/NEWS b/NEWS index 9e6b9c7f..9161afc4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +New in 0.0.17 (final) +* February 16, 2002 + +* Explicitely reset the glBlendFunc() after drawing the moon for the + Voodoo2 linux driver since it seems to have a bug in glPopAttrib(). + +New in 0.0.17pre2 +* February 13, 2002 + +* Replaced some cout's with SG_LOG's + + +New in 0.0.17pre1 +* February 12, 2002 + +* Removed metakit and zlib from build process. Tarballs are still included + for those who's systems don't provide these packages. +* MSVC fixes. +* IRIX fixes. +* Mingwin fixes. +* Mac OS X fixes. +* FreeBSD fixes. +* Added support for Intel's C++ compiler under Linux. +* Attempt to build in support for various non-compatible automake/autoconf + versions. +* Fix for a problem that could lead to a bogus build for people with voodoo + cards. +* Added Norman's jpegfactory code which can create jpeg format screen shots + of a live running application. +* implemented set/get_log_classes and set/get_log_priority. +* Socket library improvements. +* Added a C++ exception abstraction. +* Property manager fixes and improvements including node path caching + and debug tracing of property reads/writes. +* Updates/fixes to xml handling. + + New in 0.0.16 * July 12, 2001 * Various changes to the property manager implimentation to better support