diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-02 20:36:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-02 20:36:50 +0000 |
commit | 41e02ef412c665bda859e9e043af611c96a5f441 (patch) | |
tree | dbac9ac1e79914ae7930ac367d823c41e62d0c2d /devel/gtl/distinfo | |
parent | 794df41e64c65665bc635d4690e476c913e1b30c (diff) | |
download | pkgsrc-41e02ef412c665bda859e9e043af611c96a5f441.tar.gz |
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)
Diffstat (limited to 'devel/gtl/distinfo')
-rw-r--r-- | devel/gtl/distinfo | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/gtl/distinfo b/devel/gtl/distinfo index b0691838e93..d3ae7a7bf12 100644 --- a/devel/gtl/distinfo +++ b/devel/gtl/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:22 wiz Exp $ +$NetBSD: distinfo,v 1.3 2004/11/02 20:36:50 wiz Exp $ -SHA1 (GTL-0.3.3.tar.gz) = 5cf7baab5ec299045fc9f8df455cb32be39cb736 -Size (GTL-0.3.3.tar.gz) = 469283 bytes -SHA1 (patch-aa) = 131765fe15c7486260db302b69c8a2b5923ff6d4 -SHA1 (patch-ab) = db8612a600166c9962b3d6c219de54b9f9c16636 +SHA1 (GTL-1.2.0.tar.bz2) = 7d01a57539348e870fe5b8335475882d40b50322 +Size (GTL-1.2.0.tar.bz2) = 630054 bytes |