mirror of
https://github.com/redmine/redmine.git
synced 2026-07-28 18:41:08 +02:00
Updates for 5.1.9 release.
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23876 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -4,6 +4,61 @@ Redmine - project management software
|
||||
Copyright (C) 2006- Jean-Philippe Lang
|
||||
https://www.redmine.org/
|
||||
|
||||
== 2025-07-07 v5.1.9
|
||||
|
||||
=== [Code cleanup/refactoring]
|
||||
|
||||
* Defect #42687: Fix random failures in several system tests with Chrome 133 and later
|
||||
* Patch #42422: Use Capybara's assert_current_path in "log_user" steps to wait for page in ApplicationSystemTestCase
|
||||
* Patch #42600: Suppress "Change your password" popup for stable system tests
|
||||
* Patch #42756: Update tests for rails-dom-testing 2.3.0 whitespace collapsing
|
||||
|
||||
=== [Database]
|
||||
|
||||
* Defect #42622: Joining both atom_token and api_token on the User model causes an error due to the ambiguous column name "action"
|
||||
|
||||
=== [Email receiving]
|
||||
|
||||
* Defect #42962: Mail handler fails to create issues from emails over 4MB on Rack >= 3.1.14
|
||||
|
||||
=== [Gems support]
|
||||
|
||||
* Defect #42606: RuboCop warning about deprecated `EnsureNode#body` with rubocop-ast >= 1.41
|
||||
|
||||
=== [I18n]
|
||||
|
||||
* Defect #42815: Limit available locales to those defined by Redmine itself no longer works
|
||||
|
||||
=== [Issues workflow]
|
||||
|
||||
* Defect #42875: "Page not found" error when saving workflows with many statuses on Rack >= 3.1.14
|
||||
|
||||
=== [No category]
|
||||
|
||||
* Patch #42688: Run system tests on GitHub CI
|
||||
|
||||
=== [Performance]
|
||||
|
||||
* Defect #42933: Fix N+1 query issue in Wiki history page when loading authors of Wiki content versions
|
||||
|
||||
=== [SCM]
|
||||
|
||||
* Defect #42839: Downloading .js files from the repository browser fails with a 422 error due to ActionController::InvalidCrossOriginRequest
|
||||
* Patch #42597: Skip some Mercurial tests when using Mercurial 5.1 or later in Redmine 6.0 or 5.1
|
||||
|
||||
=== [Security]
|
||||
|
||||
* Patch #42662: Require net-imap gem 0.2.5, 0.3.9, 0.4.20, 0.5.7, or later to address CVE-2025-43857
|
||||
|
||||
=== [Text formatting]
|
||||
|
||||
* Defect #42648: Wiki/CommonMark: Broken references for multiple footnote usage
|
||||
|
||||
=== [UI]
|
||||
|
||||
* Defect #42640: Query totals overlaps query buttons when an RTL language is used
|
||||
* Patch #42794: Hide irrelevant information when printing
|
||||
|
||||
== 2025-04-20 v5.1.8
|
||||
|
||||
=== [Administration]
|
||||
|
||||
@@ -7,7 +7,7 @@ module Redmine
|
||||
module VERSION
|
||||
MAJOR = 5
|
||||
MINOR = 1
|
||||
TINY = 8
|
||||
TINY = 9
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
||||
Reference in New Issue
Block a user