summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQbProg <tholag@gmail.com>2011-12-10 13:03:32 +0100
committerQbProg <tholag@gmail.com>2011-12-10 13:03:32 +0100
commit2fb9fdb3abbaaf97546849c4c7c6012b55fd4a3e (patch)
tree748c25b37580581b834a8b438412cea6dc3006c1
parenta44961e1d85b8839d1d5eac6cdb7d1adca65e895 (diff)
downloadoce-2fb9fdb3abbaaf97546849c4c7c6012b55fd4a3e.tar.gz
oce-2fb9fdb3abbaaf97546849c4c7c6012b55fd4a3e.zip
NEWS for 0.8.0
-rw-r--r--NEWS46
1 files changed, 45 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 12e0cad3..80602cea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,48 @@
-Versione 0.7.0 - October 2011
+Version 0.8.0 - December 2011
+
+* Added more unit tests
+
+* Modifications needed for correct building of oce under WOK
+
+* Removed deprecated bcc32 project files
+
+* bcc32 and bcc xe edition support
+
+* Allow building on systems without cmake
+
+* Fixes to allow building with cmake 2.6 - cmake 2.8 is stricly required only
+ when running unit tests
+
+* Added Roman Lygin's Standard_StdAllocator class + UnitTest
+
+* Added an option to disable the bspline mesher, and reverts to OFF
+ (not disabled) the default behavoir
+
+* Correctly set DEB,_DEBUG and NDEBUG defines. Enabling DEB (additional
+ debug code) is now an option
+
+* Macro fixes in Draw package
+
+* Solves a copy-paste bug in TDataXtd_PatternStd (bug #195)
+
+* Add support for LIB_SUFFIX to install libraries into lib64
+
+* Ensure that GLU is found when checking for OpenGL
+
+* Fixed opengl (ftgl) font issue
+
+* Strip system paths from RPATH (Several Linux distributions forbid setting
+ system library paths into RPATH).
+ See notes on commit message here
+ https://github.com/tpaviot/oce/commit/267030a5970f2aa7203044bd3e6b6a858ceab090
+
+* Add few missing resource files (UnitsAPI support)
+
+Users who contributed to this release:
+ Denis Barbier,Fotios Sioutis,Thomas Paviot,QbProg
+
+
+Version 0.7.0 - October 2011
* Updated build and install instructions