Skip to content

Commit

Permalink
Merge pull request #517 from tpaviot/review/release-OCE-0.16
Browse files Browse the repository at this point in the history
Update CMakeLists.txt and NEWS to release OCE 0.16
  • Loading branch information
dbarbier committed Jul 21, 2014
2 parents 6f35a9d + d0c9f46 commit 1516f8d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ set(OCE_VERSION_MINOR 16)
# (uncomment following line)
#set(OCE_VERSION_PATCH 0)
# Empty for official releases, set to -dev, -rc1, etc for development releases
set(OCE_VERSION_DEVEL -dev)
set(OCE_VERSION_DEVEL)

# bugfix release: add ${OCE_VERSION_PATCH} to OCE_VERSION
set(OCE_VERSION ${OCE_VERSION_MAJOR}.${OCE_VERSION_MINOR}${OCE_VERSION_DEVEL})

set(OCE_ABI_SOVERSION 8)
set(OCE_ABI_SOVERSION 9)
set(OCE_ABI_VERSION ${OCE_ABI_SOVERSION}.0.0)

# Set the minimum version of cmake required to 2.6
Expand Down
32 changes: 32 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Version 0.16 - July 2014

This version is not binary compatible with OCE 0.15, OCE_ABI_SOVERSION
was incremented.

* Upgraded to OCCT 6.7.1

* Fix a numerical bug in ApproxAFunc2Var due to compiler optimization.

* Speed improvements in BOPTools_AlgoTools2D.

* Many bug and warning fixes detected by static analysis and compilers.

* Force 8 byte alignment in NCollection_IncAllocator to fix bus errors
reported on RISC architectures.

* Build system improvements and additions
- Readd OCE_DISABLE_TKSERVICE_FONT option, a solution has been found
to build TKService without freetype.
- Fix Standard_Construction_Error exception in BOP
- Fix RPATH issues reported on openSUSE
- Fix gl2ps libraries installation
- Build improvements and fixes with Mingw
- Fix compatibility with CMake 3.0
- Enable support for OpenCL
- New OCE_COPY_HEADERS_BUILD option to copy header files when building,
to get rid of the long list of include directories on command line

Users who contributed to this release:
Denis Barbier, Jacob Abel, David Sankel, Jerome Robert, Johannes Obermayr,
Conrad Poelman, Peter Lama, He Yuqi, Thomas Paviot

Version 0.15 - February 2014

This version is not binary compatible with OCE 0.14.1, OCE_ABI_SOVERSION
Expand Down

0 comments on commit 1516f8d

Please sign in to comment.