summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2011-11-27 00:56:17 -0500
committerTim Kientzle <kientzle@gmail.com>2011-11-27 00:56:17 -0500
commitef1c0608229e97dab314b084bb6f2b1ed7f982a7 (patch)
treebf01aaf393c61f27eec9425116606fbf081bb08c /NEWS
parent1673eb37d886e8c9057b7596d66cbdf89dabdc4d (diff)
downloadlibarchive-ef1c0608229e97dab314b084bb6f2b1ed7f982a7.tar.gz
Update NEWS with recent changes.
SVN-Revision: 3859
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bac6cb60..29a5fa5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Nov 26, 2011: 7Zip reader
+Nov 26, 2011: Small fixes to ISO and Zip to improve robustness with corrupted input
+Nov 24, 2011: Improve streaming Zip reader's support for uncompressed entries
+Nov 20, 2011: New seeking Zip reader supports SFX Zip archives
+Nov 20, 2011: Build fixes on Windows
+
Nov 13, 2011: libarchive 3.0.0a released
Nov 06, 2011: Update shared-library version calculations for libarchive 3.x
@@ -41,7 +47,7 @@ Feb 28, 2010: Relax handling of state failures; misuse by clients now generally
results in a sticky ARCHIVE_FATAL rather than a visit to abort()
Feb 25, 2010: ISO writer
Feb 21, 2010: Split many man pages into smaller chunks.
-Feb 21, 2010: Cheat on block sizes when reading archives from disk.
+Feb 21, 2010: Performance: Cheat on block sizes when reading archives from disk.
Feb 21, 2010: Use int64_t instead of off_t, dev_t, ino_t, uid_t, and gid_t
Feb 20, 2010: Document new ACL functions.
Feb 19, 2010: Support multiple write filters