blob: 6637bc332e2bd494f701fa6bafa5c24191bf406e [file] [log] [blame]
Gao Xiang2cd52212021-06-01 00:00:00 +08001erofs-utils 1.3
2
3 * This release includes the following updates:
4 - support new big pcluster feature together with Linux 5.13+;
5 - optimize buffer allocation logic (Hu Weiwen);
6 - optimize build performance for large directories (Hu Weiwen);
7 - add support to override uid / gid (Hu Weiwen);
8 - add support to adjust lz4 history window size (Huang Jianan);
9 - add a manual for erofsfuse;
10 - add support to limit max decompressed extent size;
11 - various bugfixes and cleanups;
12
13 -- Gao Xiang <xiang@kernel.org> Tue, 01 Jun 2021 00:00:00 +0800
14
Gao Xiangd1f49532021-01-09 02:28:53 +080015erofs-utils (1.2.1-1) unstable; urgency=medium
16
17 * A quick maintenance release includes the following updates:
18 - fix reported build issues due to different configurations;
19 - (mkfs.erofs, AOSP) fix sub-directory prefix for canned fs_config;
20 - update some obsoleted email address;
21
22 -- Gao Xiang <xiang@kernel.org> Sun, 10 Jan 2021 00:00:00 +0800
23
Gao Xiang4cfd6602020-12-06 03:31:17 +080024erofs-utils (1.2-1) unstable; urgency=medium
25
26 * This release includes the following features and bugfixes:
27 - (mkfs.erofs) support selinux file contexts;
28 - (mkfs.erofs) support $SOURCE_DATE_EPOCH;
29 - (mkfs.erofs) support a pre-defined UUID;
30 - (mkfs.erofs) fix random padding for reproducable builds;
31 - (mkfs.erofs) several fixes around hard links;
32 - (mkfs.erofs) minor code cleanups;
33 - (mkfs.erofs, AOSP) support Android fs_config;
34 - (experimental, disabled by default) add erofsfuse approach;
35
Gao Xiangd1f49532021-01-09 02:28:53 +080036 -- Gao Xiang <xiang@kernel.org> Sun, 06 Dec 2020 00:00:00 +0800
Gao Xiang4cfd6602020-12-06 03:31:17 +080037
Gao Xiang0c699792020-04-14 00:00:00 +080038erofs-utils (1.1-1) unstable; urgency=low
39
40 * a maintenance release includes the following updates:
41 - (mkfs.erofs) add a manual for mkfs.erofs;
42 - (mkfs.erofs) add superblock checksum support;
43 - (mkfs.erofs) add filesystem UUID support;
44 - (mkfs.erofs) add exclude files support;
45 - (mkfs.erofs) fix compiling issues under specific conditions;
46 - (mkfs.erofs) minor code cleanups;
47
48 -- Gao Xiang <xiang@kernel.org> Tue, 14 Apr 2020 00:00:00 +0800
49
Gao Xiang436448b2019-10-24 07:15:53 +080050erofs-utils (1.0-1) unstable; urgency=low
51
52 * first release with the following new features:
53 - (mkfs.erofs) uncompressed file support;
54 - (mkfs.erofs) uncompressed tail-end packing inline data support;
55 - (mkfs.erofs) lz4 / lz4HC compressed file support;
56 - (mkfs.erofs) special file support;
57 - (mkfs.erofs) inline / shared xattrs support;
58 - (mkfs.erofs) Posix ACL support;
59
60 -- Gao Xiang <xiang@kernel.org> Thu, 24 Oct 2019 00:00:00 +0800
61