From ce0a2201eb19e3afc4dceb9f7de763b5a38fd409 Mon Sep 17 00:00:00 2001 From: Anna Vetcininova Date: Thu, 29 Aug 2024 10:30:55 +0200 Subject: [PATCH] Adjust changelog for release 3.4.1 --- CHANGELOG.md | 12 ++++++++++++ gradle/changelog/conosole-appender.yml | 6 ------ gradle/changelog/enterprise-support-link.yml | 2 -- gradle/changelog/fix-log-dir-env.yml | 2 -- gradle/changelog/hg_import.yaml | 2 -- 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 gradle/changelog/conosole-appender.yml delete mode 100644 gradle/changelog/enterprise-support-link.yml delete mode 100644 gradle/changelog/fix-log-dir-env.yml delete mode 100644 gradle/changelog/hg_import.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca27704c3..c6af85f840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.4.1] - 2024-08-29 +### Fixed +- The environment variable for defining the log directory is now applied +- Import of hg repositories without credentials +- Updated the enterprise support link in the admin section +- The console and file appender settings from the `config.yml` are now applied + +### Changed +- Disabled the console appending of log statements for RPM and Windows per default +- The console appending of the Unix release is only enabled, if the SCM-Manager is run in the foreground + ## [3.4.0] - 2024-08-19 ### Added - Show number of modified, deleted and added files in diffs @@ -1592,3 +1603,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.2.2]: https://scm-manager.org/download/3.2.2 [3.3.0]: https://scm-manager.org/download/3.3.0 [3.4.0]: https://scm-manager.org/download/3.4.0 +[3.4.1]: https://scm-manager.org/download/3.4.1 diff --git a/gradle/changelog/conosole-appender.yml b/gradle/changelog/conosole-appender.yml deleted file mode 100644 index 94380ad8ee..0000000000 --- a/gradle/changelog/conosole-appender.yml +++ /dev/null @@ -1,6 +0,0 @@ -- type: changed - description: Disabled the console appending of log statements for RPM and Windows per default -- type: changed - description: The console appending of the Unix release is only enabled, if the SCM-Manager is run in the foreground -- type: fixed - description: The console and file appender settings from the `config.yml` are now applied diff --git a/gradle/changelog/enterprise-support-link.yml b/gradle/changelog/enterprise-support-link.yml deleted file mode 100644 index 580ec6dcf0..0000000000 --- a/gradle/changelog/enterprise-support-link.yml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Updated the enterprise support link in the admin section diff --git a/gradle/changelog/fix-log-dir-env.yml b/gradle/changelog/fix-log-dir-env.yml deleted file mode 100644 index ea804118a1..0000000000 --- a/gradle/changelog/fix-log-dir-env.yml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: The environment variable for defining the log directory is now applied diff --git a/gradle/changelog/hg_import.yaml b/gradle/changelog/hg_import.yaml deleted file mode 100644 index ef9f21f0fa..0000000000 --- a/gradle/changelog/hg_import.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Import of hg repositories without credentials