Address #123171 and ready to release 0.4.4
[rersyncrecent.git] / Changes
blob8840ad58c0626b225668ae59f2d762254a17fd9a
1 2017-10-02  k  <andk@cpan.org>
3         * release 0.4.4
5         * bugfix #123171: do not expect rrr-fsck in ./bin/ (Ask Bjørn Hansen)
7         * add Hash::Util to PREREQ_PM; no functional change (Andreas König)
9 2016-06-11  k  <andk@cpan.org>
11         * release 0.4.3
13         * remove nonsensical private INC path in all binaries; no functional
14         change
16 2016-02-16  k  <andk@cpan.org>
18         * release 0.4.2
20         * add missing dependency Pod::Usage; discovered by my own smoker
22 2015-09-10  k  <andk@cpan.org>
24         * release 0.4.1
26         * documentation clarification, inspired by Henk Penning 2013, never made
27         it into a release so far; release 0.4.0 missed to include it, so let me
28         make another release immediately after it
30         * release 0.4.0
32         * support rsync_options as a hashref or as an arrayref; this change
33         deals with upstram changes between File-Rsync 0.45 and 0.46;
34         rsync_options are rewritten such that F:R:M:R works with old and new
35         versions of File::Rsync; see also
36         https://rt.cpan.org/Ticket/Display.html?id=106942
38 2013-01-05  k  <k@k83.linux.bogus>
40         * release 0.3.4
42         * release 0.3.3
44         * no functional change, just bump the version number. Just the
45         Makefile.PL to remind me of checking in, tagging and uploading in the
46         correct order.
48 2012-12-31  k  <andk@cpan.org>
50         * release 0.3.2
52         * documentation improvement: offer a shorter version of the mirror
53         script in the HOWTO
55         * minor bugfix: fix the shebang in rrr-client
57 2011-12-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
59         * release 0.3.1
61         * documentation improvements and a new author-test aurora.t, no
62         functional changes; thanks to Henk P. Penning for writing iim
63         (http://ftp.cs.uu.nl/pub/PERL/iim) and asking questions of vital
64         importance for 'rrr'
66 2011-08-19  Andreas J. Koenig  <andk@cpan.org>
68         * release 0.3.0
70         * rrr-client: runstatusfile now completely optional, not defaulting to a
71         file in the current directory which prevented a sane behaviour during
72         system startup (Moritz Onken)
74 2011-06-04  Andreas J. Koenig  <andk@cpan.org>
76         * release 0.2.1
78         * rrr-client: fix delete events on dangling symlinks (spotted by Henk P.
79         Penning)
81         * improve diagnostics when encountering a lock directory
83         * address #68440: wrong documentation in rrr-client (Slaven Rezić)
85         * address #67668: add verboselog (Mitry Matyushkov)
87 2011-05-17  Andreas J. Koenig  <andk@cpan.org>
89         * release 0.2.0
91         * rrr-client new options --verbose and --skip-deletes
93         * address #68220: wrong closing brace position in
94         _rmirror_endofloop_sleep (Mitry Matyushkov)
96 2011-03-20  Andreas J. Koenig  <andk@cpan.org>
98         * release 0.1.1 (MANIFEST fixes)
100         * release 0.1.0
102         * rrr-client contributed by Ask Bjørn Hansen
104         * rrr-server based on Linux::Inotify2
106         * support for symlinks added
108         * all pre-alpha and alpha warnings removed; I'm sure there are bugs
109         lurking but I see no dominating showstoppers at the moment
111 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
113         * release 0.0.8-TRIAL
115         * Client is now forking: children write their state into a YAML file.
116         Parent stays at constant memory.
118 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
120         * release 0.0.7
122         * bugfix: state of ignore_link_stat_errors was lost during cloning
124         * make ignore_link_stat_errors true per default
126         * set $ENV{LANG} before exec of rsync
128         * overhaul the bin/ directory with rrr-update and rrr-fsck
130         * adjust verbosity of delete events
132 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
134         * release 0.0.6
136         * bugfix: Done.pm failing to merge two intervals into one when a third
137         is present
139 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
141         * release 0.0.5
143         * focus on "delete" events that were neglected so far
145 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
147         * release 0.0.4
149         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
151         * new accessor C<verboselog> (suggested by Barbie)
153         * bugfix: not all tempfiles were cleaned up correctly
155         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
157         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
159         * bugfix: Recentfile::recent_events now honours the C<contains> option
160         correctly
162         * changed several internal method and variable names
164 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
166         * release 0.0.3
168         * Bugfix: pod coverage test failed due to a wrong head directive;
170         * updated HOWTO
172 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
174         * release 0.0.2
176         * Bugfix: reflecting in the test that when JSON is not installed
177         Data::Serializer::JSON won't work
179         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
180         associated Recentfile objects.
182 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
184         * release 0.0.1
186         First version, released on an unsuspecting world.
189         Local Variables:
190         coding: utf-8
191         mode: change-log
192         change-log-default-name: "Changes"
193         tab-width: 2
194         left-margin: 2
195         End: