releasing the trial release as stable
[rersyncrecent.git] / Changes
blobf24317972583193928b2f13e00dda7823a0f6dcb
1 2020-06-21  k  <andk@cpan.org>
3         * release 0.4.6
5         * fail reports have been seen by testers running the tests in parallel;
6         not regarding this as a showstopper, releasing as stable
8 2020-04-13  k  <andk@cpan.org>
10         * release 0.4.6-TRIAL
12         * address #131966: recent YAML and YAML::XS etc. do not support blessed
13         attributes anymore; we now rebless the attribute "done" on the getter
14         when it is not blessed (thanks to Slaven Rezić for reporting)
16 2017-10-04  k  <andk@cpan.org>
18         * release 0.4.5
20         * add options to rrr-client: --max-files-per-connection and
21         --rsync-timeout; sort options in manpage; no functional change
23 2017-10-02  k  <andk@cpan.org>
25         * release 0.4.4
27         * bugfix #123171: do not expect rrr-fsck in ./bin/ (Ask Bjørn Hansen)
29         * add Hash::Util to PREREQ_PM; no functional change (Andreas König)
31 2016-06-11  k  <andk@cpan.org>
33         * release 0.4.3
35         * remove nonsensical private INC path in all binaries; no functional
36         change
38 2016-02-16  k  <andk@cpan.org>
40         * release 0.4.2
42         * add missing dependency Pod::Usage; discovered by my own smoker
44 2015-09-10  k  <andk@cpan.org>
46         * release 0.4.1
48         * documentation clarification, inspired by Henk Penning 2013, never made
49         it into a release so far; release 0.4.0 missed to include it, so let me
50         make another release immediately after it
52         * release 0.4.0
54         * support rsync_options as a hashref or as an arrayref; this change
55         deals with upstram changes between File-Rsync 0.45 and 0.46;
56         rsync_options are rewritten such that F:R:M:R works with old and new
57         versions of File::Rsync; see also
58         https://rt.cpan.org/Ticket/Display.html?id=106942
60 2013-01-05  k  <k@k83.linux.bogus>
62         * release 0.3.4
64         * release 0.3.3
66         * no functional change, just bump the version number. Just the
67         Makefile.PL to remind me of checking in, tagging and uploading in the
68         correct order.
70 2012-12-31  k  <andk@cpan.org>
72         * release 0.3.2
74         * documentation improvement: offer a shorter version of the mirror
75         script in the HOWTO
77         * minor bugfix: fix the shebang in rrr-client
79 2011-12-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
81         * release 0.3.1
83         * documentation improvements and a new author-test aurora.t, no
84         functional changes; thanks to Henk P. Penning for writing iim
85         (http://ftp.cs.uu.nl/pub/PERL/iim) and asking questions of vital
86         importance for 'rrr'
88 2011-08-19  Andreas J. Koenig  <andk@cpan.org>
90         * release 0.3.0
92         * rrr-client: runstatusfile now completely optional, not defaulting to a
93         file in the current directory which prevented a sane behaviour during
94         system startup (Moritz Onken)
96 2011-06-04  Andreas J. Koenig  <andk@cpan.org>
98         * release 0.2.1
100         * rrr-client: fix delete events on dangling symlinks (spotted by Henk P.
101         Penning)
103         * improve diagnostics when encountering a lock directory
105         * address #68440: wrong documentation in rrr-client (Slaven Rezić)
107         * address #67668: add verboselog (Mitry Matyushkov)
109 2011-05-17  Andreas J. Koenig  <andk@cpan.org>
111         * release 0.2.0
113         * rrr-client new options --verbose and --skip-deletes
115         * address #68220: wrong closing brace position in
116         _rmirror_endofloop_sleep (Mitry Matyushkov)
118 2011-03-20  Andreas J. Koenig  <andk@cpan.org>
120         * release 0.1.1 (MANIFEST fixes)
122         * release 0.1.0
124         * rrr-client contributed by Ask Bjørn Hansen
126         * rrr-server based on Linux::Inotify2
128         * support for symlinks added
130         * all pre-alpha and alpha warnings removed; I'm sure there are bugs
131         lurking but I see no dominating showstoppers at the moment
133 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
135         * release 0.0.8-TRIAL
137         * Client is now forking: children write their state into a YAML file.
138         Parent stays at constant memory.
140 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
142         * release 0.0.7
144         * bugfix: state of ignore_link_stat_errors was lost during cloning
146         * make ignore_link_stat_errors true per default
148         * set $ENV{LANG} before exec of rsync
150         * overhaul the bin/ directory with rrr-update and rrr-fsck
152         * adjust verbosity of delete events
154 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
156         * release 0.0.6
158         * bugfix: Done.pm failing to merge two intervals into one when a third
159         is present
161 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
163         * release 0.0.5
165         * focus on "delete" events that were neglected so far
167 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
169         * release 0.0.4
171         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
173         * new accessor C<verboselog> (suggested by Barbie)
175         * bugfix: not all tempfiles were cleaned up correctly
177         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
179         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
181         * bugfix: Recentfile::recent_events now honours the C<contains> option
182         correctly
184         * changed several internal method and variable names
186 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
188         * release 0.0.3
190         * Bugfix: pod coverage test failed due to a wrong head directive;
192         * updated HOWTO
194 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
196         * release 0.0.2
198         * Bugfix: reflecting in the test that when JSON is not installed
199         Data::Serializer::JSON won't work
201         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
202         associated Recentfile objects.
204 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
206         * release 0.0.1
208         First version, released on an unsuspecting world.
211         Local Variables:
212         coding: utf-8
213         mode: change-log
214         change-log-default-name: "Changes"
215         tab-width: 2
216         left-margin: 2
217         End: