Debian lenny version packages
[pkg-perl] / deb-src / libtree-dagnode-perl / libtree-dagnode-perl-1.06 / ChangeLog
1 Revision history for Perl module Tree::DAG_Node.
2
3 2007-12-02  David Hand  cogent@cpan.org
4
5         * release 1.06 -- new maintainer.  No code changes.
6
7 2004-12-29  Sean M. Burke  sburke@cpan.org
8
9         * release 1.05 -- just repackaging.  No code changes.
10
11 2001-02-23  Sean M. Burke  sburke@cpan.org
12         
13         * Release 1.04 -- bugfix: Olegt@dreamtime.net notes a bug in
14         depth_under that apparently always makes it return 0.  Fixed.
15
16 2000-05-13  Sean M. Burke  sburke@cpan.org
17
18         * Release 1.03 -- superficial changes:
19
20         * Minor doc spiffing-up.
21         
22         * Noting my new email address.
23
24         * In order to keep its symbol table clean, DAG_Node no longer
25         imports routines from Carp and UNIVERSAL.  Should have no effect
26         on existing code.
27
28         * I went and commented out all the places where I have asserts for
29         non-cyclicity.  I once had the idea that DAG_Node could be a base
30         class for graphs that /could/ allow cyclicity, or something like
31         that, so those assertions would apply for methods that work only
32         for acyclic networks.  But, in time, I realized that almost
33         everything in DAG_Node would have to have such assertions.  Moral
34         of the story: DAG_Node has nearly no code that it could share with
35         a class for anything but DAGs.  And since DAG_Node does everything it
36         can to /keep/ you from making cyclicities, there's no point in
37         constantly having assertions of noncyclicity (especially when
38         these assertions are rather expensive to check).
39
40 2000-03-05  Sean M. Burke  sburke@netadventure.net
41
42         * Release 1.02 -- minor bugfixes:
43
44         * Fixed a typo in the docs: corrected one "right_sisters" to
45         "right_sister"
46
47         * Initialized a variable to '' to avoid warnings under -w.
48         Thanks to Gilles Lamiral.
49
50 1999-05-14  Sean M. Burke  sburke@netadventure.net
51
52         * Releass 1.01 -- major additions:
53         
54         Scads of new methods.  Still (as far as I know) backward
55         compatible with all previous versions.  Some minor changes in
56         coding, not affecting the interface.
57
58         Hopefully more friendly to users that use -w (warnings).
59
60         Cautionary tale: I started making big changes to this right around
61         mid-November 1998.  But I kept thinking "oh, ONE MORE change and
62         then I'll release it."  Famous last words!  Other things came up,
63         I forgot what was new and what was different in this module
64         (which is why you don't see a detailed list of differences here),
65         altho apparently somehow I managed to document all the new
66         methods.
67
68 1998-11-03  Sean M. Burke  sburke@netadventure.net
69
70         * Release 0.75 -- minor changes:
71
72         New methods new_daughter, new_daughter_left.
73
74         $obj->new constructor syntax now documented.
75         
76         Internal accesses to "daughter" and "mother" attribs
77         are now direct, for efficiency's sake.
78
79         Minor improvements to the docs.
80
81 1998-10-28  Sean M. Burke  sburke@netadventure.net
82
83         * Release 0.74 -- whoops, forgot to bundle the README.
84         No change in the module.
85
86 1998-10-27  Sean M. Burke  sburke@netadventure.net
87
88         * Release 0.73 -- first release version.