summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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