remind me of checking in, tagging and uploading in the correct order
[rersyncrecent.git] / Changes
blob4aa883896b707a33b2a8d99f966fc52763ebe67a
1 2013-01-05  k  <k@k83.linux.bogus>
3         * release 0.3.4
5         * release 0.3.3
7         * no functional change, just bump the version number. Just the
8         Makefile.PL to remind me of checking in, tagging and uploading in the
9         correct order.
11 2012-12-31  k  <andk@cpan.org>
13         * release 0.3.2
15         * documentation improvement: offer a shorter version of the mirror
16         script in the HOWTO
18         * minor bugfix: fix the shebang in rrr-client
20 2011-12-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
22         * release 0.3.1
24         * documentation improvements and a new author-test aurora.t, no
25         functional changes; thanks to Henk P. Penning for writing iim
26         (http://ftp.cs.uu.nl/pub/PERL/iim) and asking questions of vital
27         importance for 'rrr'
29 2011-08-19  Andreas J. Koenig  <andk@cpan.org>
31         * release 0.3.0
33         * rrr-client: runstatusfile now completely optional, not defaulting to a
34         file in the current directory which prevented a sane behaviour during
35         system startup (Moritz Onken)
37 2011-06-04  Andreas J. Koenig  <andk@cpan.org>
39         * release 0.2.1
41         * rrr-client: fix delete events on dangling symlinks (spotted by Henk P.
42         Penning)
44         * improve diagnostics when encountering a lock directory
46         * address #68440: wrong documentation in rrr-client (Slaven Rezić)
48         * address #67668: add verboselog (Mitry Matyushkov)
50 2011-05-17  Andreas J. Koenig  <andk@cpan.org>
52         * release 0.2.0
54         * rrr-client new options --verbose and --skip-deletes
56         * address #68220: wrong closing brace position in
57         _rmirror_endofloop_sleep (Mitry Matyushkov)
59 2011-03-20  Andreas J. Koenig  <andk@cpan.org>
61         * release 0.1.1 (MANIFEST fixes)
63         * release 0.1.0
65         * rrr-client contributed by Ask Bjørn Hansen
67         * rrr-server based on Linux::Inotify2
69         * support for symlinks added
71         * all pre-alpha and alpha warnings removed; I'm sure there are bugs
72         lurking but I see no dominating showstoppers at the moment
74 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
76         * release 0.0.8-TRIAL
78         * Client is now forking: children write their state into a YAML file.
79         Parent stays at constant memory.
81 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
83         * release 0.0.7
85         * bugfix: state of ignore_link_stat_errors was lost during cloning
87         * make ignore_link_stat_errors true per default
89         * set $ENV{LANG} before exec of rsync
91         * overhaul the bin/ directory with rrr-update and rrr-fsck
93         * adjust verbosity of delete events
95 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
97         * release 0.0.6
99         * bugfix: Done.pm failing to merge two intervals into one when a third
100         is present
102 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
104         * release 0.0.5
106         * focus on "delete" events that were neglected so far
108 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
110         * release 0.0.4
112         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
114         * new accessor C<verboselog> (suggested by Barbie)
116         * bugfix: not all tempfiles were cleaned up correctly
118         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
120         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
122         * bugfix: Recentfile::recent_events now honours the C<contains> option
123         correctly
125         * changed several internal method and variable names
127 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
129         * release 0.0.3
131         * Bugfix: pod coverage test failed due to a wrong head directive;
133         * updated HOWTO
135 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
137         * release 0.0.2
139         * Bugfix: reflecting in the test that when JSON is not installed
140         Data::Serializer::JSON won't work
142         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
143         associated Recentfile objects.
145 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
147         * release 0.0.1
149         First version, released on an unsuspecting world.
152         Local Variables:
153         coding: utf-8
154         mode: change-log
155         change-log-default-name: "Changes"
156         tab-width: 2
157         left-margin: 2
158         End: