diff options
author | Gao Xiang <hsiangkao@aol.com> | 2019-10-24 07:15:53 +0800 |
---|---|---|
committer | Gao Xiang <hsiangkao@aol.com> | 2019-10-24 07:20:37 +0800 |
commit | 436448b52be6e6ad25ed98fbf412892b5a639d5a (patch) | |
tree | 967b3eb40ddb6af9fedbabf63d36cde325c6870d | |
parent | 68d9b690e5a3ec69fa717cb8da183874fa270f7b (diff) |
erofs-utils: release 1.0
Signed-off-by: Gao Xiang <hsiangkao@aol.com>
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | VERSION | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -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 + @@ -1,2 +1,2 @@ -0.1 -2019-04-20 +1.0 +2019-10-24 |