forked from pool/erofs-utils
Jan Engelhardt
3e55631565
- Update to release 1.6 * support fragments by using `-Efragments` * support compressed data deduplication by using `-Ededupe` * (erofsfuse) support extended attributes * (mkfs.erofs) support multiple algorithms in a single image * (mkfs.erofs) support chunk-based sparse files * (mkfs.erofs) add volume-label setting support * (mkfs.erofs) add uid/gid offsetting support * (mkfs.erofs) pack files entirely by using `-Eall-fragments` * various bugfixes and cleanups; OBS-URL: https://build.opensuse.org/request/show/1079936 OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=20
94 lines
3.6 KiB
Plaintext
94 lines
3.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 17 13:44:38 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to release 1.6
|
|
* support fragments by using `-Efragments`
|
|
* support compressed data deduplication by using `-Ededupe`
|
|
* (erofsfuse) support extended attributes
|
|
* (mkfs.erofs) support multiple algorithms in a single image
|
|
* (mkfs.erofs) support chunk-based sparse files
|
|
* (mkfs.erofs) add volume-label setting support
|
|
* (mkfs.erofs) add uid/gid offsetting support
|
|
* (mkfs.erofs) pack files entirely by using `-Eall-fragments`
|
|
* various bugfixes and cleanups;
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 13 12:28:16 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.5
|
|
* fsck.erofs: support filesystem extraction
|
|
* support ztailpacking inline feature for compressed files
|
|
* dump.erofs: support listing directories
|
|
* more liberofs APIs (including iterate APIs)
|
|
* use mtime to allow more control over the timestamps
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 19 11:14:31 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.4
|
|
* mkfs.erofs: support pre-defined UUIDs and SELinux file contexts
|
|
* Support new big pcluster feature together with Linux 5.13+
|
|
* Added support to override UID/GID
|
|
* Introduced preliminary dump.erofs and fsck.erofs
|
|
* Introduced MicroLZMA compression support
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 19 14:52:57 UTC 2020 - David Michael <fedora.dm0@gmail.com>
|
|
|
|
- Update to release 1.1
|
|
* add a manual for mkfs.erofs
|
|
* add superblock checksum support
|
|
* add filesystem UUID support
|
|
* add exclude files support
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 08:00:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.0
|
|
* list available compressors for help command
|
|
* introduce long parameter option
|
|
* introduce shared xattr support
|
|
* introduce inline xattr support
|
|
* fix old kernel compatibility for non-lz4 compression
|
|
* introduce fixed UNIX timestamp
|
|
* complete extended inode support
|
|
* support 64-bit internal buffer cache
|
|
* keep up with in-kernel ondisk format naming
|
|
* resize image to the correct size
|
|
* complete special file support
|
|
- Drop long.patch (merged upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 8 14:26:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 20190826
|
|
* fix up "-E legacy-compress"
|
|
* fix a memory leak of compressmeta
|
|
* fail the image creation when source path is not a directory file
|
|
- Add long.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 23 04:45:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to new upstream release 20190803
|
|
* The mkfs utility was rewritten
|
|
- Drop no-date.diff (no longer needed)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 19:34:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Move to new git snapshot 72ae01c3e97c7b2de569b2b86ea4ed6b245acb72
|
|
* No changelog was provided
|
|
- Drop constant.diff, no-static.diff (no longer needed)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 10 10:11:43 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Use lz4hc.h from bundled copy, not the system.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 19 20:57:48 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Initial version (0.0.1~4 / 4f437e3) for build.opensuse.org
|
|
- Add constant.diff, no-static.diff, no-date.diff
|