pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Graph



Module Name:    pkgsrc
Committed By:   sno
Date:           Mon Mar 15 18:55:22 UTC 2010

Modified Files:
        pkgsrc/devel/p5-Graph: Makefile distinfo

Log Message:
Updating devel/p5-Graph from 0.93 to 0.94

Upstream changes:
2010-03-13 - Release 0.94 - Jarkko Hietaniemi  <jhi%iki.fi@localhost>
        * Address rt.cpan.org #43580:
          "Reversed logic on overload::StrVal() in 
AdjacencyMap::Vertex::__set_path"
          Had to add a new option, refvertexed_stringified.
        * Address rt.cpan.org #50210:
          "Graph-0.91: bug in unionfind parameter"
          One cannot delete from a unionfind graph: now enforcing that.
        * Address rt.cpan.org #48090:
          "all_reachable on directed $g->add_edges(['a','b'],['b','a'])"
          Now if there are loops, all_reachable() will include
          the initial vertices themselves.  Also all_neighbors()
          had some problems in certain cases, fixed those too.
        * Address rt.cpan.org #50210:
          "Graph-0.91: bug in unionfind parameter"
          One cannot delete edges or vertices from a unionfind
          graph: now enforce that in code.
        * Address rt.pcan.org #42549: "stron"
          Document that strongly connected components will include
          isolated and sink and source vertices.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Graph/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Graph/distinfo

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



Home | Main Index | Thread Index | Old Index