Skip to content

Commit

Permalink
Add a NEWS file to describe the most important changes between releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbier committed Apr 19, 2011
1 parent df7b71c commit 17b871a
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
Version 0.1.0 - April 2011

* Import OCC 6.5.0
[Thomas Paviot]

* Add instructions for cloning/pulling with git and for
building from sources.
[Thomas Paviot]

* Replace Abs(foo < bar) by Abs(foo) < bar.
These bugs have been reported on the opencascade forum:
http://www.opencascade.org/org/forum/thread_20187/
BugID=OCC22324
[Fotis Sioutis]

* Rename guards for MSVC specific pragmas from WNT to _MSC_VER.
These are mainly #pragma warnings or MSVCRT specific things.
[QbProg]

* Fix build failures with Borland compiler.
[Fotis Sioutis]

* Add project files for Borland Developer Studio 10.
[Fotis Sioutis]

* Fix build failures with Mingw.
[Jérôme Robert]

* Add new Automake conditionals: HAVE_X11 and IS_WINDOWS.
When X11 is not found, do not compile sources from Xw and
ImageUtility. On Windows, compile files from ros/src/WNT.
[Denis Barbier]

* Improve Autools usage.
[Denis Barbier]

* Assume /usr when --with-gl2ps/--with-freeimage configure
options are specified without arguments.
Submitted upstream:
http://www.opencascade.org/org/forum/thread_20231/
BugID=OCC22335
[Mark Pictor]

* New --with-ftgl212 to declare FTGL 2.1.2 location.
Fix sources to also work with newer FTGL versions.
Submitted upstream:
http://www.opencascade.org/org/forum/thread_20128/
BugID = OCC22328
[Denis Barbier]

* Add missing clock_gettime implementation in MacOSX.
[Thomas Paviot]

* Remove duplicate header files.
[Fotis Sioutis]

* Fix build failure with tcl 8.6.
Submitted upstream:
http://www.opencascade.org/org/forum/thread_20125/
BugID = OCC22327
[Denis Barbier]

* Bug fix: text doesn't get displayed in 6.5.
Submitted upstream:
http://www.opencascade.org/org/forum/thread_20101/
[Venugopal Gudimetla]

* Fix building with FreeImage on Unix.
Submitted upstream:
http://www.opencascade.org/org/forum/thread_20043/
[Denis Barbier]

* Add -version-info 0:0:0 libtool flag on Unix.
[Denis Barbier]

* Rename config.h into oce-config.h.
[Denis Barbier]

0 comments on commit 17b871a

Please sign in to comment.