Skip to content

Commit

Permalink
Merge pull request #672 from tpaviot/review/prepare-0.18.2
Browse files Browse the repository at this point in the history
Set version number to 0.18.2, updated NEWS and README
  • Loading branch information
tpaviot authored Aug 11, 2017
2 parents 8c8ccb2 + a1f956d commit 41cc5b9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
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 2)
# 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
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### Version 0.18.2 - August 2017

This version is binary compatible with OCE 0.18.x

* Fix issue of raise exception when sweep along with cornered line

* osx ifx: Visualization, Font_FontMgr - do not look for fonts.dir on OS X

* fix external linkage error in BRepBuilderAPI_Copy

Users who contributed to this release:
@heropan ([email protected]), Martin Müllenhaupt, Thomas Paviot

### Version 0.18.1 - May 2017

This version is binary compatible with OCE 0.18
Expand Down Expand Up @@ -26,7 +39,7 @@ 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
https://www.opencascade.com/sites/default/files/documents/Release_Notes_6.9.1.pdf
* Support VTK OpenGL2 backend

* 0027385: assertion in static initializer in a Windows GUI application
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.1](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.1)** (May 2017)
**[oce-0.18.2](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.2)** (August 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.2](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.2) | No | August 2017 | 6.9.1
| [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
Expand Down

0 comments on commit 41cc5b9

Please sign in to comment.