File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Jul 19, 2018: Avoid super-linear slowdown on malformed mtree files
2+
3+ Jan 27, 2018: Many fixes for building with Visual Studio
4+
5+ Oct 19, 2017: NO_OVERWRITE doesn't change existing directory attributes
6+
7+ Aug 12, 2017: New support for Zstandard read and write filters
8+
19Jul 09, 2017: libarchive 3.3.2 released
210
311Mar 16, 2017: NFSv4 ACL support for Linux (librichacl)
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ The library also detects and handles any of the following before evaluating the
9999 * lzma, lzip, and xz compression
100100 * lz4 compression
101101 * lzop compression
102+ * zstandard compression
102103
103104The library can create archives in any of the following formats:
104105 * POSIX ustar
@@ -125,6 +126,7 @@ When creating archives, the result can be filtered with any of the following:
125126 * lzma, lzip, and xz compression
126127 * lz4 compression
127128 * lzop compression
129+ * zstandard compression
128130
129131## Notes about the Library Design
130132
@@ -159,7 +161,7 @@ questions we are asked about libarchive:
159161
160162* On read, compression and format are always detected automatically.
161163
162- * The same API is used for all formats; in particular, it's very
164+ * The same API is used for all formats; it should be very
163165 easy for software using libarchive to transparently handle
164166 any of libarchive's archiving formats.
165167
You can’t perform that action at this time.
0 commit comments