4e201d766bf748ae00ccd9f970be27e24103bb61
[rersyncrecent.git] / Changes
blob4e201d766bf748ae00ccd9f970be27e24103bb61
1 2011-12-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
3         * release 0.3.1
5         * documentation improvements and a new author-test aurora.t, no
6         functional changes; thanks to Henk P. Penning for writing iim
7         (http://ftp.cs.uu.nl/pub/PERL/iim) and asking questions of vital
8         importance for 'rrr'
10 2011-08-19  Andreas J. Koenig  <andk@cpan.org>
12         * release 0.3.0
14         * rrr-client: runstatusfile now completely optional, not defaulting to a
15         file in the current directory which prevented a sane behaviour during
16         system startup (Moritz Onken)
18 2011-06-04  Andreas J. Koenig  <andk@cpan.org>
20         * release 0.2.1
22         * rrr-client: fix delete events on dangling symlinks (spotted by Henk P.
23         Penning)
25         * improve diagnostics when encountering a lock directory
27         * address #68440: wrong documentation in rrr-client (Slaven Rezić)
29         * address #67668: add verboselog (Mitry Matyushkov)
31 2011-05-17  Andreas J. Koenig  <andk@cpan.org>
33         * release 0.2.0
35         * rrr-client new options --verbose and --skip-deletes
37         * address #68220: wrong closing brace position in
38         _rmirror_endofloop_sleep (Mitry Matyushkov)
40 2011-03-20  Andreas J. Koenig  <andk@cpan.org>
42         * release 0.1.1 (MANIFEST fixes)
44         * release 0.1.0
46         * rrr-client contributed by Ask Bjørn Hansen
48         * rrr-server based on Linux::Inotify2
50         * support for symlinks added
52         * all pre-alpha and alpha warnings removed; I'm sure there are bugs
53         lurking but I see no dominating showstoppers at the moment
55 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
57         * release 0.0.8-TRIAL
59         * Client is now forking: children write their state into a YAML file.
60         Parent stays at constant memory.
62 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
64         * release 0.0.7
66         * bugfix: state of ignore_link_stat_errors was lost during cloning
68         * make ignore_link_stat_errors true per default
70         * set $ENV{LANG} before exec of rsync
72         * overhaul the bin/ directory with rrr-update and rrr-fsck
74         * adjust verbosity of delete events
76 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
78         * release 0.0.6
80         * bugfix: Done.pm failing to merge two intervals into one when a third
81         is present
83 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
85         * release 0.0.5
87         * focus on "delete" events that were neglected so far
89 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
91         * release 0.0.4
93         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
95         * new accessor C<verboselog> (suggested by Barbie)
97         * bugfix: not all tempfiles were cleaned up correctly
99         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
101         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
103         * bugfix: Recentfile::recent_events now honours the C<contains> option
104         correctly
106         * changed several internal method and variable names
108 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
110         * release 0.0.3
112         * Bugfix: pod coverage test failed due to a wrong head directive;
114         * updated HOWTO
116 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
118         * release 0.0.2
120         * Bugfix: reflecting in the test that when JSON is not installed
121         Data::Serializer::JSON won't work
123         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
124         associated Recentfile objects.
126 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
128         * release 0.0.1
130         First version, released on an unsuspecting world.
133         Local Variables:
134         coding: utf-8
135         mode: change-log
136         change-log-default-name: "Changes"
137         tab-width: 2
138         left-margin: 2
139         End: