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