Author: mattmann
Date: Sat Feb 7 02:01:27 2015
New Revision: 1658019
URL: http://svn.apache.org/r1658019
Log:
Fix for TIKA-1539 GRB file magic bytes and extension matching contributed by
Luke Sh LukeLiush <[email protected]>. This closes #28
Modified:
tika/trunk/CHANGES.txt
Modified: tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1658019&r1=1658018&r2=1658019&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Sat Feb 7 02:01:27 2015
@@ -1,5 +1,8 @@
Release 1.8 - Current Development
+ * Add test files and detection mechanism for Gridded
+ 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)