1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
libfile-write-rotate-perl (0.28-1) unstable; urgency=medium
From the upstream changelog of 0.28:
- Now check argument to new(), unknown arguments will croak.
From the upstream changelog of 0.24:
[INCOMPATIBLE CHANGES]
- compress() method now avoids compressing files with the latest period.
Before, this method avoided compressing files with the period of
"_cur_period" private attribute, which was set by _open(). However,
"_cur_period" was not set if compress() was called without calling
write() beforehand. The new behavior is a little different from the
old, but it's the same in most cases.
-- Axel Beckert <abe@debian.org> Tue, 28 Apr 2015 00:29:11 +0200
|