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 2015/04/01 18:03:50 UTC

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

Author: tpalsulich
Date: Wed Apr  1 16:03:50 2015
New Revision: 1670701

URL: http://svn.apache.org/r1670701
Log:
Reformat 1.8 section of CHANGES.txt in preparation of 1.8 release.

Modified:
    tika/trunk/CHANGES.txt

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1670701&r1=1670700&r2=1670701&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Wed Apr  1 16:03:50 2015
@@ -1,5 +1,5 @@
 Release 1.8 - Current Development
-  * Duration extracted from MP3s with no ID3 tags (TIKA-1589)
+  * Duration extracted from MP3s with no ID3 tags (TIKA-1589).
 
   * Upgraded to PDFBox 1.8.9 (TIKA-1575).
 
@@ -8,10 +8,10 @@ Release 1.8 - Current Development
     (TIKA-1580).
 
   * Tika server can now enable CORS requests with the command line
-    "--cors" option (TIKA-1586).
+    "--cors" or "-C" option (TIKA-1586).
 
-  * Update jhighlight dependency to avoid using LGPL license (TIKA-1581).
-  Thank @kkrugler for his great contribution
+  * Update jhighlight dependency to avoid using LGPL license. Thank
+    @kkrugler for his great contribution (TIKA-1581).
   
   * Updated HDF and NetCDF parsers to output file version in 
     metadata (TIKA-1578 and TIKA-1579).
@@ -40,7 +40,7 @@ Release 1.8 - Current Development
   * Move Tika server resources and writers to separate
     org.apache.tika.server.resource and writer packages (TIKA-1564).
 
-  * Upgrade UCAR dependencies to 4.5.5 (TIKA-1571)
+  * Upgrade UCAR dependencies to 4.5.5 (TIKA-1571).
   
   * Fix Paths in Tika server welcome page (TIKA-1567).
 
@@ -50,49 +50,49 @@ Release 1.8 - Current Development
     contributed by Markus Jelsma (TIKA-995).
 
   * TikaCLI option --compare-file-magic to report mime types known to
-    the file(1) tool but not known / fully known to Tika
+    the file(1) tool but not known / fully known to Tika.
 
-  * MediaTypeRegistry support for returning known child types
+  * MediaTypeRegistry support for returning known child types.
 
   * Support for excluding (blacklisting) certain Parsers from being
     used by DefaultParser via the Tika Config file, using the new
-    parser-exclude tag (TIKA-1558)
+    parser-exclude tag (TIKA-1558).
 
   * Detect Global Change Master Directory (GCMD) Directory
     Interchange Format (DIF) files (TIKA-1561).
 
   * Tika's JAX-RS server can now return stacktraces for
-    parse exceptions. (TIKA-1323)
+    parse exceptions (TIKA-1323).
 
   * Added MockParser for testing handling of exceptions, errors
-    and hangs in code that uses parsers. (TIKA-1553)
+    and hangs in code that uses parsers (TIKA-1553).
 
   * The ForkParser service removed from Activator. Rollback of (TIKA-1354).
 
   * Increased the speed of language identification by 
-    a factor of two -- contributed by Toke Eskildsen. (TIKA-1549)
+    a factor of two -- contributed by Toke Eskildsen (TIKA-1549).
 
   * Added parser for Sqlite3 db files. Beware: the org.xerial 
     dependency includes native libs. Some users may need to 
     exclude this dependency or configure it specially for 
-    their environment. (TIKA-1511)
+    their environment (TIKA-1511).
 
-  * Use POST instead of PUT for tika-server form methods.
-    (TIKA-1547)
+  * Use POST instead of PUT for tika-server form methods
+    (TIKA-1547).
 
   * A basic wrapper around the UNIX file command was 
     added to extract Strings. In addition a parse to 
     handle Strings parsing from octet-streams using Latin1
-    charsets as added. (TIKA-1541, TIKA-1483)
+    charsets as added (TIKA-1541, TIKA-1483).
 
   * Add test files and detection mechanism for Gridded
-    Binary (GRIB) files. (TIKA-1539)
+    Binary (GRIB) files (TIKA-1539).
 
   * The RAR parser was updated to handle Chinese characters 
     using the functionality provided by allowing encoding to
-    be used within ZipArchiveInputStream. (TIKA-936)
+    be used within ZipArchiveInputStream (TIKA-936).
 
-  * Fix out of memory error in surefire plugin. (TIKA-1537)
+  * Fix out of memory error in surefire plugin (TIKA-1537).
 
   * Build a parser to extract data from GRIB formats (TIKA-1423).
 
@@ -101,9 +101,9 @@ Release 1.8 - Current Development
   * Include media duration in metadata parsed by MP4Parser (TIKA-1530).
 
   * Support password protected 7zip files (using a PasswordProvider,
-    in keeping with the other password supporting formats) (TIKA-1521)
+    in keeping with the other password supporting formats) (TIKA-1521).
 
-  * Password protected Zip files should not trigger an exception (TIKA-1028)
+  * Password protected Zip files should not trigger an exception (TIKA-1028).
 
 Release 1.7 - 1/9/2015