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