mirror of
https://github.com/redmine/redmine.git
synced 2026-01-22 07:23:07 +01:00
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:
@@ -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]
|
||||
|
||||
@@ -7,7 +7,7 @@ module Redmine
|
||||
module VERSION
|
||||
MAJOR = 5
|
||||
MINOR = 1
|
||||
TINY = 5
|
||||
TINY = 6
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
||||
Reference in New Issue
Block a user