Release Name: 1.25.5
Notes:
Stable release. Some minor version passed since many new features where added. Code seems to be ready for the public ;-)
Changes:
lnbackup-ng (1.25.5) unstable; urgency=low
* Fix: don't delete last backup, when making space.
* Change: exclude 'lost+found/*' under '/' from backup in default config.
-- Martin Povolny <martin.povolny@solnet.cz> Tue, 20 Jun 2006 14:46:43 +0200
lnbackup-ng (1.25.4) unstable; urgency=low
* Fix: --mirror-only now works.
* Fix: small fix in /etc/fstab generation, which remains insufficient.
-- Martin Povolny <martin.povolny@solnet.cz> Thu, 1 Jun 2006 15:13:47 +0200
lnbackup-ng (1.25.3) unstable; urgency=low
* Fix: Tolerate 1s difference in mtime (consider 2 mtimes with 1s
difference the same).
This solves problem when backuping files from windows (some files got
copied even if they where not changed).
See http://wiki.tcl.tk/1174 :
Windows (all?) have 2-second granularity on disk, so a file dated
01:23:45 will end up being dated 01:23:44 instead. A compare on file
mtime may fail, depending on context.
-- Martin Povolny <martin.povolny@solnet.cz> Tue, 23 May 2006 11:02:57 +0200
lnbackup-ng (1.25.2) unstable; urgency=low
* Fix: On error the return value from dumpe2fs is now {} instead of nil
this fixes behaviour when there is a device that doesn't respond to
dumpe2fs matched by the device mask.
-- Martin Povolny <martin.povolny@solnet.cz> Mon, 15 May 2006 13:46:45 +0200
lnbackup-ng (1.25.1) unstable; urgency=low
* Fix: print backup name of failed backup in --nagios-all.
-- Martin Povolny <martin.povolny@solnet.cz> Thu, 27 Apr 2006 17:10:52 +0200
lnbackup-ng (1.25) unstable; urgency=low
* Fix: correctly propagate status code in case of post command failure
* Fix: correctly handle out-of-space exception when creating backup
directory (the first one)
* Fix: option --rw in lnmount (taken from 1.24.1).
* Fix: check if LILO in installed before calling it. (Now warning is
generated where previously error code was returned.)
* Feature: find backup devices by filesystem LABELs or UUIDs
* Feature: backup ACLs
* Feature: lnbackup now writes binary status file, but still reads the
text-based. This is to ease the upgrade process and text status files will
be dropped in future release.
* Feature: oldest_backup(file) looks into more, then just the last backup.
This results in saving HDD space when backup is run after previous incomplete backup.
-- Martin Povolny <martin.povolny@solnet.cz> Mon, 13 Mar 2006 13:34:12 +0100
|