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