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 e69de29..1efb669 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,12 @@
+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 <xiang@kernel.org> Thu, 24 Oct 2019 00:00:00 +0800
+
diff --git a/VERSION b/VERSION
index a27f297..d196ccb 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-0.1
-2019-04-20
+1.0
+2019-10-24