You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by tp...@apache.org on 2014/07/21 20:31:10 UTC

svn commit: r1612376 - /tika/trunk/CHANGES.txt

Author: tpalsulich
Date: Mon Jul 21 18:31:10 2014
New Revision: 1612376

URL: http://svn.apache.org/r1612376
Log:
Fix TIKA-411 entry in CHANGES.txt. Was in 1.5 section.

Modified:
    tika/trunk/CHANGES.txt

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1612376&r1=1612375&r2=1612376&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Mon Jul 21 18:31:10 2014
@@ -58,6 +58,10 @@ Release 1.6 - ??/??/2014
 
   * Fixed RuntimeException thrown for certain Word Documents (TIKA-1251).
 
+  * CLI: TikaCLI now has another option: --list-parser-details-apt, which outputs
+    the list of supported parsers in APT format. This is used to generate the list
+    on the formats page (TIKA-411).
+
 Release 1.5 - 02/04/2014
 
   * Fixed bug in handling of embedded file processing in PDFs (TIKA-1228).
@@ -105,9 +109,6 @@ Release 1.5 - 02/04/2014
   * CLI: TikaCLI now escapes invalid filename characters as hex
     characters (TIKA-1078).
 
-  * CLI: TikaCLI now has another option: --list-parser-details-apt, which outputs the list of 
-    supported parsers in APT format. This is used to generate the list on the formats page.
-
 Release 1.4 - 06/15/2013
 
   * Removed a test HTML file with a poorly chosen GPL text in it (TIKA-1129).