[ANNOUNCEMENT] Structures_Graph-1.1.0 (stable) Released.

[email protected] ("PEAR Announce") Fri, 27 Feb 2015 00:23:00 +0000 (GMT)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package Structures_Graph-1.1.0 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* Set minimum PHP version to 5.3
* Fix bug #19367: Incorrect FSF address in LICENSE
* Change license from LGPL-2.1+ to LGPL-3.0+

Package Info
------------
Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed
and undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing
as well as for characteristic extraction from the graph topology.

Related Links
-------------
Package home: http://pear.php.net/package/Structures_Graph
   Changelog: http://pear.php.net/package/Structures_Graph/download/1.1.0
    Download: http://download.pear.php.net/package/Structures_Graph-1.1.0.tgz

Authors
-------
Sérgio Carvalho <[email protected]> (lead)
Brett Bieber <[email protected]> (helper)