Changeset 390:5fae523ef0b0 in lemon-1.0
- Timestamp:
- 03/28/09 11:31:27 (16 years ago)
- Branch:
- 1.0
- Parents:
- 388:b049698af5b0 (diff), 389:4f3ea453eb90 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r387 r390 1 2009-03-27 LEMON joins to the COIN-OR initiative 2 3 COIN-OR (Computational Infrastructure for Operations Research, 4 http://www.coin-or.org) project is an initiative to spur the 5 development of open-source software for the operations research 6 community. 7 1 8 2009-03-26 Version 1.0.3 released 2 9 -
NEWS
r389 r390 5 5 development of open-source software for the operations research 6 6 community. 7 8 2009-03-26 Version 1.0.3 released 9 10 Bugfix release, mainly targeting better AIX/xlC and WIN32 11 compatibility. 12 13 ----: Minor clarification in the LICENSE file 14 ----: Add missing unistd.h include to time_measure.h 15 #204: Compilation bug fixed in graph_to_eps.h with VS2005 16 #214,#215: windows.h is never be included by lemon headers 17 #230: Build systems check the availability of 'long long' type 18 #229: Default implementation of Tolerance<> is used for integer types 19 #211,#212: Various fixes for compiling on AIX 20 ----: Improvements in CMAKE config 21 - docs is installed in share/doc/ 22 - detects newer versions of Ghostscript 23 #239: Fix missing 'inline' specifier in time_measure.h 24 25 2009-01-23 Version 1.0.2 released 26 27 Bugfix release. 28 29 #193: Bugfix in GraphReader::skipSection() 30 #195: Bugfix in ConEdgeIt() 31 #197: Bugfix in heap unionfind 32 * This bug affects Edmond's general matching algorithms. 33 (Not available in this release.) 34 #207: Fix 'make install' without 'make html' using CMAKE 35 #208: Suppress or fix VS2008 compilation warnings 36 ----: Update the LEMON icon 37 ----: Enable the component-based installer 38 (in installers made by CPACK) 39 ----: Set the proper version for CMAKE in the tarballs 40 (made by autotools). 41 42 2008-12-06 Version 1.0.1 released 43 44 Bugfix release. 45 46 #170: Bugfix SmartDigraph::split() 47 #171: Bugfix in SmartGraph::restoreSnapshot() 48 #172: Extended test cases for graphs and digraphs 49 #173: Bugfix in Random 50 * operator()s always return a double now 51 * the faulty real<Num>(Num) and real<Num>(Num,Num) 52 have been removed 53 #187: Remove DijkstraWidestPathOperationTraits 54 #61: Bugfix in DfsVisit 7 55 8 56 2008-10-13 Version 1.0 released
Note: See TracChangeset
for help on using the changeset viewer.