# HG changeset patch # User Alpar Juttner # Date 2009-03-10 13:38:54 # Node ID a441f68fc0736bcb2323de47c71384f748069afe # Parent 894dbb06f7e3b189be27af715cb99ef5d9ca45ae Update NEWS file diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +2009-03-26 Version 1.0.3 released + + Bugfix release, mainly targeting better AIX/xlC and WIN32 + compatibility. + + ----: Minor clarification in the LICENSE file + ----: Add missing unistd.h include to time_measure.h + #204: Compilation bug fixed in graph_to_eps.h with VS2005 + #214,#215: windows.h is never be included by lemon headers + #230: Build systems check the availability of 'long long' type + #229: Default implementation of Tolerance<> is used for integer types + #211,#212: Various fixes for compiling on AIX + ----: Improvements in CMAKE config + - docs is installed in share/doc/ + - detects newer versions of Ghostscript + #239: Fix missing 'inline' specifier in time_measure.h + 2009-01-23 Version 1.0.2 released Bugfix release.