Skip to content

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
**Important**:
This version contains CVE-2021-44228 fixes for users, who starting
the Tika Server-daemons within TYPO3 BE or using Tika app modes.
All users using dedicated Tika server or Apache Solr Tika cell connections do not benefit from the update
and should harden the Solr Servers and/or Tika Servers with official CVE-2021-44228 patches manually.

Relates: #172
  • Loading branch information
dkd-kaehm committed Dec 17, 2021
1 parent fd7ead7 commit a8cdfef
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Apache Tika for TYPO3
tika

:Version:
6.0.0
6.0.1

:Language:
en
Expand Down
10 changes: 10 additions & 0 deletions Documentation/Releases/6_0.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
==========================================================
Apache Solr for TYPO3 - Tika Addon version 6.0.1 released
==========================================================

**Important**:
This version contains CVE-2021-44228 fixes for users, who starting
the Tika Server-daemons within TYPO3 BE or using Tika app modes.
All users using dedicated Tika server or Apache Solr Tika cell connections do not benefit from the update
and should harden the Solr Servers and/or Tika Servers with official CVE-2021-44228 patches manually.

=========================================================
Apache Solr for TYPO3 - Tika Addon version 6.0.0 released
=========================================================
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[general]

project = Apache Tika for TYPO3
version = 6.0.0
release = 6.0.0
version = 6.0.1
release = 6.0.1
t3author = Ingo Renner, Timo Hund
copyright = 2020
copyright = 2021

description = Documentation for EXT:tika

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
conf.py:
copyright: 2009-2020
project: Apache Tika for TYPO3
version: 6.0.0
release: 6.0.0
version: 6.0.1
release: 6.0.1
latex_documents:
- - Index
- tika.tex
Expand Down
2 changes: 1 addition & 1 deletion Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# The short X.Y version.
version = '6.0'
# The full version, including alpha/beta/rc tags.
release = '6.0.0'
release = '6.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.0.x-dev"
"dev-release-6.0.x": "6.0.x-dev"
},
"typo3/cms": {
"extension-key": "tika",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Apache Tika for TYPO3',
'description' => 'Provides Tika services for TYPO3 to detect a document\'s language, extract meta data, and extract content from files. Can either use a stand alone Tika executable or Tika integrated in a Solr server with an activated extracting request handler.',
'version' => '6.0.0',
'version' => '6.0.1',
'state' => 'stable',
'category' => 'services',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',
Expand Down

0 comments on commit a8cdfef

Please sign in to comment.