ready for 0.1.1
[rersyncrecent.git] / Changes
blobb4cda728f86eaf934480387b99a6541d786ed2ae
1 2011-03-20  Andreas J. Koenig  <andk@cpan.org>
3         * release 0.1.1 (MANIFEST fixes)
5         * release 0.1.0
7         * rrr-client contributed by Ask Bjørn Hansen
9         * rrr-server based on Linux::Inotify2
11         * support for symlinks added
13         * all pre-alpha and alpha warnings removed; I'm sure there are bugs
14         lurking but I see no dominating showstoppers at the moment
16 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
18         * release 0.0.8-TRIAL
20         * Client is now forking: children write their state into a YAML file.
21         Parent stays at constant memory.
23 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
25         * release 0.0.7
27         * bugfix: state of ignore_link_stat_errors was lost during cloning
29         * make ignore_link_stat_errors true per default
31         * set $ENV{LANG} before exec of rsync
33         * overhaul the bin/ directory with rrr-update and rrr-fsck
35         * adjust verbosity of delete events
37 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
39         * release 0.0.6
41         * bugfix: Done.pm failing to merge two intervals into one when a third
42         is present
44 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
46         * release 0.0.5
48         * focus on "delete" events that were neglected so far
50 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
52         * release 0.0.4
54         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
56         * new accessor C<verboselog> (suggested by Barbie)
58         * bugfix: not all tempfiles were cleaned up correctly
60         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
62         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
64         * bugfix: Recentfile::recent_events now honours the C<contains> option
65         correctly
67         * changed several internal method and variable names
69 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
71         * release 0.0.3
73         * Bugfix: pod coverage test failed due to a wrong head directive;
75         * updated HOWTO
77 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
79         * release 0.0.2
81         * Bugfix: reflecting in the test that when JSON is not installed
82         Data::Serializer::JSON won't work
84         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
85         associated Recentfile objects.
87 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
89         * release 0.0.1
91         First version, released on an unsuspecting world.
94         Local Variables:
95         coding: utf-8
96         mode: change-log
97         change-log-default-name: "Changes"
98         tab-width: 2
99         left-margin: 2
100         End: