Merge from trunk (update NEWS + add AUTHORS file) 1.0 r1.0
authorAlpar Juttner <alpar@cs.elte.hu>
Sun, 12 Oct 2008 20:05:09 +0100
branch1.0
changeset 33358f1a3144134
parent 329 b802094f96fd
parent 332 6dbd5184c6a9
child 334 6151a291af96
Merge from trunk (update NEWS + add AUTHORS file)
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/AUTHORS	Sun Oct 12 20:05:09 2008 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +The authors of the 1.x series are
     1.5 +
     1.6 + * Balazs Dezso <deba@inf.elte.hu>
     1.7 + * Alpar Juttner <alpar@cs.elte.hu>
     1.8 + * Peter Kovacs <kpeter@inf.elte.hu>
     1.9 + * Akos Ladanyi <ladanyi@tmit.bme.hu>
    1.10 +
    1.11 +For more details on the actual contribution, please visit the history
    1.12 +of the main LEMON source repository: http://lemon.cs.elte.hu/hg/lemon
    1.13 +
    1.14 +Moreover, this version is heavily based on the 0.x series of
    1.15 +LEMON. Here is the list of people who contributed to those versions.
    1.16 +
    1.17 + * Mihaly Barasz <klao@cs.elte.hu>
    1.18 + * Johanna Becker <beckerjc@cs.elte.hu>
    1.19 + * Attila Bernath <athos@cs.elte.hu>
    1.20 + * Balazs Dezso <deba@inf.elte.hu>
    1.21 + * Peter Hegyi <hegyi@tmit.bme.hu>
    1.22 + * Alpar Juttner <alpar@cs.elte.hu>
    1.23 + * Peter Kovacs <kpeter@inf.elte.hu>
    1.24 + * Akos Ladanyi <ladanyi@tmit.bme.hu>
    1.25 + * Marton Makai <marci@cs.elte.hu>
    1.26 + * Jacint Szabo <jacint@cs.elte.hu>
    1.27 +
    1.28 +Again, please visit the history of the old LEMON repository for more
    1.29 +details: http://lemon.cs.elte.hu/svn/lemon/trunk
     2.1 --- a/Makefile.am	Sun Oct 12 18:13:26 2008 +0100
     2.2 +++ b/Makefile.am	Sun Oct 12 20:05:09 2008 +0100
     2.3 @@ -4,6 +4,7 @@
     2.4  LDADD = $(top_builddir)/lemon/libemon.la
     2.5  
     2.6  EXTRA_DIST = \
     2.7 +	AUTHORS \
     2.8  	LICENSE \
     2.9  	m4/lx_check_cplex.m4 \
    2.10  	m4/lx_check_glpk.m4 \
     3.1 --- a/NEWS	Sun Oct 12 18:13:26 2008 +0100
     3.2 +++ b/NEWS	Sun Oct 12 20:05:09 2008 +0100
     3.3 @@ -1,11 +1,12 @@
     3.4 -20XX-XX-XX Version 1.0 released
     3.5 +2008-10-13 Version 1.0 released
     3.6  
     3.7  	This is the first stable release of LEMON. Compared to the 0.x
     3.8  	release series, it features a considerably smaller but more
     3.9  	matured set of tools. The API has also completely revised and
    3.10  	changed in several places.
    3.11  
    3.12 -	* The major name changes compared to the 0.x series
    3.13 +	* The major name changes compared to the 0.x series (see the
    3.14 +          Migration Guide in the doc for more details)
    3.15            * Graph -> Digraph, UGraph -> Graph
    3.16            * Edge -> Arc, UEdge -> Edge
    3.17  	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)