]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Update NEWS entries for release of libarchive 3.0.5.
authorAndres Mejia <amejia004@gmail.com>
Sun, 13 Jan 2013 23:27:09 +0000 (18:27 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sun, 13 Jan 2013 23:27:09 +0000 (18:27 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 5c280685f68f57d524ee2e6a4d3ec72c31d0c8a5..10be1421ab6391c86781c4c62580fe94d7f0d6f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Jan 13, 2013: libarchive 3.0.5 released
+
+Dec 07, 2012: Implement functions to manually set the format and filters used.
+    
+Nov 11, 2012: Add support for __MACOSX directory in Zip archives, which resource
+    forks are stored in.
+
+Oct 20, 2012: Add support for writing v7 tar format.
+
+Oct 09, 2012: Add support for grzip compression.
+
+Oct 07, 2012: Introduce b64encode filter.    
+Oct 07, 2012: Introduce uuencode filter.
+
+Oct 06, 2012: Add support for lzop.
+    
+Sep 27, 2012: Implement function used to seek within data blocks.
+    (Currently only supported for uncompressed RAR archives).
+    
+Apr 22, 2012: Add basic archive read and write filter support for lrzip.
+
 Mar 27, 2012: libarchive 3.0.4 released
 
 Feb 05, 2012: libarchive development now hosted at GitHub.