runstatusfile now completely optional, not defaulting to a file in the current direct...
[rersyncrecent.git] / Changes
blob6f236d85bf9d39db965bbb19f6fb3ce0d2228b59
1 2011-06-04  Andreas J. Koenig  <andk@cpan.org>
3         * release 0.2.1
5         * rrr-client: fix delete events on dangling symlinks (spotted by Henk P.
6         Penning)
8         * improve diagnostics when encountering a lock directory
10         * address #68440: wrong documentation in rrr-client (Slaven Rezić)
12         * address #67668: add verboselog (Mitry Matyushkov)
14 2011-05-17  Andreas J. Koenig  <andk@cpan.org>
16         * release 0.2.0
18         * rrr-client new options --verbose and --skip-deletes
20         * address #68220: wrong closing brace position in
21         _rmirror_endofloop_sleep (Mitry Matyushkov)
23 2011-03-20  Andreas J. Koenig  <andk@cpan.org>
25         * release 0.1.1 (MANIFEST fixes)
27         * release 0.1.0
29         * rrr-client contributed by Ask Bjørn Hansen
31         * rrr-server based on Linux::Inotify2
33         * support for symlinks added
35         * all pre-alpha and alpha warnings removed; I'm sure there are bugs
36         lurking but I see no dominating showstoppers at the moment
38 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
40         * release 0.0.8-TRIAL
42         * Client is now forking: children write their state into a YAML file.
43         Parent stays at constant memory.
45 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
47         * release 0.0.7
49         * bugfix: state of ignore_link_stat_errors was lost during cloning
51         * make ignore_link_stat_errors true per default
53         * set $ENV{LANG} before exec of rsync
55         * overhaul the bin/ directory with rrr-update and rrr-fsck
57         * adjust verbosity of delete events
59 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
61         * release 0.0.6
63         * bugfix: Done.pm failing to merge two intervals into one when a third
64         is present
66 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
68         * release 0.0.5
70         * focus on "delete" events that were neglected so far
72 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
74         * release 0.0.4
76         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
78         * new accessor C<verboselog> (suggested by Barbie)
80         * bugfix: not all tempfiles were cleaned up correctly
82         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
84         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
86         * bugfix: Recentfile::recent_events now honours the C<contains> option
87         correctly
89         * changed several internal method and variable names
91 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
93         * release 0.0.3
95         * Bugfix: pod coverage test failed due to a wrong head directive;
97         * updated HOWTO
99 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
101         * release 0.0.2
103         * Bugfix: reflecting in the test that when JSON is not installed
104         Data::Serializer::JSON won't work
106         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
107         associated Recentfile objects.
109 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
111         * release 0.0.1
113         First version, released on an unsuspecting world.
116         Local Variables:
117         coding: utf-8
118         mode: change-log
119         change-log-default-name: "Changes"
120         tab-width: 2
121         left-margin: 2
122         End: