gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Update NEWS file
0 1 0
r1.0.6 1.0
1 file changed with 9 insertions and 0 deletions:
9
↑ Collapse diff ↑
Ignore white space 96 line context
1
2010-10-21 Version 1.0.6 released
2

	
3
        Bugfix release.
4

	
5
        #366: Fix Pred[Matrix]MapPath::empty()
6
        #371: Bug fix in (di)graphCopy()
7
              The target graph is cleared before adding nodes and arcs/edges.
8

	
9

	
1 10
2010-03-08 Version 1.0.5 released
2 11

	
3 12
        Bugfix release.
4 13

	
5 14
        #250: Fix in pathSource() and pathTarget()
6 15
        #321: Use pathCopy(from,to) instead of copyPath(to,from)
7 16
        #330: Bug fix in map_extender.h
8 17
        #335: Fix clear() function in ExtendFindEnum (#335)
9 18
        #336: Fix the date field comment of graphToEps() output
10 19

	
11 20
2009-05-05 Version 1.0.4 released
12 21

	
13 22
        Bugfix release.
14 23

	
15 24
        #274,#280: Install lemon/config.h and fix its bad include by core.h
16 25
        #275: Prefix macro names with LEMON_ in lemon/config.h
17 26
        ----: Small script for making the release tarballs added
18 27
        ----: Minor improvement in unify-sources.sh (a76f55d7d397)
19 28

	
20 29
2009-03-27 LEMON joins to the COIN-OR initiative
21 30

	
22 31
        COIN-OR (Computational Infrastructure for Operations Research,
23 32
        http://www.coin-or.org) project is an initiative to spur the
24 33
        development of open-source software for the operations research
25 34
        community.
26 35

	
27 36
2009-03-26 Version 1.0.3 released
28 37

	
29 38
        Bugfix release, mainly targeting better AIX/xlC and WIN32
30 39
        compatibility.
31 40

	
32 41
        ----: Minor clarification in the LICENSE file
33 42
        ----: Add missing unistd.h include to time_measure.h
34 43
        #204: Compilation bug fixed in graph_to_eps.h with VS2005
35 44
        #214,#215: windows.h is never be included by lemon headers
36 45
        #230: Build systems check the availability of 'long long' type
37 46
        #229: Default implementation of Tolerance<> is used for integer types
38 47
        #211,#212: Various fixes for compiling on AIX
39 48
        ----: Improvements in CMAKE config
40 49
              - docs is installed in share/doc/
41 50
              - detects newer versions of Ghostscript
42 51
        #239: Fix missing 'inline' specifier in time_measure.h
43 52
        
44 53
2009-01-23 Version 1.0.2 released
45 54

	
46 55
        Bugfix release.
47 56

	
48 57
        #193: Bugfix in GraphReader::skipSection()
0 comments (0 inline)