You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2015/02/26 04:45:53 UTC

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

Author: mattmann
Date: Thu Feb 26 03:45:53 2015
New Revision: 1662349

URL: http://svn.apache.org/r1662349
Log:
Fix for TIKA-1483 Create a Latin1 charset raw string parser contributed by Lius Filipe Nassif.

Modified:
    tika/trunk/CHANGES.txt

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1662349&r1=1662348&r2=1662349&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Thu Feb 26 03:45:53 2015
@@ -1,4 +1,5 @@
 Release 1.8 - Current Development
+
   * Parsers and other services can now be disabled with a
     blacklist META-INF file (TIKA-1558).
 
@@ -21,7 +22,9 @@ Release 1.8 - Current Development
     (TIKA-1547)
 
   * A basic wrapper around the UNIX file command was 
-    added to extract Strings. (TIKA-1541)
+    added to extract Strings. In addition a parse to 
+    handle Strings parsing from octet-streams using Latin1
+    charsets as added. (TIKA-1541, TIKA-1483)
 
   * Add test files and detection mechanism for Gridded
     Binary (GRIB) files. (TIKA-1539)