Skip to content

Commit ee62115

Browse files
committed
Merge pull request #597 from tpaviot/tp/prepare-release-0.17.1
Prepare release 0.17.1
2 parents 7873399 + 103965f commit ee62115

3 files changed

Lines changed: 36 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(OCE_VERSION_MINOR 17)
2525
# (uncomment following line)
2626
set(OCE_VERSION_PATCH 1)
2727
# Empty for official releases, set to -dev, -rc1, etc for development releases
28-
set(OCE_VERSION_DEVEL -dev)
28+
set(OCE_VERSION_DEVEL)
2929

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

NEWS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
### Version 0.17.1 - January 2016
2+
3+
This version is binary compatible with 0CE 0.17.
4+
5+
* Mingw64 (5.2.0) and Mingw32 (4.8.1, 4.9.3) fixes
6+
7+
* OCE_USE_STATIC_MSVC_RUNTIME advanced option to use static version of the
8+
MSVC run-time library
9+
10+
* Revert change in HLR inverted flag
11+
12+
* Fix nmake build
13+
14+
* Patch from setting correct tolerance.
15+
16+
* Replace gp_Ax1 reference with direct value. Fixes #559
17+
18+
* VS2015 fix
19+
20+
* Fix for static building on MSVC
21+
22+
* New oce-win-bundle handling
23+
24+
* ppc64le fix
25+
26+
* Build OCE and run tests on appveyor.com service.
27+
28+
Users who contributed to this release:
29+
Jacob Abel, Ali Kämäräinen, Denis Barbier, Benjamin Bilher,
30+
Rajeev Jain, Sergio L. Pascual, Thomas Paviot, QbProg,
31+
Jeremy Wright
32+
133
### Version 0.17 - March 2015
234

335
This version is not binary compatible with OCE 0.16, OCE_ABI_SOVERSION

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
Travis-CI:
21
[![Build Status](https://travis-ci.org/tpaviot/oce.png?branch=master)](https://travis-ci.org/tpaviot/oce)
32
Appveyor:
43
[![Build status](https://ci.appveyor.com/api/projects/status/ff5s1jjpao8kf2c4?svg=true)](https://ci.appveyor.com/project/tpaviot/oce)
4+
[![Join the chat at https://gitter.im/tpaviot/oce](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tpaviot/oce?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

66
## About
77

8-
[![Join the chat at https://gitter.im/tpaviot/oce](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tpaviot/oce?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9-
108
oce is a C++ 3D modeling library. It can be used to develop CAD/CAM softwares, for instance [FreeCad](http://www.freecadweb.org/) or [IfcOpenShell](http://www.ifcopenshell.org/).
119

1210
oce stands for **o**pencascade **c**ommunity **e**dition. This project aims at gathering patches/ changes/ improvements from the OCC community over the latest release (currently OCCT 6.8.0). Official OCCT documentation and sources are available at http://www.opencascade.org/, you can also theck their development portal at http://dev.opencascade.org.
@@ -15,14 +13,15 @@ oce stands for **o**pencascade **c**ommunity **e**dition. This project aims at g
1513

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

18-
**[oce-0.17](https://github.com/tpaviot/oce/releases/tag/OCE-0.17)** (March 2015)
16+
**[oce-0.17.1](https://github.com/tpaviot/oce/releases/tag/OCE-0.17.1)** (January 2016)
1917

2018
## OCE history
2119

2220
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).
2321

2422
| OCE release number | ABI Change | OCE release date | OCCT version |
2523
| ------------- | ------------- | ------------- |------------- |
24+
| [0.17.1](https://github.com/tpaviot/oce/releases/tag/OCE-0.17.1) | No | January 2016 | 6.8.0 |
2625
| [0.17](https://github.com/tpaviot/oce/releases/tag/OCE-0.17) | Yes | March 2015 | 6.8.0 |
2726
| [0.16.1](https://github.com/tpaviot/oce/releases/tag/OCE-0.16.1) | No | November 2014 | 6.7.1 |
2827
| [0.16](https://github.com/tpaviot/oce/releases/tag/OCE-0.16) | Yes | July 2014 | 6.7.1 |

0 commit comments

Comments
 (0)