1 2005-08-27  Alpar Juttner  <alpar@cs.elte.hu>
 
     4 	* List of new features and changes	
 
     7 	    kruskalEdgeMap() -> kruskal()
 
     8 	    kruskalEdgeMap_IteratorOut() -> kruskal()
 
    10 	    * operator+=() -> add()
 
    12 	  + More and better graph I/O functionalities
 
    13 	  + High level uniform LP solver interface to CPLEX and GLKP
 
    15 	    + Automatic node size and edge width scaling
 
    16 	    + Simple color palette tool (ColorSet)
 
    18 	    + Step-by-step execution
 
    19 	    + Run from multiple sources
 
    20 	    + Used define stop condition
 
    21 	    + Improved "named parameters"
 
    23 	    + Function type interface
 
    26 	    + slit() splits a node
 
    29 	  + New convenience maps	    
 
    30 	    + IdMap, DescriptorMap
 
    33 	  + Default graph maps are iterable
 
    34 	  + glemon: a graph editor
 
    35 	  + Some new demo codes added, the old ones got polished.
 
    36 	  * Better documentation
 
    37 	  * Several importan bugfixes
 
    38 	  * Now lemon should compile witout warnings with
 
    40 	    * Intel C++ Compiler v9.0 
 
    42 2005-03-19  Alpar Juttner  <alpar@cs.elte.hu>
 
    44 	* Version 0.3.1 Released
 
    45 	* This release fixes a compilation failure bug under cygwin. 
 
    47 2005-02-21  Alpar Juttner  <alpar@cs.elte.hu>
 
    49 	* Version 0.3 released
 
    50 	* List of new features and changes	
 
    51 	  * Redesigned Graph infrastructures
 
    52 	  + Standardized LEMON exceptions
 
    54 	  + Standard graph file format, input and output classes for it.
 
    55 	  * head() -> target(), tail() -> source()
 
    56 	  * Some standard namings have changes:
 
    59 	    ReferenceType ->Reference,
 
    60 	    PointerType -> Pointer
 
    61 	  + GraphToEps: A simple graph drawer
 
    62 	  * Better documentation
 
    64 2004-09-30  Alpar Juttner  <alpar@cs.elte.hu>
 
    66 	* Version 0.2 released