1.1 --- a/NEWS Tue Mar 10 13:21:36 2009 +0100
1.2 +++ b/NEWS Tue Mar 10 13:38:54 2009 +0100
1.3 @@ -1,3 +1,20 @@
1.4 +2009-03-26 Version 1.0.3 released
1.5 +
1.6 + Bugfix release, mainly targeting better AIX/xlC and WIN32
1.7 + compatibility.
1.8 +
1.9 + ----: Minor clarification in the LICENSE file
1.10 + ----: Add missing unistd.h include to time_measure.h
1.11 + #204: Compilation bug fixed in graph_to_eps.h with VS2005
1.12 + #214,#215: windows.h is never be included by lemon headers
1.13 + #230: Build systems check the availability of 'long long' type
1.14 + #229: Default implementation of Tolerance<> is used for integer types
1.15 + #211,#212: Various fixes for compiling on AIX
1.16 + ----: Improvements in CMAKE config
1.17 + - docs is installed in share/doc/
1.18 + - detects newer versions of Ghostscript
1.19 + #239: Fix missing 'inline' specifier in time_measure.h
1.20 +
1.21 2009-01-23 Version 1.0.2 released
1.22
1.23 Bugfix release.