diff options
author | tpaviot <tpaviot@gmail.com> | 2012-01-31 21:06:55 +0100 |
---|---|---|
committer | tpaviot <tpaviot@gmail.com> | 2012-01-31 21:06:55 +0100 |
commit | 83ddc12e275bd176f720d0cd45f5da9ba39de0f8 (patch) | |
tree | 39250cbbce9eaa3bf6b90603602c84a60f207a24 | |
parent | 670c2732db5c10147c2fdf6341f9061678348e28 (diff) | |
download | oce-83ddc12e275bd176f720d0cd45f5da9ba39de0f8.tar.gz oce-83ddc12e275bd176f720d0cd45f5da9ba39de0f8.zip |
Updated the NEWS file
-rw-r--r-- | NEWS | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -4,10 +4,15 @@ Version 0.9.0 - January 2012 * Added support for CMake uninstall feature. make uninstall is now possible -* Many cppcheck QA and warning fixes +* Many cppcheck QA and gcc warning fixes + +* bugfixes: Standard_Error is not raised in Poly_CoherentTriangulation.cxx, + out of bound error in XCAFPrs/XCAFPrs_AISObject.cxx, many else clause + applies to the wrong statement, std::streamsize replacement for int in + std::streambuf::xsputn. * Added support for Standard_Time in OCE to make OCE changes portable to - wok system. + WOK system. * Many fixes and CMake support for embarcadero compilers (v6.20 and up) @@ -22,7 +27,9 @@ Version 0.9.0 - January 2012 * Other compilation and build fixes Users who contributed to this release: - Denis Barbier,Fotios Sioutis,Jerome Robert,Thomas Paviot,Davyw + Denis Barbier, Davy Wouters, Fotios Sioutis, Jerome Robert, + Massimo Del Fedele, Simon Floery, Thomas Paviot. + Version 0.8.0 - December 2011 |