]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Update README and NEWS
authorTim Kientzle <kientzle@acm.org>
Mon, 3 Sep 2018 22:45:28 +0000 (15:45 -0700)
committerGrzegorz Antoniak <ga@anadoxin.org>
Sat, 8 Sep 2018 05:22:39 +0000 (07:22 +0200)
NEWS
README.md

diff --git a/NEWS b/NEWS
index 9527e662a86e028b64dba68d4cebd06048c39355..b0a943eaf6d1f2a5bddc34215c3063e6959b001e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Jul 19, 2018: Avoid super-linear slowdown on malformed mtree files
+
+Jan 27, 2018: Many fixes for building with Visual Studio
+
+Oct 19, 2017: NO_OVERWRITE doesn't change existing directory attributes
+
+Aug 12, 2017: New support for Zstandard read and write filters
+
 Jul 09, 2017: libarchive 3.3.2 released
 
 Mar 16, 2017: NFSv4 ACL support for Linux (librichacl)
index be6c13b3f03d4c244dde8e69cc5d4371b827f941..b48142191f2f13ef6f01f171d1a649617f39badb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -99,6 +99,7 @@ The library also detects and handles any of the following before evaluating the
   * lzma, lzip, and xz compression
   * lz4 compression
   * lzop compression
+  * zstandard compression
 
 The library can create archives in any of the following formats:
   * POSIX ustar
@@ -125,6 +126,7 @@ When creating archives, the result can be filtered with any of the following:
   * lzma, lzip, and xz compression
   * lz4 compression
   * lzop compression
+  * zstandard compression
 
 ## Notes about the Library Design
 
@@ -159,7 +161,7 @@ questions we are asked about libarchive:
 
 * On read, compression and format are always detected automatically.
 
-* The same API is used for all formats; in particular, it's very
+* The same API is used for all formats; it should be very
   easy for software using libarchive to transparently handle
   any of libarchive's archiving formats.