Repository: tika Updated Branches: refs/heads/master d612aea85 -> b58368f3f
TIKA-2081 -- add fileUrl back into tika-server, update changes.txt Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/b58368f3 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/b58368f3 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/b58368f3 Branch: refs/heads/master Commit: b58368f3f42f52adb76541b7a321e15bab5e04dc Parents: d612aea Author: tballison <[email protected]> Authored: Fri Sep 23 09:59:59 2016 -0400 Committer: tballison <[email protected]> Committed: Fri Sep 23 09:59:59 2016 -0400 ---------------------------------------------------------------------- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/b58368f3/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ef82775..0a8b8e2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,9 @@ Release 1.14 - ??? + * Re-enable fileUrl for tika-server (TIKA-2081). If you choose, + to use this feature, beware of the security vulnerabilities! + See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3271 + * Add Tesseract's hOCR output format as an option, via Eric Pugh (TIKA-2093)
