Skip to content

Commit

Permalink
Update CHANGES.txt and rollback dev version for 2.8.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed May 11, 2023
1 parent ef8c8ff commit fd27103
Show file tree
Hide file tree
Showing 109 changed files with 191 additions and 192 deletions.
19 changes: 9 additions & 10 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
Release 2.8.1 - ????

* Enable optional extraction of file system metadata in FileSystemFetcher (TIKA-4035).

* Allow pretty printing in FileSystemEmitter (TIKA-4034).


Release 2.8.0 - 5/9/2023
Release 2.8.0 - 5/11/2023

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

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

* Removed the shading of tika-parsers-standard-module (TIKA-4038).

* Enable optional extraction of file system metadata in FileSystemFetcher (TIKA-4035).

* Allow pretty printing in FileSystemEmitter (TIKA-4034).

* Add detection for and a new mime type for older postscript-based
Adobe Illustrator "application/illustrator+ps" files (TIKA-3971).

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.8.0-SNAPSHOT</version>
<relativePath>tika-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tika-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.8.0-SNAPSHOT</version>
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tika-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.8.0-SNAPSHOT</version>
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit fd27103

Please sign in to comment.