# HG changeset patch # User Alpar Juttner # Date 1223838309 -3600 # Node ID 58f1a3144134042f6367fceb7eb29ee8a094d843 # Parent b802094f96fd7115f2270df2a2a152e0b53b70ed# Parent 6dbd5184c6a99e936a7de899e64c114e30c0f94f Merge from trunk (update NEWS + add AUTHORS file) diff -r b802094f96fd -r 58f1a3144134 AUTHORS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/AUTHORS Sun Oct 12 20:05:09 2008 +0100 @@ -0,0 +1,26 @@ +The authors of the 1.x series are + + * Balazs Dezso + * Alpar Juttner + * Peter Kovacs + * Akos Ladanyi + +For more details on the actual contribution, please visit the history +of the main LEMON source repository: http://lemon.cs.elte.hu/hg/lemon + +Moreover, this version is heavily based on the 0.x series of +LEMON. Here is the list of people who contributed to those versions. + + * Mihaly Barasz + * Johanna Becker + * Attila Bernath + * Balazs Dezso + * Peter Hegyi + * Alpar Juttner + * Peter Kovacs + * Akos Ladanyi + * Marton Makai + * Jacint Szabo + +Again, please visit the history of the old LEMON repository for more +details: http://lemon.cs.elte.hu/svn/lemon/trunk diff -r b802094f96fd -r 58f1a3144134 Makefile.am --- a/Makefile.am Sun Oct 12 18:13:26 2008 +0100 +++ b/Makefile.am Sun Oct 12 20:05:09 2008 +0100 @@ -4,6 +4,7 @@ LDADD = $(top_builddir)/lemon/libemon.la EXTRA_DIST = \ + AUTHORS \ LICENSE \ m4/lx_check_cplex.m4 \ m4/lx_check_glpk.m4 \ diff -r b802094f96fd -r 58f1a3144134 NEWS --- a/NEWS Sun Oct 12 18:13:26 2008 +0100 +++ b/NEWS Sun Oct 12 20:05:09 2008 +0100 @@ -1,11 +1,12 @@ -20XX-XX-XX Version 1.0 released +2008-10-13 Version 1.0 released This is the first stable release of LEMON. Compared to the 0.x release series, it features a considerably smaller but more matured set of tools. The API has also completely revised and changed in several places. - * The major name changes compared to the 0.x series + * The major name changes compared to the 0.x series (see the + Migration Guide in the doc for more details) * Graph -> Digraph, UGraph -> Graph * Edge -> Arc, UEdge -> Edge * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)