Skip to content

Commit

Permalink
Merge pull request #444 from tpaviot/review/release-0.14
Browse files Browse the repository at this point in the history
Review/release 0.14
  • Loading branch information
tpaviot committed Dec 31, 2013
2 parents d94733c + 9ae841e commit 5b967e2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(OCE_VERSION_MINOR 14)
# (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})
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.14 - December 2013

This version is binary compatible with 0CE 0.13.

* mingw64 port.

* Intel Compiler support.

* HPUX 11iv1 and 11iv3 ia64 and parisc architecture port.

* Apple OSX 10.9 Maverick support.

* Reduced compiler warnings on gcc, clang, icc and MinGW.

* Fix writing of XML CAF documents

* additional fixes to the CMake build system
- Removed lib path string from OCE_DEFAULT_CSF_GraphicShr variable for
MinGw.
- Add custom build step to set up integrated build include directory.
- Made OCE_BUILD_TYPE initialize to CMAKE_BUILD_TYPE if available.
- Break header file installation into individual install commands.
- CMake RPATH support for TKernel.
- Take CSF_GraphicShr environment variable into account.
- Remove Xmu dependency.
- Fix libTKOpenGL versioning name on Apple.

Users who contributed to this release:
Jacob Abel, Greg Allen, Denis Barbier, Benjamin Bihler, Johannes Obermayr,
Thomas Paviot, David Sankel, Fotios Sioutis, Daniel Somer


Version 0.13 - September 2013

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

0 comments on commit 5b967e2

Please sign in to comment.