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