xref: /aosp_15_r20/external/erofs-utils/ChangeLog (revision 33b1fccf6a0fada2c2875d400ed01119b7676ee5)
1erofs-utils 1.8.1
2
3 * A quick maintenance release includes the following fixes:
4   - (mkfs.erofs) fix unexpected data truncation of large uncompressed files;
5   - (erofsfuse) fix decompression errors when using libdeflate compressor;
6   - (mkfs.erofs) fix an out-of-bound memory read issue with kite-deflate.
7
8 -- Gao Xiang <[email protected]>  Sat, 10 Aug 2024 00:00:00 +0800
9
10erofs-utils 1.8
11
12 * This release includes the following updates:
13   - (mkfs.erofs) support multi-threaded compression (Yifan Zhao);
14   - support Intel IAA hardware accelerator with Intel QPL;
15   - add preliminary Zstandard support;
16   - (erofsfuse) use FUSE low-level APIs and support multi-threading (Li Yiyan);
17   - (mkfs.erofs) support tar source without data (Mike Baynton);
18   - (mkfs.erofs) support incremental builds (incomplete, EXPERIMENTAL);
19   - (mkfs.erofs) other build performance improvements;
20   - (erofsfuse) support building erofsfuse as a static library (ComixHe);
21   - various bugfixes and cleanups (Sandeep Dhavale, Noboru Asai,
22           Luke T. Shumaker, Yifan Zhao, Hongzhen Luo and Tianyi Liu).
23
24 -- Gao Xiang <[email protected]>  Fri, 09 Aug 2024 00:00:00 +0800
25
26erofs-utils 1.7.1
27
28 * A quick maintenance release includes the following fixes:
29   - fix a build issue of cross-compilation with autoconf (Sandeep Dhavale);
30   - fix an invalid error code in lib/tar.c (Erik Sjölund);
31   - fix corrupted directories with hardlinks.
32
33 -- Gao Xiang <[email protected]>  Fri, 20 Oct 2023 00:00:00 +0800
34
35erofs-utils 1.7
36
37 * This release includes the following updates:
38   - support arbitrary valid block sizes in addition to page size;
39   - (mkfs.erofs) arrange on-disk meta with Breadth-First Traversal instead;
40   - support long xattr name prefixes (Jingbo Xu);
41   - support UUID functionality without libuuid (Norbert Lange);
42   - (mkfs.erofs, experimental) add DEFLATE algorithm support;
43   - (mkfs.erofs, experimental) support building images directly from tarballs;
44   - (dump.erofs) print more superblock fields (Guo Xuenan);
45   - (mkfs.erofs, experimental) introduce preliminary rebuild mode (Jingbo Xu);
46   - various bugfixes and cleanups (Sandeep Dhavale, Guo Xuenan, Yue Hu,
47           Weizhao Ouyang, Kelvin Zhang, Noboru Asai, Yifan Zhao and Li Yiyan);
48
49 -- Gao Xiang <[email protected]>  Thu, 21 Sep 2023 00:00:00 +0800
50
51erofs-utils 1.6
52
53 * This release includes the following updates:
54   - support fragments by using `-Efragments` (Yue Hu);
55   - support compressed data deduplication by using `-Ededupe` (Ziyang Zhang);
56   - (erofsfuse) support extended attributes (Huang Jianan);
57   - (mkfs.erofs) support multiple algorithms in a single image (Gao Xiang);
58   - (mkfs.erofs) support chunk-based sparse files (Gao Xiang);
59   - (mkfs.erofs) add volume-label setting support (Naoto Yamaguchi);
60   - (mkfs.erofs) add uid/gid offsetting support (Naoto Yamaguchi);
61   - (mkfs.erofs) pack files entirely by using `-Eall-fragments` (Gao Xiang);
62   - various bugfixes and cleanups;
63
64 -- Gao Xiang <[email protected]>  Sun, 12 Mar 2023 00:00:00 +0800
65
66erofs-utils 1.5
67
68 * This release includes the following updates:
69   - (fsck.erofs) support filesystem extraction (Igor Ostapenko);
70   - support ztailpacking inline feature for compressed files (Yue Hu);
71   - (dump.erofs) support listing directories;
72   - more liberofs APIs (including iterate APIs) (me, Kelvin Zhang);
73   - use mtime to allow more control over the timestamps (David Anderson);
74   - switch to GPL-2.0+ OR Apache-2.0 dual license for liberofs;
75   - various bugfixes and cleanups;
76
77 -- Gao Xiang <[email protected]>  Mon, 13 Jun 2022 00:00:00 +0800
78
79erofs-utils 1.4
80
81 * This release includes the following updates:
82   - (experimental) introduce preliminary dump.erofs (Wang Qi, Guo Xuenan);
83   - (experimental) introduce preliminary fsck.erofs (Daeho Jeong);
84   - introduce MicroLZMA compression support (thanks to Lasse Collin);
85   - support chunk-based uncompressed files for deduplication;
86   - support multiple devices for multi-blob CAS container images;
87   - (mkfs.erofs, AOSP) add block list support (Yue Hu, David Anderson);
88   - (mkfs.erofs) support per-inode compress pcluster hints (Huang Jianan);
89   - (mkfs.erofs) add "noinline_data" extended option for DAX;
90   - (mkfs.erofs) introduce --quiet option (suggested by nl6720);
91   - complete MacOS build & functionality;
92   - various bugfixes and cleanups;
93
94 -- Gao Xiang <[email protected]>  Mon, 22 Nov 2021 00:00:00 +0800
95
96erofs-utils 1.3
97
98 * This release includes the following updates:
99   - support new big pcluster feature together with Linux 5.13+;
100   - optimize buffer allocation logic (Hu Weiwen);
101   - optimize build performance for large directories (Hu Weiwen);
102   - add support to override uid / gid (Hu Weiwen);
103   - add support to adjust lz4 history window size (Huang Jianan);
104   - add a manual for erofsfuse;
105   - add support to limit max decompressed extent size;
106   - various bugfixes and cleanups;
107
108 -- Gao Xiang <[email protected]>  Tue, 01 Jun 2021 00:00:00 +0800
109
110erofs-utils (1.2.1-1) unstable; urgency=medium
111
112 * A quick maintenance release includes the following updates:
113   - fix reported build issues due to different configurations;
114   - (mkfs.erofs, AOSP) fix sub-directory prefix for canned fs_config;
115   - update some obsoleted email address;
116
117 -- Gao Xiang <[email protected]>  Sun, 10 Jan 2021 00:00:00 +0800
118
119erofs-utils (1.2-1) unstable; urgency=medium
120
121 * This release includes the following features and bugfixes:
122   - (mkfs.erofs) support selinux file contexts;
123   - (mkfs.erofs) support $SOURCE_DATE_EPOCH;
124   - (mkfs.erofs) support a pre-defined UUID;
125   - (mkfs.erofs) fix random padding for reproducable builds;
126   - (mkfs.erofs) several fixes around hard links;
127   - (mkfs.erofs) minor code cleanups;
128   - (mkfs.erofs, AOSP) support Android fs_config;
129   - (experimental, disabled by default) add erofsfuse approach;
130
131 -- Gao Xiang <[email protected]>  Sun, 06 Dec 2020 00:00:00 +0800
132
133erofs-utils (1.1-1) unstable; urgency=low
134
135 * a maintenance release includes the following updates:
136   - (mkfs.erofs) add a manual for mkfs.erofs;
137   - (mkfs.erofs) add superblock checksum support;
138   - (mkfs.erofs) add filesystem UUID support;
139   - (mkfs.erofs) add exclude files support;
140   - (mkfs.erofs) fix compiling issues under specific conditions;
141   - (mkfs.erofs) minor code cleanups;
142
143 -- Gao Xiang <[email protected]>  Tue, 14 Apr 2020 00:00:00 +0800
144
145erofs-utils (1.0-1) unstable; urgency=low
146
147 * first release with the following new features:
148   - (mkfs.erofs) uncompressed file support;
149   - (mkfs.erofs) uncompressed tail-end packing inline data support;
150   - (mkfs.erofs) lz4 / lz4HC compressed file support;
151   - (mkfs.erofs) special file support;
152   - (mkfs.erofs) inline / shared xattrs support;
153   - (mkfs.erofs) Posix ACL support;
154
155 -- Gao Xiang <[email protected]>  Thu, 24 Oct 2019 00:00:00 +0800
156