Skip to content

Commit

Permalink
Merge pull request #666 from tpaviot/review/prepare-0.18.1
Browse files Browse the repository at this point in the history
prepare release 0.18.1
  • Loading branch information
tpaviot authored May 10, 2017
2 parents 73c555f + cc8d8cd commit fe6df95
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ matrix:
- os: linux
compiler: gcc
env: OCE_USE_PCH=ON OCE_COPY_HEADERS_BUILD=ON OCE_MULTITHREAD_LIBRARY=TBB
- os: osx
compiler: clang
env: OCE_USE_PCH=ON OCE_COPY_HEADERS_BUILD=ON
exclude:
- env: RUN_TESTS=false OCE_USE_PCH=ON OCE_COPY_HEADERS_BUILD=OFF
allow_failures:
Expand Down
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 18)
# (uncomment following line)
set(OCE_VERSION_PATCH 1)
# 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
40 changes: 40 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
### Version 0.18.1 - May 2017

This version is binary compatible with OCE 0.18

* Added missing ErrorStatus function in BRepLib_CheckCurveOnSurface

* Install Shaders directory to resource folder

* Fix normals of generated VTK polydata

* prevent DRAWEXE from being added to OCE_LIBRARIES (issue #660)

* Fix warnings with VTK 7.1

* Fix missin include and other minor header issues

* Fix clockget_time detection on osx

Users who contributed to this release:
Luis Manuel Alvarez Tapia, @cfcohen, Florian Chevassu, Thomas Paviot,
Janus Weil, Simon Wells

### Version 0.18 - January 2017

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

* Upgraded to OCCT 6.9.1
http://www.opencascade.com/pub/doc/Release_Notes_6.7.0.pdf
* Support VTK OpenGL2 backend

* 0027385: assertion in static initializer in a Windows GUI application

* Removed outdated OpenCL option

* Fix null pointer access in BRepMesh_EdgeTessellator

Users who contributed to this release:
blobfish, Florian Chevassu, Julien Finet, Thomas Paviot

### Version 0.18 - January 2017

This version is not binary compatible with OCE 0.17.x, OCE_ABI_SOVERSION
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ oce stands for **o**pencascade **c**ommunity **e**dition. This project aims at g

You can download source code as well as precompiled binaries for windows at:

**[oce-0.18](https://github.com/tpaviot/oce/releases/tag/OCE-0.18)** (January 2017)
**[oce-0.18.1](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.1)** (May 2017)

## OCE history

Below are listed all the oce release since the beginning of the project, the OCCT matching version, as well as ABI Change if any (an ABI change means that OCE binaries are not compatible with previous ones).

| OCE release number | ABI Change | OCE release date | OCCT version |
| ------------- | ------------- | ------------- |------------- |
| [0.18.1](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.1) | No | May 2017 | 6.9.1
| [0.18](https://github.com/tpaviot/oce/releases/tag/OCE-0.18) | Yes | January 2017 | 6.9.1
| [0.17.2](https://github.com/tpaviot/oce/releases/tag/OCE-0.17.2) | No | June 2016 | 6.8.0
| [0.17.1](https://github.com/tpaviot/oce/releases/tag/OCE-0.17.1) | No | January 2016 | 6.8.0 |
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: oce-0.18.{build}
version: oce-0.18.1.{build}

environment:
oce_version: 0.18
oce_version: 0.18.1
matrix:
- generator: "MSYS Makefiles"
ARCH: "i686"
Expand Down

0 comments on commit fe6df95

Please sign in to comment.