summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGao Xiang <xiang@kernel.org>2020-04-14 00:00:00 +0800
committerGao Xiang <xiang@kernel.org>2020-04-14 00:00:42 +0800
commit0c699795ba2bf3a13b604e133262959bd8b32bc2 (patch)
treeb8b41800f92934ae3e192c194cf8373918dcd73d
parentbdbabe54112d04c05819ebebf4e6f88ae863d436 (diff)
erofs-utils: release 1.1
Signed-off-by: Gao Xiang <xiang@kernel.org>
-rw-r--r--ChangeLog12
-rw-r--r--VERSION4
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1efb669..89a3868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/VERSION b/VERSION
index d196ccb..36cbcfd 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.0
-2019-10-24
+1.1
+2020-04-14