From 72e8ad5002a6e018102da4f7fe598185649180b3 Mon Sep 17 00:00:00 2001 From: Thomas Zerr Date: Mon, 12 Jan 2026 10:46:09 +0100 Subject: [PATCH] Adjust changelog for release 3.11.2 --- CHANGELOG.md | 6 ++++++ gradle/changelog/error_logging_for_missing_commit.yaml | 2 -- gradle/changelog/tika.yaml | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 gradle/changelog/error_logging_for_missing_commit.yaml delete mode 100644 gradle/changelog/tika.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 7737fd1d5a..f535053a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.11.2] - 2026-01-12 +### Fixed +- Update of Tika to mitigate CVE-2025-54988 and CVE-2025-66516 +- System log with scope ERROR for not-found commit id + ## [3.11.1] - 2025-11-28 ### Fixed - Significantly improved repository load times for large numbers of repositories (Patch from 3.7.7) @@ -1831,3 +1836,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.10.2]: https://scm-manager.org/download/3.10.2 [3.10.3]: https://scm-manager.org/download/3.10.3 [3.11.0]: https://scm-manager.org/download/3.11.0 +[3.11.2]: https://scm-manager.org/download/3.11.2 diff --git a/gradle/changelog/error_logging_for_missing_commit.yaml b/gradle/changelog/error_logging_for_missing_commit.yaml deleted file mode 100644 index 9bb188eb70..0000000000 --- a/gradle/changelog/error_logging_for_missing_commit.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: System log with scope ERROR for not-found commit id diff --git a/gradle/changelog/tika.yaml b/gradle/changelog/tika.yaml deleted file mode 100644 index 32715cefb1..0000000000 --- a/gradle/changelog/tika.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Update of Tika to mitigate CVE-2025-54988 and CVE-2025-66516