gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Merge from trunk (update NEWS + add AUTHORS file)
0 2 1
merge r1.0 1.0
0 files changed with 30 insertions and 2 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
1
The authors of the 1.x series are
2

	
3
 * Balazs Dezso <deba@inf.elte.hu>
4
 * Alpar Juttner <alpar@cs.elte.hu>
5
 * Peter Kovacs <kpeter@inf.elte.hu>
6
 * Akos Ladanyi <ladanyi@tmit.bme.hu>
7

	
8
For more details on the actual contribution, please visit the history
9
of the main LEMON source repository: http://lemon.cs.elte.hu/hg/lemon
10

	
11
Moreover, this version is heavily based on the 0.x series of
12
LEMON. Here is the list of people who contributed to those versions.
13

	
14
 * Mihaly Barasz <klao@cs.elte.hu>
15
 * Johanna Becker <beckerjc@cs.elte.hu>
16
 * Attila Bernath <athos@cs.elte.hu>
17
 * Balazs Dezso <deba@inf.elte.hu>
18
 * Peter Hegyi <hegyi@tmit.bme.hu>
19
 * Alpar Juttner <alpar@cs.elte.hu>
20
 * Peter Kovacs <kpeter@inf.elte.hu>
21
 * Akos Ladanyi <ladanyi@tmit.bme.hu>
22
 * Marton Makai <marci@cs.elte.hu>
23
 * Jacint Szabo <jacint@cs.elte.hu>
24

	
25
Again, please visit the history of the old LEMON repository for more
26
details: http://lemon.cs.elte.hu/svn/lemon/trunk
Ignore white space 6 line context
... ...
@@ -4,6 +4,7 @@
4 4
LDADD = $(top_builddir)/lemon/libemon.la
5 5

	
6 6
EXTRA_DIST = \
7
	AUTHORS \
7 8
	LICENSE \
8 9
	m4/lx_check_cplex.m4 \
9 10
	m4/lx_check_glpk.m4 \
Ignore white space 6 line context
1
20XX-XX-XX Version 1.0 released
1
2008-10-13 Version 1.0 released
2 2

	
3 3
	This is the first stable release of LEMON. Compared to the 0.x
4 4
	release series, it features a considerably smaller but more
5 5
	matured set of tools. The API has also completely revised and
6 6
	changed in several places.
7 7

	
8
	* The major name changes compared to the 0.x series
8
	* The major name changes compared to the 0.x series (see the
9
          Migration Guide in the doc for more details)
9 10
          * Graph -> Digraph, UGraph -> Graph
10 11
          * Edge -> Arc, UEdge -> Edge
11 12
	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)
0 comments (0 inline)