1erofs-utils 1.5 2 3 * This release includes the following updates: 4 - (fsck.erofs) support filesystem extraction (Igor Ostapenko); 5 - support ztailpacking inline feature for compressed files (Yue Hu); 6 - (dump.erofs) support listing directories; 7 - more liberofs APIs (including iterate APIs) (me, Kelvin Zhang); 8 - use mtime to allow more control over the timestamps (David Anderson); 9 - switch to GPL-2.0+ OR Apache-2.0 dual license for liberofs; 10 - various bugfixes and cleanups; 11 12 -- Gao Xiang <xiang@kernel.org> Mon, 13 Jun 2022 00:00:00 +0800 13 14erofs-utils 1.4 15 16 * This release includes the following updates: 17 - (experimental) introduce preliminary dump.erofs (Wang Qi, Guo Xuenan); 18 - (experimental) introduce preliminary fsck.erofs (Daeho Jeong); 19 - introduce MicroLZMA compression support (thanks to Lasse Collin); 20 - support chunk-based uncompressed files for deduplication; 21 - support multiple devices for multi-blob CAS container images; 22 - (mkfs.erofs, AOSP) add block list support (Yue Hu, David Anderson); 23 - (mkfs.erofs) support per-inode compress pcluster hints (Huang Jianan); 24 - (mkfs.erofs) add "noinline_data" extended option for DAX; 25 - (mkfs.erofs) introduce --quiet option (suggested by nl6720); 26 - complete MacOS build & functionality; 27 - various bugfixes and cleanups; 28 29 -- Gao Xiang <xiang@kernel.org> Mon, 22 Nov 2021 00:00:00 +0800 30 31erofs-utils 1.3 32 33 * This release includes the following updates: 34 - support new big pcluster feature together with Linux 5.13+; 35 - optimize buffer allocation logic (Hu Weiwen); 36 - optimize build performance for large directories (Hu Weiwen); 37 - add support to override uid / gid (Hu Weiwen); 38 - add support to adjust lz4 history window size (Huang Jianan); 39 - add a manual for erofsfuse; 40 - add support to limit max decompressed extent size; 41 - various bugfixes and cleanups; 42 43 -- Gao Xiang <xiang@kernel.org> Tue, 01 Jun 2021 00:00:00 +0800 44 45erofs-utils (1.2.1-1) unstable; urgency=medium 46 47 * A quick maintenance release includes the following updates: 48 - fix reported build issues due to different configurations; 49 - (mkfs.erofs, AOSP) fix sub-directory prefix for canned fs_config; 50 - update some obsoleted email address; 51 52 -- Gao Xiang <xiang@kernel.org> Sun, 10 Jan 2021 00:00:00 +0800 53 54erofs-utils (1.2-1) unstable; urgency=medium 55 56 * This release includes the following features and bugfixes: 57 - (mkfs.erofs) support selinux file contexts; 58 - (mkfs.erofs) support $SOURCE_DATE_EPOCH; 59 - (mkfs.erofs) support a pre-defined UUID; 60 - (mkfs.erofs) fix random padding for reproducable builds; 61 - (mkfs.erofs) several fixes around hard links; 62 - (mkfs.erofs) minor code cleanups; 63 - (mkfs.erofs, AOSP) support Android fs_config; 64 - (experimental, disabled by default) add erofsfuse approach; 65 66 -- Gao Xiang <xiang@kernel.org> Sun, 06 Dec 2020 00:00:00 +0800 67 68erofs-utils (1.1-1) unstable; urgency=low 69 70 * a maintenance release includes the following updates: 71 - (mkfs.erofs) add a manual for mkfs.erofs; 72 - (mkfs.erofs) add superblock checksum support; 73 - (mkfs.erofs) add filesystem UUID support; 74 - (mkfs.erofs) add exclude files support; 75 - (mkfs.erofs) fix compiling issues under specific conditions; 76 - (mkfs.erofs) minor code cleanups; 77 78 -- Gao Xiang <xiang@kernel.org> Tue, 14 Apr 2020 00:00:00 +0800 79 80erofs-utils (1.0-1) unstable; urgency=low 81 82 * first release with the following new features: 83 - (mkfs.erofs) uncompressed file support; 84 - (mkfs.erofs) uncompressed tail-end packing inline data support; 85 - (mkfs.erofs) lz4 / lz4HC compressed file support; 86 - (mkfs.erofs) special file support; 87 - (mkfs.erofs) inline / shared xattrs support; 88 - (mkfs.erofs) Posix ACL support; 89 90 -- Gao Xiang <xiang@kernel.org> Thu, 24 Oct 2019 00:00:00 +0800 91