Search
j0ke.net Open Build Service
>
Projects
>
server:backup
>
fsarchiver
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
fsarchiver.spec
@@ -1,6 +1,6 @@ BuildRequires: zlib-devel bzip2 e2fsprogs e2fsprogs-devel >= 1.39 libcom_err libattr-devel openssl-devel Name: fsarchiver -Version: 0.4.5 +Version: 0.4.7 Release: 1 License: GPLv2 Url: http://www.fsarchiver.org @@ -35,5 +35,16 @@ %{_sbindir}/%{name} %changelog +* Mon Mar 30 2009 Carsten Schoene <cs@linux-administrator.com> - 0.4.7-1 +- update to release 0.4.7 + - The mount-points directories are now archived during a live-backup (important for /dev, /proc, /sys) + - Better management of corrupt archive files: allow to continue the restoration on the next valid file found + - Bug fix: Ignore devices that are cached by blkid in "fsarchive probe" (cdrom devices that do not exist were shown) + - Bug fix: "fsarchiver probe" detected ext4 filesystem as ext3 when libblkid < 1.41 (it's part of e2fsprogs) + - Bug fix: Fixed minor memory leak in "fsarchiver probe" by calling blkid_put_cache() to free the dynamic memory + - Bug fix: Fixed memory error (invalid free) when a corrupt data block is found in the archive (bad checksum) + - Bug fix: Show and error message and exit instead of waiting when the required fstools are not installed + - Bug fix: fixed potential crash in thread_comp when aborting a restoration process because of an error + * Tue Jan 13 2009 Carsten Schoene <cs@linux-administrator.com> - 0.2.1 - initial build
Added
fsarchiver-0.4.7.tar.bz2
^