You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2009/04/07 01:11:04 UTC

svn commit: r762561 - /lucene/tika/branches/TIKA-204/CHANGES.txt

Author: jukka
Date: Mon Apr  6 23:11:04 2009
New Revision: 762561

URL: http://svn.apache.org/viewvc?rev=762561&view=rev
Log:
TIKA-204: Use commons-compress for parsing packages

Changes entry for Commons Compress.

Modified:
    lucene/tika/branches/TIKA-204/CHANGES.txt

Modified: lucene/tika/branches/TIKA-204/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/tika/branches/TIKA-204/CHANGES.txt?rev=762561&r1=762560&r2=762561&view=diff
==============================================================================
--- lucene/tika/branches/TIKA-204/CHANGES.txt (original)
+++ lucene/tika/branches/TIKA-204/CHANGES.txt Mon Apr  6 23:11:04 2009
@@ -4,6 +4,10 @@
 Unreleased changes (0.4)
 ------------------------
 
+  * Tika now uses the new Commons Compress library for improved support
+    of compression and packaging formats like gzip, bzip2, tar, cpio,
+    ar, zip and jar. (TIKA-204)
+
   * The memory use of parsing Excel sheets with lots of numbers
     has been considerably reduced. (TIKA-211)