gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Merge
0 1 0
merge 1.0
1 file changed with 7 insertions and 0 deletions:
7
↑ Collapse diff ↑
Ignore white space 96 line context
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

	
3 10
        Bugfix release, mainly targeting better AIX/xlC and WIN32
4 11
        compatibility.
5 12

	
6 13
        ----: Minor clarification in the LICENSE file
7 14
        ----: Add missing unistd.h include to time_measure.h
8 15
        #204: Compilation bug fixed in graph_to_eps.h with VS2005
9 16
        #214,#215: windows.h is never be included by lemon headers
10 17
        #230: Build systems check the availability of 'long long' type
11 18
        #229: Default implementation of Tolerance<> is used for integer types
12 19
        #211,#212: Various fixes for compiling on AIX
13 20
        ----: Improvements in CMAKE config
14 21
              - docs is installed in share/doc/
15 22
              - detects newer versions of Ghostscript
16 23
        #239: Fix missing 'inline' specifier in time_measure.h
17 24
        
18 25
2009-01-23 Version 1.0.2 released
19 26

	
20 27
        Bugfix release.
21 28

	
22 29
        #193: Bugfix in GraphReader::skipSection()
23 30
        #195: Bugfix in ConEdgeIt()
24 31
        #197: Bugfix in heap unionfind
25 32
              * This bug affects Edmond's general matching algorithms.
26 33
                (Not available in this release.)
27 34
        #207: Fix 'make install' without 'make html' using CMAKE
28 35
        #208: Suppress or fix VS2008 compilation warnings
29 36
        ----: Update the LEMON icon
30 37
        ----: Enable the component-based installer
31 38
              (in installers made by CPACK)
32 39
        ----: Set the proper version for CMAKE in the tarballs
33 40
              (made by autotools).
34 41

	
35 42
2008-12-06 Version 1.0.1 released
36 43

	
37 44
        Bugfix release.
38 45

	
39 46
        #170: Bugfix SmartDigraph::split()
40 47
        #171: Bugfix in SmartGraph::restoreSnapshot()
41 48
        #172: Extended test cases for graphs and digraphs
42 49
        #173: Bugfix in Random
43 50
              * operator()s always return a double now
44 51
              * the faulty real<Num>(Num) and real<Num>(Num,Num)
45 52
                have been removed
46 53
        #187: Remove DijkstraWidestPathOperationTraits
47 54
        #61:  Bugfix in DfsVisit
48 55

	
0 comments (0 inline)