SHA256
1
0
forked from pool/fsarchiver
fsarchiver/fsarchiver.changes

286 lines
11 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Sat Oct 26 11:27:09 UTC 2013 - andreas.stieger@gmx.de
- fix SLE build
-------------------------------------------------------------------
Tue Aug 20 16:06:42 UTC 2013 - schwab@suse.de
- fsarchiver-types.patch: Remove conflicting uses of reserved identifiers
-------------------------------------------------------------------
Thu Feb 28 14:29:33 UTC 2013 - lazy.kent@opensuse.org
- Update to 0.6.17.
+ Implemented "mkfsopt" restfs option to pass extra options to
mkfs.
+ Fixed parsing of "/proc/self/mountinfo" (mount options were not
parsed on new systems).
-------------------------------------------------------------------
Thu Feb 7 19:29:44 UTC 2013 - lazy.kent@opensuse.org
- Update to 0.6.16.
+ Fixed parsing of "/proc/self/mountinfo" for systemd based
systems.
-------------------------------------------------------------------
Sun Jun 3 09:45:12 UTC 2012 - lazy.kent@opensuse.org
- Update to 0.6.15.
+ Added support for recent ext4 features (up to linux-3.4 /
e2fsprogs-1.42).
- Changes in 0.6.14.
+ Added support for recent btrfs features (up to linux-3.4).
+ Fixed compilation warnings (variable res set but not used).
-------------------------------------------------------------------
Mon Mar 5 07:53:34 UTC 2012 - lazy.kent@opensuse.org
- Update to 0.6.13.
+ Fixed detection of the root filesystem using
"/proc/self/mountinfo" instead of "/proc/mounts".
- Use pkgconfig(*) as build dependencies.
-------------------------------------------------------------------
Thu Nov 24 16:28:05 UTC 2011 - lazy.kent@opensuse.org
- Corrected License tag according to SPDX Standard.
- Use full URL as a source.
- Spec clean up.
-------------------------------------------------------------------
Tue May 24 16:00:48 UTC 2011 - lazy.kent@opensuse.org
- Made changelog more verbose -- added changes important
for enduser
-------------------------------------------------------------------
Mon Apr 11 09:44:55 UTC 2011 - lazy.kent@opensuse.org
- Added COPYING
- Prepare spec
-------------------------------------------------------------------
Sat Dec 25 14:40:14 UTC 2010 - lazy.kent@opensuse.org
- Update to 0.6.12
+ Fix: get correct mount info for root device when not listed in
/proc/mounts (eg: missing "/dev/root")
-------------------------------------------------------------------
Fri Dec 3 18:32:28 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.6.11
+ Updated supported btrfs compat flags to make it work with
btrfs-2.6.35
+ The -c/--cryptpass option now supports interactive passwords:
use "-c -"
-------------------------------------------------------------------
Sun May 9 14:49:54 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.6.10
+ Fixed support of symbolic links on ntfs filesystems with
ntfs3g >= 2010.3.6
-------------------------------------------------------------------
Thu May 6 20:41:53 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.6.9
+ Fix in probe: show devmapper/lvm volumes even when /dev/dm-xx
does not exist
+ Fixed restoration of very small archives (archive < 4K)
+ Fix error handling in restoration: consider ENOSPC as a fatal
error and other fixes
+ Fix: remove all volumes of the archive instead of just
the first one if save fails
-------------------------------------------------------------------
Sun Feb 21 10:30:09 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.6.8
+ Fixed critial bug: there was a risk of corruption when
the archive was written on a smbfs/cifs filesystem
-------------------------------------------------------------------
Mon Feb 1 15:32:39 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.6.7
+ Added support for sparse files (sparse file on the original
disk will be recreated as sparse file)
+ Added per-archive minimum fsarchiver version requirement
(MAINHEADKEY_MINFSAVERSION)
+ Added dirsinfo in archives with simple files and directories
to store stats required for progression
+ The logfile created when option -d is used now has a specific
name so that it's not overwritten
+ The md5 checksums are now calculated using the implementation
from libgcrypt instead of the internal one
+ The libgcrypt library is now a mandatory dependency and crypto
cannot be disabled any more
+ Allow non root users to use "fsarchiver archinfo" as long as
they have read permissions on the archive
- Updated HOWTO
-------------------------------------------------------------------
Mon Jan 25 22:53:12 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.6.6
+ Fix: don't remove the archive file when savefs/savedir fails
because the archive already exists
+ Partitions already mounted are remounted with MS_BIND to have
access to files hidden by mounted filesystems
+ Analyse filesystems only when they are all accessible
to prevent having to wait and then get an error
+ Important internal changes, renaming of functions/files, and
simplifications for better consistency
+ Fixed potential memory error in savefs/savedir with extended
attributes (bug reported by mbiebl)
-------------------------------------------------------------------
Fri Jan 8 12:11:19 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.6.5
+ Retry with the default level (gzip -6) when compression of
a data block lacks memory with bzip2/lzma
- Added Suggests
-------------------------------------------------------------------
Sun Jan 3 23:49:50 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.6.4
+ Improved the manpage: documented the long options, added
examples, links, ...
+ Fixed critical bug: integer overflow for "u16 headerlen"
when sum of attributes size > 65535
+ Introduced new fileformat: "FsArCh_002", but old format
"FsArCh_001" is also supported
+ Using code from libblkid instead of complex implementation
to read ntfs labels
- Added pkg-config to BuildRequires
- Removed 'export PATH' -- no need anymore
-------------------------------------------------------------------
Tue Dec 29 11:54:40 UTC 2009 - lazy.kent.suse@gmail.com
- Update to 0.6.3
+ Dont fail when e2fsck returns 1 in extfs_mkfs() since it means
the filesystem has been fixed
+ Display the percentage of the operation which has been
completed when verbose >= 1 (sort of progress bar)
+ Display information about physical disks as well as partitions
in "fsarchiver probe <mode>"
+ Fixed bug with archive splitting: the split size was sometimes
incorrect due to an integer overflow
+ Added option "--exclude/-e <pattern>" to exclude files/dirs.
It works for both archiving and extracting.
+ Added support for long options (--option) using getopt_long
- Removed obsolete patches
- Updated HOWTO
-------------------------------------------------------------------
Wed Dec 23 12:19:06 UTC 2009 - lazy.kent.suse@gmail.com
- Bugfixes:
+ Fixes a integer overflow problem that affects fsarchiver when
it's compiled in 32bit. The split size is incorrect and then
it either splits with an incorrect volume size or it does not
split the archives.
+ Fsarchiver fails to start on a system where libgcrypt is
upgraded to a version which is more recent than the libgcrypt
used at compilation time when the fsarchiver package is built.
-------------------------------------------------------------------
Wed Dec 9 18:24:30 UTC 2009 - lazy.kent.suse@gmail.com
- Patch refresh
-------------------------------------------------------------------
Wed Dec 9 16:22:50 UTC 2009 - lazy.kent.suse@gmail.com
- Patch to fix error when e2fsck returns exit status 1
-------------------------------------------------------------------
Wed Dec 9 08:50:11 UTC 2009 - lazy.kent.suse@gmail.com
- Update to 0.6.2
+ Fix related the the ntfs attributes when lgetxattr returns
a negative size
+ Saves the name of the original device where the filesystem
is stored (FSYSHEADKEY_ORIGDEV)
+ Fixed enable options in configure: "--enable-xxx" had
the opposite effect (Thanks to horhe)
+ Exit with an error if the user wants to use a compression level
which is not supported (Thanks to mbiebl)
+ Fixed crash when mount fails (mntbyfsa was set to true and not
clear if mount fails)
+ Fixed code for ntfs symlinks (they have to be recreated
as normal files and dirs + special attributes)
+ Changed the requirement from ntfs3g-AR (advanced release)
to ntfs3g >= 20091114 (standard release) for ntfs
+ Improvements and fixes in the autotools build chain files
(contribution from Michael Biebl)
+ Added option "-L" to specify the label of the archive:
it's just a comment about the contents
- Updated HOWTO
-------------------------------------------------------------------
Wed Oct 7 00:00:00 MSD 2009 - lazy.kent.suse@gmail.com
- Update to 0.6.1
+ New encryption implementation was not thread-safe (broken when
option -j was used)
+ Dropped openssl support (this code was disabled
in fsarchiver-0.6.0 anyway)
- Added manpage
- Replaced openssl-devel with libgcrypt-devel in BuildRequires
-------------------------------------------------------------------
Mon Sep 14 00:00:00 MSD 2009 - lazy.kent.suse@gmail.com
- Update to 0.5.9
+ Fixed 'fsarchiver probe' which ignored /dev/dm-0
(first device mapper disk)
+ It now displays NTFS uuids in the archive information
("fsarchive archinfo archive.fsa")
+ Support for "system.ntfs_times" attribute supported
by ntfs-3g >= 2009.4.4AR.17
+ Support for "system.ntfs_dos_name" attribute supported
by ntfs-3g >= 2009.4.4AR.17
+ Support for "user.ntfs.efsinfo" attribute which allows to copy
and restore encrypted files
+ Improved detection for ntfs-3g-AR and print a more explicit
message if inappropriate version found
+ Added info about the minimum fsarchiver version required
in the archive to allow doing checks at restfs
+ Added FSYSHEADKEY_MOUNTINFO in the fsheader to allow changing
the ntfs-3g streams_interface in the future
- Added HOWTO
-------------------------------------------------------------------
Sat Jul 11 00:00:00 MSD 2009 - lazy.kent.suse@gmail.com
- Update to 0.5.8
+ Preserve UUID with ntfs filesystems (64bit number written
in boot sector at offset 0x48)
+ Fixed "fsarchiver probe": partitions having a 0 at the end
of their number were ignored
-------------------------------------------------------------------
Tue Jun 2 00:00:00 MSD 2009 - lazy.kent.suse@gmail.com
- Update to 0.5.7
+ Added detection of partitions with no known filesystem
in "fsarchive probe"
-------------------------------------------------------------------
Sun May 24 00:00:00 MSD 2009 - lazy.kent.suse@gmail.com
- Build with lzma support
-------------------------------------------------------------------
Sat May 23 00:00:00 MSD 2009 - lazy.kent.suse@gmail.com
- Initial package created - 0.5.6