Changelog for
libcom_err-devel-1.44.5-113.2.x86_64.rpm :
* Tue Jan 08 2019 jackAATTsuse.cz- Update to 1.44.5
* use 64-bit counters to track number of defragged files
* correctly traslate Posix ACLs
* Use the online free block counts
* Fix a false warning that tune2fs will take along time to change UUID
* e2fsck will only offer to set the inline_data feature flag sometimes
* e4defrag running as root but can\'t find file system
* resize2fs was failing to update extent tree checksums
* fuse2fs command line parsing fixed
* e2fs segfault fix when corrupted journal file-system is too large
* e2image now includes the mmp block
* fix various verity handling bugs which made it unusable
* fix a bug in tune2fs to dereference freed memory after replay
* Tue Sep 11 2018 jackAATTsuse.cz- Update to 1.44.4
* fix debugs ncheck command to work for files with multiple hardlinks
* avoid floating point exception when libblkid probes maliciously corrupted superblocks
* fix e2fsck to handle filesystems with resize_inode and meta_bg enabled
* basic fsverify support
* debugfs can operate on corrupted filesystems so they can be fixed
* new debugfs commands for dumping xattr blocks and i_blocks array
* dumpe2fs can print MMP block
* inode\'s project ID properly byte-swapped on big-endian filesystems
* e2fsck can handle s_inodes_count corruption
* other e2fsck improvements and fixes
* mke2fs fixes where in various corner cases invalid filesystem would be created- add new e2mmpstatus alias for dumpe2fs to spec file
* Wed May 23 2018 jackAATTsuse.cz- Update to 1.44.2
* support for directories over 2 GB (large_dir feature)
* support for large extended attributes (ea_inode feature)
* metadata checksumming is enabled by default by mke2fs
* resize2fs deemed stable enough for bigalloc file systems
* tune2fs now replays the journal before modifying the file system
* improved consistency checks for symlinks
* various fixes in e2image, dumpe2fs, debugfs, and e2fsck for bigalloc file systems
* fix e2image handling of images on big endian systems
* fixed e2fsck to properly update quotas when handling orphan inodes
* Tue Mar 06 2018 jackAATTsuse.cz- libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch: Removed as it is included in the new release- switched to .xz archive as kernel.org is going to deprecate gzip archives- Update to 1.43.9
* fix build failure on big endian systems
* inode flag cleanup in libe2p
* Wed Jan 24 2018 jackAATTsuse.cz- libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch: libext2fs: fix build failure in swapfs.c on big-endian systems (bsc#1077420)
* Tue Jan 09 2018 jackAATTsuse.cz- Update to 1.43.8
* add forgotten byteswap of some new superblock fields
* fix use-after-free in e2fsck for corrupted root inode
* fix floating point exception due to corrupted superblock in e2fsck
* fix resize2fs\'s free block sanity checks
* updated translations
* Tue Nov 14 2017 jackAATTsuse.cz- Added %license tag to specfile
* Tue Nov 07 2017 jackAATTsuse.cz- Update to 1.43.7
* debugfs, tune2fs, fuse2fs fixes of error handling in journal replay
* e2fsck and debugfs fixes so that malicious filesystems do not cause buffer overflows
* fix corner cases in offline resizing in resize2fs
* updated translations
* Mon Sep 18 2017 roAATTsuse.de- ignore errors for install-info calls in post scripts, otherwise installing with \"--excludedocs\" fails
* Tue Sep 05 2017 jackAATTsuse.cz- Update to 1.43.6
* fix printing of quota inconsistency messages
* fix out of bounds checks in e2fsck
* optimize e2fsck CPU usage for large sparse files
* increase inode size to 256 bytes if features require it
* various UI fixes
* updated translations
* Mon Aug 28 2017 mmarekAATTsuse.com- Add missing coreutils dependency for initrd macros (bsc#1055492).
* Mon Aug 21 2017 jackAATTsuse.cz- Update to 1.43.5
* fix e2fsck infinite loop when rebuilding encrypted directories
* fix tune2fs support for enabling /disabling project quota
* fixes in debugfs, dumpe2fs, e2fsck, tune2fs, and resize2fs for maliciously corrupted filesystems
* fix e2fsck to verify invalid quota inode numbers
* fix byte-swapping of backup superblocks
* fix e2fsck -E bmap2extent to work for sparse files
* fix e2fsck to correctly handle quota accounting for multiply claimed blocks
* lots of other fixes
* Fri Mar 03 2017 jackAATTsuse.cz- Update to 1.43.4
* fix e2fsck handling of system.data extended attributes for small files
* fixes in mke2fs -d
* make mke2fs refuse absurdly large devices
* make mke2fs properly report IO errors
* clarify default in mke2fs questions
* re-add uninit_bg to mke2fs.conf
* add support for project quota to debugfs
* improve xattr support in debugfs
* remove mkfs.ext4dev and fsck.ext4dev
* Mon Oct 03 2016 jackAATTsuse.cz- Remove suse-module-tools dependency as it creates cycle in dependency list
* Tue Sep 27 2016 jackAATTsuse.cz- Update download URL to poing to ftp.kernel.org which is more reliable
* Mon Sep 26 2016 jackAATTsuse.cz- Update to 1.43.3
* mke2fs will use larger journal for large filesystems by default
* e2fsck journal replay bugfixes
* debugfs improvements and fixes
* fix resize2fs migration of attribute blocks- fuse2fs manpage is no longer installed when fuse2fs is not built
* Mon Sep 12 2016 dmuellerAATTsuse.com- fix last change
* Sat Jul 23 2016 crrodriguezAATTopensuse.org- Rebuild the initrd if this package changes (and we are not building the -mini version)
* Mon Jun 20 2016 jackAATTsuse.cz- Update to 1.43.1
* Add support for the ext4 metadata checksum, checksum seed, inline data, encryption, project quota, and read-only features
* Support for the very old, experimental, and never-added-to-mainline compression feature has been removed
* Mke2fs will now create file systems with the metadata_csum and 64bit features enabled by default
* The tune2fs program will ask the user for confirmation before starting dangerous operations if the terminal is available, and it will replay the journal if necessary
* Add an ext2/3/4 FUSE server
* The resize2fs command can now convert file systems between 64-bit and 32-bit mode
* We now use a new e2undo file format which is much more efficient and faster than the old tdb-based scheme. Since it so much faster, e2fsck, tune2fs, debugfs, and resize2fs now also can support using creating an undo file.
* Multiple e2fsck fixes
* Multiple mke2fs improvements
* Multiple debugfs improvements
* Thu Aug 06 2015 dsterbaAATTsuse.com- spec: add static library dependencies
* Sun Jul 26 2015 dsterbaAATTsuse.com- enable static build and package static libraries
* Sat Jun 20 2015 crrodriguezAATTopensuse.org- e2fsprogs-1.41.1-splash_support.patch: Drop it, this patch depends on the old in kernel \"bootsplash\" patches that were removed after the introduction of plymouth.
* Tue May 26 2015 jackAATTsuse.cz- Update to 1.42.13
* fix potential buffer overflow while closing a filesystem
* fix deadlock which occurs when using systemd and e2fsck.conf\'s logging feature
* make tune2fs clear journal superblock backup when removing journal
* fix use after free bugs in resize2fs and e2fsck
* fix endianity bugs in libext2fs ...- Remove e2fsck-fix-free-pointer-dereferences.patch: Merged upstream
* Fri Jan 09 2015 jackAATTsuse.cz- e2fsck-fix-free-pointer-dereferences.patch: Fix use after free (bnc#912229)