Changelog for
libcom_err-devel-32bit-1.41.9-11.5.x86_64.rpm :
Sun Dec 13 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
Thu Oct 29 13:00:00 2009 crrodriguezAATTopensuse.org
- libcom_err-devel shoudl require glibc-devel
- Axe static libraries and see how it goes..
Thu Oct 1 14:00:00 2009 crrodriguezAATTopensuse.org
- fix possible massive fdleak when fsck is invoked with options
- R -A -M -a -t noopts=nofail in boot.localfs [bnc#503008]
Thu Sep 10 14:00:00 2009 cooloAATTnovell.com
- fix the super block even if someone mounted the file system
in wrong timezone in between (bnc#537542)
Thu Sep 3 14:00:00 2009 cooloAATTnovell.com
- update to 1.41.9:
\"All users of e2fsprogs are urged to upgrade to the 1.41.9
version as soon as possible\"
* Fix a bug in e2fsck routines for reallocating an inode table which
could cause it to loop forever on an ext4 filesystem with the FLEX_BG
filesystem feature with a relatively rare (and specific) filesystem
corruption. This fix causes e2fsck to try to find space for a new
portion of the inode table in the containing flex_bg, and if that
fails, the new portion of the inode table will be allocated in any
free space available in the filesystem.
* Make e2fsck less annoying by only asking for permission to relocate a
block group\'s inode table once, instead of for every overlapping
block. Similarly, only ask once to recompute the block group
checksums, instead of once for each corrupted block group\'s checksum.
see more changes in RELEASE-NOTES
Mon Aug 3 14:00:00 2009 aschnellAATTsuse.de
- added Supplements for ext4
Mon Jul 13 14:00:00 2009 cooloAATTnovell.com
- look for libreadline.so.6 too
- refresh patches to avoid fuzz
Mon Jul 13 14:00:00 2009 kay.sieversAATTnovell.com
- update to 1.41.8
- Fix resize2fs\'s online resizing, fixing a regression which in
e2fpsrogs 1.41.7.
- Fix resize2fs bugs when shrinking ext4 filesystems
- If the resize2fs operation fails, the user will be told to fix up
the filesystem using e2fsck -fy.
- do not install disabled uuid binary and man page
- Fix filefrag program for files that have more than 144 extents.
- allow V=1 to disable silent build
- enable verbose build again (V=1 merged upstream)
- move awk scripts from libcom_err2 to libcom_err2-devel
Wed Jul 8 14:00:00 2009 meissnerAATTsuse.de
- moved baselibs.conf changes to util-linux.
Mon Jun 29 14:00:00 2009 kay.sieversAATTnovell.com
- update to 1.41.7
- disable libuuid and libblkid packages (moved to util-linux)
- drop libvolume_id support (util-linux\'s libblkid will work)
- removed patches:
e2fsprogs-libvolume_id-support.patch
e2fsprogs-no_cmd_hiding.patch
e2fsprogs-base_devt.patch
e2fsprogs-mdraid.patch
Mon Mar 9 13:00:00 2009 pthAATTsuse.de
- Fix errors in German messages.
Fri Feb 20 13:00:00 2009 cooloAATTsuse.de
- ext4dev is now ext4 (2.6.29)
- don\'t call autoconf as long as it works without
Tue Feb 3 13:00:00 2009 mkoenigAATTsuse.de
- update to version 1.41.4:
debugfs:
* enhance the \"ncheck\" command
* enhance \"hash\" command
* fix a potential memory leak
* fix the usage message for logdump command
* fix ncheck command so that it prints all of the names of
hardlinks in the same directory
* e2fsprogs 1.41 broke debugfs\'s logdump command for normal
ext3/4 filesystems with 32-bit block numbers, when the headers
for 64-bit block numbers was added. This regression has been fixed
* ncheck command has been fixed to avoid printing garbage
characters at the end of file names
e2fsck:
* don\'t accidentally print the translation file\'s
header when asking the user a custom question
* print the correct inode number for uinit_bg related problems
* will now offer to clear the test_fs flag if the ext4 filesystem
is available on linux
* fix a bug where in preen mode, if there are disk I/O errors
while trying to close a filesystem can lead to infinite loops
* no longer abort an fsck run if block group has an errant
INODE_UNINIT flag
* distinguish between fragmented directories and fragmented
files in verbose mode statistics and in the fragcheck report
* fix a bug which caused it double count non-contiguous
extent-based inodes
* e2fsck will leave some slack space when repacking directories
to allow room for a few directory entries to be added without
causing leaf nodes to be split right away
* fix a bug which caused e2fsck to crash when it comes across a
corrupted interior node in an extent tree
* e2fsck problem descriptions involving the journal are no longer
referred to as \"ext3\" problems, since ext4 filesystems also have
journals
* fix a long-standing bug in e2fsck which would cause it to crash
when replying journals for filesystems with block sizes greater
than 8k
badblocks:
* support for normal files which are greater than 2GB
* display the time and percentage complete when in verbose mode
resize2fs:
* fix a potential memory corruption problem
* fix a bug in resize2fs where passing in a bogus new size of
0 blocks will cause resize2fs to drop into an infinite loop
* fix resize2fs for ext4 filesystems
tune2fs:
* now updates the block group checksums when changing the UUID
to avoid causing e2fsck to complain vociferously at the next reboot
* inode size resizing algorithms have been fixed so it is not
vastly inefficient for moderate-to-large filesystems
* fix inode resizing algorithm so it will not corrupt filesystems
laid out for RAID filesystems; in addition, tune2fs will refuse
to change the inode size for filesystems that have the flex_bg
feature enabled
dumpe2fs:
* fix bug which caused dumpe2fs to abort with an error if run on a
filesystem that contained an external journal
mke2fs:
* new option -U, which allows the user to specify the UUID that
should be used for the new filesystem
* treat devices that are exactly 16TB as if they were 16TB minus
one block
blkid:
* fix a file descriptor leak in libblkid
* correctly detect whether the ext4 and ext4dev filesystems
are available, so that the ext4dev->ext4 fallback code works
correctly
* fixed a bug which could sometimes cause blkid to return an
exit value of zero for a non-existent device
* recognize ext3 filesystems that have the test_fs flag
set as ext3 filesystems
* recognize btrfs filesystems and swap devices currently used
by user-level software suspend
libext2fs:
* add a check in the Unix I/O functions in libext2fs so that
when a device is opened read/write, return an error if the
device is read-only using the BLKROGET ioctl
- the libcom_err patches for bnc#66534 have been removed because
git commit d7f45af802330a0e1450afa05185d3722e77a76c
should fix the problem
- remove patches
e2fsprogs-1.41.1-e2fsck_fix_automatic_blocksize_detection.patch
e2fsprogs-1.41.1-function_signature_fix.patch
e2fsprogs-1.41.1-link_fix.patch
libcom_err-disable_test.patch
libcom_err-mutex.patch
libcom_err-no-init_error_table.patch
Tue Jan 13 13:00:00 2009 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)
Thu Dec 4 13:00:00 2008 mkoenigAATTsuse.de
- send bootsplash messages in one write call
Tue Oct 28 13:00:00 2008 mkoenigAATTsuse.de
- fix function signature to avoid compiler warning [bnc#439129]
Tue Oct 7 14:00:00 2008 mkoenigAATTsuse.de
- e2fsck: fix e2fsck automatic blocksize detetion
Mon Sep 29 14:00:00 2008 mkoenigAATTsuse.de
- e2fsck: shut off splash screen when check is needed [bnc#237283]
Mon Sep 15 14:00:00 2008 mkoenigAATTsuse.de
- remove recommends of uuid-runtime from libuuid [bnc#426278]
- move uuid hints README.SUSE.uuidd to uuid-runtime package
Fri Sep 5 14:00:00 2008 mkoenigAATTsuse.de
- update to version 1.41.1
* mke2fs
+ issues now a warning if there is no definition in
/etc/mke2fs.conf for the filesystem to be created
+ creates now the journal in the middle of the filesystem
+ now avoids allocating an extra block to the journal
+ will correctly enforce the prohibition against features
in revision 0 filesystems
+ previously would occasionaly create some slightly non-optimally
placed inode tables; this bug has been fixed
+ will now set the creation timestamp on the lost+found directory
and the root directory
* blkid
+ recognize MacOS hfsx filesystems, and correctly extract the
label and uuid for hfs, hfsx, and hfsplus filesystems
+ improved detection of JFS and HPFS
+ more efficient handling of devicemapper devices
+ fix cache validation bugs
+ The blkid program will now print out a user-friendly listing
of all of the block devices in the system and what they
contain when given the -L option
* resize2fs
+ will now correctly handle filesystems with extents and/or
uninitialized block groups correctly when file/directory blocks
need to relocated
+ support for on-line resizing ext4 filesystem with the flex_bg
filesystem feature. The method for doing so is not optimal,
but to do a better job will require kernel support
+ is now correctly managing the directory in-use counts when
shrinking filesystems and directory inodes needed to be moved
from one block group to another
* e2fsck
+ now correctly calculates ind/dind/tind statistics in the
presence of extent-based files
+ now prints the depth of corrupt htree directories
* debugfs
+ htree command now correctly understands extent-based
directories
+ new command which will print the supported features
* Add support for setting the default hash algorithm used in b-tree
directories in tune2fs (from a command-line option) or mke2fs (via
mke2fs.conf). In addition, change the default hash algorithm to
half_md4, since it is faster and better
* Fix support for empty directory blocks in ext4 filesystems with
64k blocksize filesystems
* The filefrag program now has a more accurate calculation for the
number of ideal extents
- fix linking of blkid
e2fsprogs-1.41.1-link_fix.patch
- remove patches
e2fsprogs-1.41.0-fix_messages.patch
e2fsprogs-1.41.0-tst_link_fix.patch
Fri Aug 29 14:00:00 2008 kay.sieversAATTnovell.com
- update libvolume_id patch to work with libvolume_id.so.1
Thu Aug 21 14:00:00 2008 pthAATTsuse.de
- Add current german messages.
- Fix e2fsprogs-base_devt.patch and e2fsprogs-libvolume_id-support.patch
so that the package tools work.
- Add missing space to two messages and resync message
catalogs by configuring with --enable-maintainer-mode.
Wed Aug 20 14:00:00 2008 mkoenigAATTsuse.de
- add uuid related manpages to uuid-runtime subpackage [bnc#418568]
Mon Aug 18 14:00:00 2008 mkoenigAATTsuse.de
- currently do not install
*.ext4 links for mkfs and fsck
tools, but only the
*.ext4dev links.
Wed Jul 16 14:00:00 2008 mkoenigAATTsuse.de
- update to version 1.41.0
* add support for ext4 filesystem features:
extents, uninit_bg, flex_bg, huge_file, dir_nlink
* support for checking journal checksums
* tune2fs supports migrating fs from 128 byte inode to 256 byte
* add support for \"undo\"
* e2fsck now performs more extensive and careful checks of extended
attributes stored in the inod
- fix e2fsck make check
Wed Jul 2 14:00:00 2008 schwabAATTsuse.de
- Remove doubleplusungood -fsigned-char.
Tue Jun 24 14:00:00 2008 mkoenigAATTsuse.de
- update to version 1.40.11
most important changes since 1.40.8:
* Mke2fs will not allow the logically incorect combination of
resize_inode and meta_bg, which had previously caused mke2fs
to create a corrupt fileystem
* Fix mke2fs\'s creation of resize inode when there is a
non-standard s_first_data_block setting
* Teach fsck to treat \"ext4\" and \"ext4dev\" as ext
* filesystems
* Fix fsck so that progress information is sent back correctly
* Add detection for ZFS volumes to the libblkid library
- remove e2fsprogs-1.40.7.de.po, updated upstream
- remove patches
e2fsprogs-1.40.7-uuidd_security.patch
e2fsprogs-1.40.8-e2fsck_recovery_fix.patch
e2fsprogs-1.40.8-fix_ext2fs_swap_inode_full.patch
e2fsprogs-1.40.8-missing_init.patch
Tue May 27 14:00:00 2008 roAATTsuse.de
- fix baselibs.conf to not generate unresolvable deps
Wed May 21 14:00:00 2008 cthielAATTsuse.de
- fix baselibs.conf
Wed May 21 14:00:00 2008 mkoenigAATTsuse.de
- e2fsck: Fix potential data corruptor bug in journal recovery
[bnc#393095]
Tue May 13 14:00:00 2008 mkoenigAATTsuse.de
- libuuid: do not use unintialized variable [bnc#386649]
Wed May 7 14:00:00 2008 cooloAATTsuse.de
- fix provides/obsoletes for rename
Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support
Tue Mar 18 13:00:00 2008 pthAATTsuse.de
- Readd the current de.po just submitted upstream to the TP robot.
Fri Mar 14 13:00:00 2008 mkoenigAATTsuse.de
- update to version 1.40.8
* Fixed e2image -I so it works on image files which are larger than 2GB
* Fixed e2fsck\'s handling of directory inodes with a corrupt size field
* Fixed e2fsck handling of pass 2 \"should never happen error\"
* Fixed Resize2fs bug resizing large inodes with extended attributes
- update README.SUSE: give some hints on enabling uuidd, since it has
been decided to not enable it by default [bnc#354398]
- removed
de.po (updated upstream)
Tue Mar 4 13:00:00 2008 mkoenigAATTsuse.de
- update to version 1.40.7
* Remove support for clearing the SPARSE_SUPER feature from tune2fs, and
depreciate the -s option, since it can result in filesystems which
e2fsck can\'t fix easily. There are very good reasons for wanting to
disable sparse_super; users who wants to turn off sparse_super can use
debugfs.
* Add missing options to mke2fs\'s usage message
* Fix bug in resize2fs when large (greater than 128 byte) inodes are
moved when a filesystem is shrunk
* E2fsck now prints an explicit message when the bad block inode is
updated, to avoid confusion about why the filesystem was modified.
* Allow mke2fs and tune2fs manipulate the large_file feature.
Previously we just let the kernel and e2fsck do this automatically,
but e2fsck will no longer automatically clear the large_file feature
* Suppress message about an old-style fstab if the fstab file is empty
* Change e2fsck to no longer clear the LARGE_FILES feature flag
automatically, when there are no more > 2GB files in the filesystem.
* Fix bug which could cause libblkid to seg fault if a device mapper
volume disappears while it is being probed.
* Enhance e2fsck\'s reporting of unsupported filesystem feature flags
* Fix option syntax in dumpe2fs for explicit superblock and blocksize
parameters
* Add support to tune2fs to clear the resize_inode feature
* Teach blkid to detect LVM2 physical volumes
* Add support for setting RAID stride and stripe-width via mke2fs and
tune2fs. Teach dumpe2fs to print the RAID parameters
* Add support for setting new superblock fields to debugfs\'s
set_super_value
* Add support for printing \"mostly-printable\" extended attributes in
Debugfs
* Add support for the -M option to fsck, which causes it to ignore
mounted filesystem
* Fix uuidd so that it creates the pid file with the correct pid number
- The -M option is now used upstream to ignore mounted filesystems,
this has previously been in SuSE with -m. This has to be changed
since lower case characters are reserved for filesystem specific
checker options. The \"like mount\" behaviour previously in SuSE
with -M has been removed.
- add patch from Eric Sandeen to fix the loss of extended attributes
in large inodes upon resize
- removed patches
fsck-ignore-mounted.patch
Wed Feb 27 13:00:00 2008 mkoenigAATTsuse.de
- update to version 1.40.6
* Add support for returning labels for UDF filesystems in the blkid
library
* Fix bug in the blkid library where cached filesystems was not being
flushed
* Added logic to the blkid library to automatically choose whether a
filesystem should be mounted as ext4 or ext4dev, as appropriate
* Allow tune2fs to set and clear the test_fs flag on ext4 filesystems
- removed patches:
e2fsprogs-1.40.5-blkid_cache_file_env.patch (merged)
libcom_err-no-static-buffer.patch (fixed upstream with TLS)
Tue Jan 29 13:00:00 2008 mkoenigAATTsuse.de
- update to version 1.40.5:
* Fix a potential overflow big in e2image
* Mke2fs will now create new filesystems with 256 byte inodes and the
ext_attr feature flag by default
* Teach e2fsck to ignore certain \"safe\" filesystem features which are
set automatically by the kernel
* Add support in tune2fs and mke2fs for making a filesystem as being \"ok
to be used with test kernel code\"
* Change e2fsck -fD so that it sorts non-htree directories by inode
numbers instead of by name, since that optimizes performances much
more significantly
* If e2image fills the disk, fix it so it exits right away
* If ftruncate64() is not available for resize2fs, let it use ftrucate()
instead
* Add support for detecting HFS+ filesystems in the blkid library
* Add supprt in the blkid library for ext4/ext4dev filesystems
* Fix a bug in blkid where it could die on a floating point exception
when presented with a corrupt reiserfs image
* Fix blkid\'s handling of ntfs UUID\'s so that leading zeros are printed
such that UUID string is a fixed length
* Fix debugfs\'s \'lsdel\' command so it uses ext2fs_block_iterate2 so it
will work with large files
* Allow the debugfs \'undel\' command to undelete an inode without linking
it to a specific destination directory
- enhance init script
- add sysconfig parameter UUIDD_ON_DEMAND_ONLY setting the startup
policy for uuidd
- remove merged and obsolete patches:
close.patch
e2fsprogs-1.33-codecleanup.diff
e2fsprogs-1.35-libdir.diff
e2fsprogs-1.39-resize2fs_manpage.patch
e2fsprogs-1.40.4-uuid_null.patch
e2fsprogs-blkid.diff
e2fsprogs-blkid_probe_hfsplus.patch
e2fsprogs-strncat.patch
elf.diff
e2fsprogs-mkinstalldirs.patch
e2fsprogs-special_make_targets.patch
e2fsprogs-probe_reiserfs-fpe.patch
e2fsprogs-1.33-fsckdevdisplay.diff
e2fsprogs-uninitialized.diff
Wed Jan 16 13:00:00 2008 mkoenigAATTsuse.de
- update to version 1.40.4:
* Fix potential security vulnerability (CVE-2007-5497)
* Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
* Fix a bug in ext2fs_initialize() which causes mke2fs to fail while
allocating inode tables for some relatively rare odd disk sizes.
* Fix bug in ext2fs_check_desc() which will cause e2fsck to complain
about (valid) filesystems where the inode table extends to the last
block of the block group
* Change e2fsck so it will not complain if a file has blocks reallocated
up to the next multiple of a system\'s page size
* Change e2fsck so it uses sscanf() instead of atoi() so it non-numeric
arguments are detected as such and the parse error is reported to the
user
* Make the e2fsprogs program more robust so that they will not crash
when opening a corrupt filesystem where s_inode_size is zero.
* Fix e2fsck so that if the superblock is corrupt, but still looks
vaguely like an ext2/3/4 superblock, that it automatically tries to
fall back to the backup superblock, instead of failing with a hard
error
* Fix fsck to ignore /etc/fstab entries for bind mounts
* E2fsck will no longer mark a filesystem as invalid if it has time
errors and the user refuses to fix the problem.
* Enhance blkid\'s detection of FAT filesystems
* Enhance e2fsck so it will force the backup superblocks to be backed up
if the filesystem is consistent and key constants have been changed
(i.e., by an on-line resize) or by e2fsck in the course of its
operations.
* Enhance the blkid library so it will recognize squashfs filesystems
* Fix e2image so that in raw mode it does not create an image file which
is one byte too large
* Fix heuristics in blkid which could cause a disk without partitions to
be incorrectly skipped when a loopback device is present
* Avoid division by zero error when probing an invalid FAT filesystem in
the blkid library
* Fix sign-extension problem on 64-bit systems in in the com_err
library
* Format control characters and characters with the high eighth bit set
when printing the contents of the blkid cache, to prevent filesystems
with garbage labels from sending escape sequences
* Fix fsck to only treat the \'#\' character as a comment at the beginning
of the line in /etc/fstab
* Filter out the NEEDS_RECOVERY feature flag when writing out the backup
superblocks
* Improve time-based UUID generation. A new daemon uuidd, is started
automatically by libuuid if necessary
- new subpackage: uuid-runtime
containing uuidd and uuidgen
- removed obsolete patches
e2fsprogs-1.39-uuid_duplicates.patch
e2fsprogs-1.40.2-open_fix.patch
e2fsprogs-1.40-be_swap_fix.patch
Mon Nov 26 13:00:00 2007 mkoenigAATTsuse.de
- fix build: missing third argument to open
- do not remove buildroot in install section
Fri Jul 27 14:00:00 2007 mkoenigAATTsuse.de
- fix typo in specfile
Thu Jul 26 14:00:00 2007 mkoenigAATTsuse.de
- Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
e2fsprogs-1.40-be_swap_fix.patch
Wed Jul 25 14:00:00 2007 bkAATTsuse.de
- e2fsprogs requires libext2fs2 of the same version number to work
- enable make check and make gcc-wall in %check (executed last)
- shut up bogus gcc warning for use of uninitialised variables
Wed Jul 25 14:00:00 2007 mkoenigAATTsuse.de
- remove e2fsprogs-blkid_probe_ext4.patch
broken and it is way too early to support
Wed Jul 18 14:00:00 2007 mkoenigAATTsuse.de
- update to version 1.40.2
bugfix release
Mon Jul 9 14:00:00 2007 mkoenigAATTsuse.de
- update to version 1.40.1:
* Bugfix release
- removed patch (merged upstream)
e2fsprogs-1.39-cleanup.patch
Wed Jul 4 14:00:00 2007 mkoenigAATTsuse.de
- update to version 1.40
- branch off libraries:
libblkid1
libuuid1
libext2fs2
- renaming libcom_err to libcom_err2
Tue Jun 19 14:00:00 2007 mkoenigAATTsuse.de
- fix e2fsprogs-1.39-uuid_duplicates.patch [#189640]
* detach shm segment after use
* set SEM_UNDO for semaphore operations, otherwise we do not
get a clean state after interruption by a signal
Wed Apr 25 14:00:00 2007 pthAATTsuse.de
- Fix German translations.
Wed Apr 11 14:00:00 2007 mkoenigAATTsuse.de
- blkid: fix hfsplus probing to detect HFS+ volumes embedded
in a HFS volume
Wed Apr 4 14:00:00 2007 mkoenigAATTsuse.de
- add Supplements line [FATE#301966]
Fri Mar 30 14:00:00 2007 mkoenigAATTsuse.de
- update to current hg version from 29-03-2007
* Fixes a lot of memory leaks and other bugs
- remove merged patch:
e2fsprogs-1.39-check_fs_open-in-dump_unused.patch
Wed Mar 28 14:00:00 2007 mkoenigAATTsuse.de
- blkid: add hfsplus volume detection (FATE#302071)
- blkid: add experimental detection of ext4dev (FATE#301897)
Thu Jan 25 13:00:00 2007 mkoenigAATTsuse.de
- fix segfault in debugfs when using without open fs [#238140]
Mon Jan 22 13:00:00 2007 mkoenigAATTsuse.de
- don\'t chmod -w headers in compile_et to avoid build
problems with some packages
Fri Jan 19 13:00:00 2007 mkoenigAATTsuse.de
- update to version 1.40-WIP-1114 (FATE#301897)
* support for ext4
* several bugfixes
- remove ext2resize from package, because the online resizing
functionality has been merged into resize2fs since version 1.39
and ext2resize is unmaintained.
Tue Dec 19 13:00:00 2006 meissnerAATTsuse.de
- fixed build
Wed Nov 8 13:00:00 2006 roAATTsuse.de
- provide libcom_err-devel in libcom_err
Thu Oct 19 14:00:00 2006 mkoenigAATTsuse.de
- fix bug in uuid patch
Mon Oct 16 14:00:00 2006 mkoenigAATTsuse.de
- fix build of shared lib
Thu Oct 12 14:00:00 2006 mkoenigAATTsuse.de
- fix uuid bug [#189640]
- fix blkid problem with empty FAT labels [#211110]
- fix small typo in resize2fs man page
Tue Sep 26 14:00:00 2006 mkoenigAATTsuse.de
- fix bug in fsck udev/libvolume_id patch [#205671]
Wed Sep 20 14:00:00 2006 mkoenigAATTsuse.de
- update to version 1.39:
* Fix 32-bit cleanliness
* Change mke2fs to use /etc/mke2fs.conf
* Mke2fs will now create filesystems hash trees and
on-line resizing enabled by default
* The e2fsprogs tools (resize2fs, e2fsck, mke2fs) will open the
filesystem device node in exclusive mode
* Add support for on-line resizing to resize2fs.
* The blkid library will now store the UUID of the external
journal used by ext3 filesystems
* E2fsck will now consult a configuration file, /etc/e2fsck.conf
* E2fsck will detect if the superblock\'s last mount field or
last write field is in the future, and offer to fix if so.
* E2fsck now checks to see if the superblock hint for the
location of the external journal is incorrect
* Resize2fs will now automatically determine the RAID stride
parameter that had been used to create the filesystem
* Fix mke2fs so that it correctly creates external journals on
big-endian machines
* Fix a bug in the e2p library
* Add a new debugfs command, set_current_time
* Fix debugfs commands
* Fix mklost+found so that it creates a full-sized directory on
filesystems with larger block sizes.
* Fix a file descriptor leak in blkid library
* Allow fractional percentages to the -m option in mke2fs and tune2fs
* Add support for device mapper library to the blkid library
* Fix the blkid library so that it notices when an ext2 filesystem
is upgraded to ext3.
* Improve the blkid\'s library VFAT/FAT detectio
* Add support for the reiser4 and software suspend partitions
to the blkid library.
- update ext2resize to version 1.1.19:
* Add support for ext3 online resizing
* Support LARGEFILE compat flag
* Make the resize inode part of the fs struct
* Add the FL_IOCTL flag
* Bugfixes
Fri Aug 11 14:00:00 2006 pthAATTsuse.de
- Fix to comply with gettex 0.15.
- Move ext2resize sources to toplevel directory.
- Fix use of MKINSTALLDIRS.
Fri Aug 4 14:00:00 2006 kay.sieversAATTsuse.de
- update libvolume_id integration to match util-linux