Author: tpalsulich
Date: Fri Aug 8 18:09:43 2014
New Revision: 1616842
URL: http://svn.apache.org/r1616842
Log:
Update CHANGES.txt with TIKA-1385 and TIKA-1390 entries.
Modified:
tika/trunk/CHANGES.txt
Modified: tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1616842&r1=1616841&r2=1616842&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Fri Aug 8 18:09:43 2014
@@ -2,6 +2,15 @@ Release 1.7 - ??/??/????
* Use the forbidden-apis Maven plugin to check for unsafe Java
operations (TIKA-1387).
+ * Created an ExternalTranslator class to interface with command
+ line Translators (TIKA-1385).
+
+ * Created a MosesTranslator as a subclass of ExternalTranslator
+ that calls the Moses Decoder machine translation program (TIKA-1385).
+
+ * Created the tika-example module. It will have examples of how to
+ use the main Tika interfaces (TIKA-1390).
+
Release 1.6 - 07/27/2014