fsck was not using batch_update, it even had sleeps in it; also removing the aggregat...
[rersyncrecent.git] / Changes
blob360f6df52df9bb16bad21ea5b442e5d72f6c47c5
1 2010-10-29  Andreas J. Koenig  <andk@cpan.org>
3         * release 0.0.8-TRIAL
5         * Client is now forking: children write their state into a YAML file.
6         Parent stays at constant memory.
8 2009-05-03  Andreas J. Koenig  <andk@cpan.org>
10         * release 0.0.7
12         * bugfix: state of ignore_link_stat_errors was lost during cloning
14         * make ignore_link_stat_errors true per default
16         * set $ENV{LANG} before exec of rsync
18         * overhaul the bin/ directory with rrr-update and rrr-fsck
20         * adjust verbosity of delete events
22 2009-04-25  Andreas J. Koenig  <andk@cpan.org>
24         * release 0.0.6
26         * bugfix: Done.pm failing to merge two intervals into one when a third
27         is present
29 2009-04-16  Andreas J. Koenig  <andk@cpan.org>
31         * release 0.0.5
33         * focus on "delete" events that were neglected so far
35 2009-04-13  Andreas J. Koenig  <andk@cpan.org>
37         * release 0.0.4
39         * new accessor C<tempdir> (suggested by Ask Bjørn Hansen)
41         * new accessor C<verboselog> (suggested by Barbie)
43         * bugfix: not all tempfiles were cleaned up correctly
45         * bugfix: fixed a panic 'Could not find an interval position ...' in the Done code
47         * bugfix: changes of the dirtymark were insufficiently discovered on the slave
49         * bugfix: Recentfile::recent_events now honours the C<contains> option
50         correctly
52         * changed several internal method and variable names
54 2009-03-30  Andreas J. Koenig  <andk@cpan.org>
56         * release 0.0.3
58         * Bugfix: pod coverage test failed due to a wrong head directive;
60         * updated HOWTO
62 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
64         * release 0.0.2
66         * Bugfix: reflecting in the test that when JSON is not installed
67         Data::Serializer::JSON won't work
69         * convenience: verbose(X) on a Recent object now calls verbose(X) on all
70         associated Recentfile objects.
72 2009-03-25  Andreas J. Koenig  <andk@cpan.org>
74         * release 0.0.1
75         
76         First version, released on an unsuspecting world.
78 \f       
79         Local Variables:
80         coding: utf-8
81         mode: change-log
82         change-log-default-name: "Changes"
83         tab-width: 2
84         left-margin: 2
85         End: