summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@aol.com>2019-10-24 07:15:53 +0800
committerGao Xiang <hsiangkao@aol.com>2019-10-24 07:20:37 +0800
commit436448b52be6e6ad25ed98fbf412892b5a639d5a (patch)
tree967b3eb40ddb6af9fedbabf63d36cde325c6870d
parent68d9b690e5a3ec69fa717cb8da183874fa270f7b (diff)
erofs-utils: release 1.0
Signed-off-by: Gao Xiang <hsiangkao@aol.com>
-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