Subject: CVS commit: pkgsrc/devel/gtl
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/02/2004 20:36:50
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Nov  2 20:36:50 UTC 2004

Modified Files:
	pkgsrc/devel/gtl: Makefile PLIST buildlink3.mk distinfo
Removed Files:
	pkgsrc/devel/gtl/patches: patch-aa patch-ab

Log Message:
Update to 1.2.0:
# 1.2.0

    * New algorithm added: Bidirectional Dijkstra's shortest path
    * A lot of bugfixes
    * Revised documentation

# 1.1.0

    * Returned to the libtool versioning style
    * New algorithms added
          o Dijkstra's shortest path
          o Bellman Ford shortest path
          o New variant of Maximal Flow
    * graph::load now creates nodes in the same order as they are in the gml file
    * graph::load now with parameter 'preserve_ids' to use the same ids as in the gml file
    * A lot of bugfixes
    * Documentation adapted to doxygen

# 1.0.0

    * First stable release
    * quick fix of bug in graph::del_node (thanks to David Auber)
    * bug fix in graph::hide_node (thanks to David Auber)
    * optimization of reallocation procedure in node_ and edge_maps (again, thanks to David)


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/devel/gtl/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/gtl/PLIST pkgsrc/devel/gtl/buildlink3.mk \
    pkgsrc/devel/gtl/distinfo
cvs rdiff -r1.2 -r0 pkgsrc/devel/gtl/patches/patch-aa \
    pkgsrc/devel/gtl/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.