Skip to content

Commit 07fbaa2

Browse files
committed
Update README and NEWS
1 parent 9266677 commit 07fbaa2

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
Jul 09, 2017: libarchive 3.3.2 released
210

311
Mar 16, 2017: NFSv4 ACL support for Linux (librichacl)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

103104
The 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

0 commit comments

Comments
 (0)