diff options
author | Gao Xiang <xiang@kernel.org> | 2020-04-14 00:00:00 +0800 |
---|---|---|
committer | Gao Xiang <xiang@kernel.org> | 2020-04-14 00:00:42 +0800 |
commit | 0c699795ba2bf3a13b604e133262959bd8b32bc2 (patch) | |
tree | b8b41800f92934ae3e192c194cf8373918dcd73d | |
parent | bdbabe54112d04c05819ebebf4e6f88ae863d436 (diff) |
erofs-utils: release 1.1
Signed-off-by: Gao Xiang <xiang@kernel.org>
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | VERSION | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,15 @@ +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 <xiang@kernel.org> Tue, 14 Apr 2020 00:00:00 +0800 + erofs-utils (1.0-1) unstable; urgency=low * first release with the following new features: @@ -1,2 +1,2 @@ -1.0 -2019-10-24 +1.1 +2020-04-14 |