documentation improvements (site seeing tour, etc)
[rersyncrecent.git] / Changes
blob76b029200ead82a4c398b97ac7397deb3b4bec14
1 2011-08-19  Andreas J. Koenig  <andk@cpan.org>
3         * release 0.3.0
5         * rrr-client: runstatusfile now completely optional, not defaulting to a
6         file in the current directory which prevented a sane behaviour during
7         system startup (Moritz Onken)
9 2011-06-04  Andreas J. Koenig  <andk@cpan.org>
11         * release 0.2.1
13         * rrr-client: fix delete events on dangling symlinks (spotted by Henk P.
14         Penning)
16         * improve diagnostics when encountering a lock directory
18         * address #68440: wrong documentation in rrr-client (Slaven Rezić)
20         * address #67668: add verboselog (Mitry Matyushkov)
22 2011-05-17  Andreas J. Koenig  <andk@cpan.org>
24         * release 0.2.0
26         * rrr-client new options --verbose and --skip-deletes
28         * address #68220: wrong closing brace position in
29         _rmirror_endofloop_sleep (Mitry Matyushkov)
31 2011-03-20  Andreas J. Koenig  <andk@cpan.org>
33         * release 0.1.1 (MANIFEST fixes)
35         * release 0.1.0
37         * rrr-client contributed by Ask Bjørn Hansen
39         * rrr-server based on Linux::Inotify2
41         * support for symlinks added
43         * all pre-alpha and alpha warnings removed; I'm sure there are bugs
44         lurking but I see no dominating showstoppers at the moment
46 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
48         * release 0.0.8-TRIAL
50         * Client is now forking: children write their state into a YAML file.
51         Parent stays at constant memory.
53 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
55         * release 0.0.7
57         * bugfix: state of ignore_link_stat_errors was lost during cloning
59         * make ignore_link_stat_errors true per default
61         * set $ENV{LANG} before exec of rsync
63         * overhaul the bin/ directory with rrr-update and rrr-fsck
65         * adjust verbosity of delete events
67 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
69         * release 0.0.6
71         * bugfix: Done.pm failing to merge two intervals into one when a third
72         is present
74 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
76         * release 0.0.5
78         * focus on "delete" events that were neglected so far
80 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
82         * release 0.0.4
84         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
86         * new accessor C<verboselog> (suggested by Barbie)
88         * bugfix: not all tempfiles were cleaned up correctly
90         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
92         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
94         * bugfix: Recentfile::recent_events now honours the C<contains> option
95         correctly
97         * changed several internal method and variable names
99 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
101         * release 0.0.3
103         * Bugfix: pod coverage test failed due to a wrong head directive;
105         * updated HOWTO
107 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
109         * release 0.0.2
111         * Bugfix: reflecting in the test that when JSON is not installed
112         Data::Serializer::JSON won't work
114         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
115         associated Recentfile objects.
117 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
119         * release 0.0.1
121         First version, released on an unsuspecting world.
124         Local Variables:
125         coding: utf-8
126         mode: change-log
127         change-log-default-name: "Changes"
128         tab-width: 2
129         left-margin: 2
130         End: