diff options
-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 |