diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-03-10 23:21:56 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-03-10 23:21:56 +0000 |
commit | 4d8d0364666155bd7eecd497c6ecb53c6e919d11 (patch) | |
tree | ca78eed6f9d892d10a0e058b0b9effd3a955f1b1 /doc | |
parent | 5dfca73187fc12b923a19d9dce128477f9562f45 (diff) | |
download | redmine-5.1-stable.tar.gz redmine-5.1-stable.zip |
Updates for 5.1.7 release.5.1-stable
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23542 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ae7ac9aaf..e620a9bb6 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,27 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang https://www.redmine.org/ +== 2025-03-10 v5.1.7 + +=== [Code cleanup/refactoring] + +* Defect #42200: InlineAutocompleteSystemTest login test fails randomly +* Patch #42244: Fix random failures in IssuesTest#test_bulk_copy due to StaleElementReferenceError + +=== [Gems support] + +* Defect #42245: 5.1-stable: Redmine fails to start with error: Unknown database adapter `"mysql2"` found in config/database.yml + +=== [No category] + +* Feature #30069: Use GitHub Actions as a secondary CI solution to run tests through the existing mirroring + +=== [Security] +* Defect #42326: Stored Cross-Site Scripting (XSS) in macros +* Defect #42352: ProjectQuery leaks details of private projects +* Defect #42194: /my/account does not correctly enforce sudo mode +* Patch #42333: Update Nokogiri to 1.18.3 + == 2025-01-29 v5.1.6 === [Code cleanup/refactoring] |