Updates for 5.1.6 release.

git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23474 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-01-29 07:43:43 +00:00
parent d201f6f5f4
commit 1b8dd3d23a
2 changed files with 24 additions and 1 deletions

View File

@@ -4,6 +4,29 @@ Redmine - project management software
Copyright (C) 2006- Jean-Philippe Lang
https://www.redmine.org/
== 2025-01-29 v5.1.6
=== [Code cleanup/refactoring]
* Patch #41961: Use `fixtures :all` to ensure consistent test data and improve test reliability
* Patch #42140: Update footer copyright year to 2025
=== [Gems support]
* Defect #42013: Redmine fails to start with error: Unknown database adapter `"mysql2"` found in config/database.yml
=== [Issues]
* Defect #42066: NoMethodError exception occurs in IssuePriority#high and #low when both default and active priorities are absent
=== [Permissions and roles]
* Defect #42106: Member roles are incorrectly added when a user's memberships are updated
=== [Rails support]
* Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error
== 2024-12-11 v5.1.5
=== [Accounts / authentication]

View File

@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 5
MINOR = 1
TINY = 5
TINY = 6
# Branch values:
# * official release: nil