improve diagnostics adding the name of the lockdirectory we are waiting for
[rersyncrecent.git] / Changes
blobbc93a7d39030def28474ef3f61901480f7f596d4
1 2011-05-17  Andreas J. Koenig  <andk@cpan.org>
3         * release 0.2.0
5         * rrr-client new options --verbose and --skip-deletes
7         * address #68220: wrong closing brace position in
8         _rmirror_endofloop_sleep (Mitry Matyushkov)
10 2011-03-20  Andreas J. Koenig  <andk@cpan.org>
12         * release 0.1.1 (MANIFEST fixes)
14         * release 0.1.0
16         * rrr-client contributed by Ask Bjørn Hansen
18         * rrr-server based on Linux::Inotify2
20         * support for symlinks added
22         * all pre-alpha and alpha warnings removed; I'm sure there are bugs
23         lurking but I see no dominating showstoppers at the moment
25 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
27         * release 0.0.8-TRIAL
29         * Client is now forking: children write their state into a YAML file.
30         Parent stays at constant memory.
32 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
34         * release 0.0.7
36         * bugfix: state of ignore_link_stat_errors was lost during cloning
38         * make ignore_link_stat_errors true per default
40         * set $ENV{LANG} before exec of rsync
42         * overhaul the bin/ directory with rrr-update and rrr-fsck
44         * adjust verbosity of delete events
46 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
48         * release 0.0.6
50         * bugfix: Done.pm failing to merge two intervals into one when a third
51         is present
53 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
55         * release 0.0.5
57         * focus on "delete" events that were neglected so far
59 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
61         * release 0.0.4
63         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
65         * new accessor C<verboselog> (suggested by Barbie)
67         * bugfix: not all tempfiles were cleaned up correctly
69         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
71         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
73         * bugfix: Recentfile::recent_events now honours the C<contains> option
74         correctly
76         * changed several internal method and variable names
78 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
80         * release 0.0.3
82         * Bugfix: pod coverage test failed due to a wrong head directive;
84         * updated HOWTO
86 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
88         * release 0.0.2
90         * Bugfix: reflecting in the test that when JSON is not installed
91         Data::Serializer::JSON won't work
93         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
94         associated Recentfile objects.
96 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
98         * release 0.0.1
100         First version, released on an unsuspecting world.
103         Local Variables:
104         coding: utf-8
105         mode: change-log
106         change-log-default-name: "Changes"
107         tab-width: 2
108         left-margin: 2
109         End: