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