diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fa6f9146..b6efd2d3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.5] - 2026-02-25 +### Fixed +- Subversion/Lucene exception when opening an empty repository without a revision 1 +- NPE when using 'binary' macro in .gitattributes +- Server freeze during random token generation on startup + ## [3.11.4] - 2026-02-11 ### Fixed - Import of repository exports without queryable store data @@ -1860,3 +1866,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.11.2]: https://scm-manager.org/download/3.11.2 [3.12.0]: https://scm-manager.org/download/3.12.0 [3.11.4]: https://scm-manager.org/download/3.11.4 +[3.11.5]: https://scm-manager.org/download/3.11.5 diff --git a/gradle/changelog/jgit.yaml b/gradle/changelog/jgit.yaml deleted file mode 100644 index c70bed2e79..0000000000 --- a/gradle/changelog/jgit.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: NPE when using 'binary' macro in .gitattributes diff --git a/gradle/changelog/random.yaml b/gradle/changelog/random.yaml deleted file mode 100644 index d4be22f7dc..0000000000 --- a/gradle/changelog/random.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Server freeze during random token generation on startup diff --git a/gradle/changelog/svn_empty_revision_exception.yaml b/gradle/changelog/svn_empty_revision_exception.yaml deleted file mode 100644 index 846dcdb4cb..0000000000 --- a/gradle/changelog/svn_empty_revision_exception.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Subversion/Lucene exception when opening an empty repository without a revision 1