Skip to content

Commit fd27103

Browse files
committed
Update CHANGES.txt and rollback dev version for 2.8.0-rc2
1 parent ef8c8ff commit fd27103

File tree

109 files changed

+191
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+191
-192
lines changed

CHANGES.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
Release 2.8.1 - ????
2-
3-
* Enable optional extraction of file system metadata in FileSystemFetcher (TIKA-4035).
4-
5-
* Allow pretty printing in FileSystemEmitter (TIKA-4034).
6-
7-
8-
Release 2.8.0 - 5/9/2023
1+
Release 2.8.0 - 5/11/2023
92

103
* Enable counting and/or parsing of incremental updates in PDFs. This
114
is an experimental feature and may change in later releases (TIKA-4017).
125

13-
* Fixed bug that failed to load the CompositeExternalParser in tika-app and
14-
tika-server-standard. This fix will call exiftool and ffmpeg if those are installed, as was
6+
* Fixed bug that prevented the the loading of CompositeExternalParser in tika-app and
7+
tika-server-standard. This parser will call exiftool and ffmpeg if those are installed, as was
158
the behavior in Tika 1.x. Exclude org.apache.tika.parser.external.CompositeExternalParser
169
if you do not want this behavior (TIKA-4022).
1710

11+
* Removed the shading of tika-parsers-standard-module (TIKA-4038).
12+
13+
* Enable optional extraction of file system metadata in FileSystemFetcher (TIKA-4035).
14+
15+
* Allow pretty printing in FileSystemEmitter (TIKA-4034).
16+
1817
* Add detection for and a new mime type for older postscript-based
1918
Adobe Illustrator "application/illustrator+ps" files (TIKA-3971).
2019

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.8.1-SNAPSHOT</version>
28+
<version>2.8.0-SNAPSHOT</version>
2929
<relativePath>tika-parent/pom.xml</relativePath>
3030
</parent>
3131

tika-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.8.1-SNAPSHOT</version>
28+
<version>2.8.0-SNAPSHOT</version>
2929
<relativePath>../tika-parent/pom.xml</relativePath>
3030
</parent>
3131

tika-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.8.1-SNAPSHOT</version>
28+
<version>2.8.0-SNAPSHOT</version>
2929
<relativePath>../tika-parent/pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)