Author: mattmann
Date: Thu Mar 29 14:40:09 2012
New Revision: 1306885
URL: http://svn.apache.org/viewvc?rev=1306885&view=rev
Log:
- TIKA-593 note.
Modified:
tika/trunk/CHANGES.txt
Modified: tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1306885&r1=1306884&r2=1306885&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Thu Mar 29 14:40:09 2012
@@ -1,6 +1,11 @@
Release 1.2 - Current Development
---------------------------------
+ * Tika's JAX-RS based Network server now is based on Apache CXF,
+ which is available in Maven Central and now allows the server
+ module to be packaged and included in our release
+ (TIKA-593).
+
* Tika: parseToString now lets you specify the max string length
per-call, in addition to per-Tika-instance. (TIKA-870)