1 |
2009-03-26 Version 1.0.3 released |
|
2 |
|
|
3 |
Bugfix release, mainly targeting better AIX/xlC and WIN32 |
|
4 |
compatibility. |
|
5 |
|
|
6 |
----: Minor clarification in the LICENSE file |
|
7 |
----: Add missing unistd.h include to time_measure.h |
|
8 |
#204: Compilation bug fixed in graph_to_eps.h with VS2005 |
|
9 |
#214,#215: windows.h is never be included by lemon headers |
|
10 |
#230: Build systems check the availability of 'long long' type |
|
11 |
#229: Default implementation of Tolerance<> is used for integer types |
|
12 |
#211,#212: Various fixes for compiling on AIX |
|
13 |
----: Improvements in CMAKE config |
|
14 |
- docs is installed in share/doc/ |
|
15 |
- detects newer versions of Ghostscript |
|
16 |
#239: Fix missing 'inline' specifier in time_measure.h |
|
17 |
|
|
1 | 18 |
2009-01-23 Version 1.0.2 released |
2 | 19 |
|
3 | 20 |
Bugfix release. |
4 | 21 |
|
5 | 22 |
#193: Bugfix in GraphReader::skipSection() |
6 | 23 |
#195: Bugfix in ConEdgeIt() |
7 | 24 |
#197: Bugfix in heap unionfind |
8 | 25 |
* This bug affects Edmond's general matching algorithms. |
9 | 26 |
(Not available in this release.) |
10 | 27 |
#207: Fix 'make install' without 'make html' using CMAKE |
11 | 28 |
#208: Suppress or fix VS2008 compilation warnings |
12 | 29 |
----: Update the LEMON icon |
13 | 30 |
----: Enable the component-based installer |
14 | 31 |
(in installers made by CPACK) |
15 | 32 |
----: Set the proper version for CMAKE in the tarballs |
16 | 33 |
(made by autotools). |
17 | 34 |
|
18 | 35 |
2008-12-06 Version 1.0.1 released |
19 | 36 |
|
20 | 37 |
Bugfix release. |
21 | 38 |
|
22 | 39 |
#170: Bugfix SmartDigraph::split() |
23 | 40 |
#171: Bugfix in SmartGraph::restoreSnapshot() |
24 | 41 |
#172: Extended test cases for graphs and digraphs |
25 | 42 |
#173: Bugfix in Random |
26 | 43 |
* operator()s always return a double now |
27 | 44 |
* the faulty real<Num>(Num) and real<Num>(Num,Num) |
28 | 45 |
have been removed |
29 | 46 |
#187: Remove DijkstraWidestPathOperationTraits |
30 | 47 |
#61: Bugfix in DfsVisit |
31 | 48 |
|
32 | 49 |
2008-10-13 Version 1.0 released |
33 | 50 |
|
34 | 51 |
This is the first stable release of LEMON. Compared to the 0.x |
35 | 52 |
release series, it features a considerably smaller but more |
36 | 53 |
matured set of tools. The API has also completely revised and |
37 | 54 |
changed in several places. |
38 | 55 |
|
39 | 56 |
* The major name changes compared to the 0.x series (see the |
40 | 57 |
Migration Guide in the doc for more details) |
41 | 58 |
* Graph -> Digraph, UGraph -> Graph |
42 | 59 |
* Edge -> Arc, UEdge -> Edge |
43 | 60 |
* source(UEdge)/target(UEdge) -> u(Edge)/v(Edge) |
44 | 61 |
* Other improvements |
45 | 62 |
* Better documentation |
46 | 63 |
* Reviewed and cleaned up codebase |
47 | 64 |
* CMake based build system (along with the autotools based one) |
48 | 65 |
* Contents of the library (ported from 0.x) |
0 comments (0 inline)