2005-08-??  Alpar Juttner  <alpar@cs.elte.hu>

	* Version 0.4 Released
	* List of new features and changes	
	  * Changed naming:
	    Wrapper -> Adaptor
	    kruskalEdgeMap() -> kruskal()
	    kruskalEdgeMap_IteratorOut() -> kruskal()

	  * BoundinBox<>
	    * operator+=() -> add()
	    + clear()
	  + More and better graph I/O functionalities
	  + High level uniform LP solver interface to CPLEX and GLKP
	  * graphToEps()
	    + Automatic node size and edge width scaling
	    + Simple color palette tool (ColorSet)
	  * Bfs/Dfs/Dijkstra
	    + Step-by-step execution
	    + Run from multiple sources
	    + Used define stop condition
	    + Improved "named parameters"
	  * Preflow
	    + Function type interface
	    + Changed interface
	  * ListGraph/SmarGraph
	    + slit() splits a node
	    + SnapShot
	  + New map adaptors
	  + New convenience maps	    
	    + IdMap, DescriptorMap
	    + InDegMap, OutDegMap
	    + XMap, YMap
	  + Default graph maps are iterable
	  + glemon: a graph editor
	  + Some new demo codes added, the old ones got polished.
	  * Better documentation
	  

2005-03-19  Alpar Juttner  <alpar@cs.elte.hu>

	* Version 0.3.1 Released
	* This release fixes a compilation failure bug under cygwin. 

2005-02-21  Alpar Juttner  <alpar@cs.elte.hu>

	* Version 0.3 released
	* List of new features and changes	
	  * Redesigned Graph infrastructures
	  + Standardized LEMON exceptions
	  + Undirected Graph
	  + Standard graph file format, input and output classes for it.
	  * head() -> target(), tail() -> source()
	  * Some standard namings have changes:
	    ValueType -> Value, 
	    KeyType -> Key,
	    ReferenceType ->Reference,
	    PointerType -> Pointer
	  + GraphToEps: A simple graph drawer
	  * Better documentation
	
2004-09-30  Alpar Juttner  <alpar@cs.elte.hu>

	* Version 0.2 released

