pull truncate out of the loop and move it after it; all tests pass
[rersyncrecent.git] / Changes
blob2077daf1fa0aa696fe82eb1685e1f7cc22a31476
1 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
3         * release 0.0.7
5         * bugfix: state of ignore_link_stat_errors was lost during cloning
7         * make ignore_link_stat_errors true per default
9         * set $ENV{LANG} before exec of rsync
11         * overhaul the bin/ directory with rrr-update and rrr-fsck
13         * adjust verbosity of delete events
15 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
17         * release 0.0.6
19         * bugfix: Done.pm failing to merge two intervals into one when a third
20         is present
22 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
24         * release 0.0.5
26         * focus on "delete" events that were neglected so far
28 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
30         * release 0.0.4
32         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
34         * new accessor C<verboselog> (suggested by Barbie)
36         * bugfix: not all tempfiles were cleaned up correctly
38         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
40         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
42         * bugfix: Recentfile::recent_events now honours the C<contains> option
43         correctly
45         * changed several internal method and variable names
47 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
49         * release 0.0.3
51         * Bugfix: pod coverage test failed due to a wrong head directive;
53         * updated HOWTO
55 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
57         * release 0.0.2
59         * Bugfix: reflecting in the test that when JSON is not installed
60         Data::Serializer::JSON won't work
62         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
63         associated Recentfile objects.
65 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
67         * release 0.0.1
68         
69         First version, released on an unsuspecting world.
71 \f       
72         Local Variables:
73         coding: utf-8
74         mode: change-log
75         change-log-default-name: "Changes"
76         tab-width: 2
77         left-margin: 2
78         End: