From afc561cc030cbb2c37c34813820493d6051eea1e Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 20 Apr 2025 07:19:43 +0000 Subject: [PATCH] Updates for 5.1.8 release. git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23691 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 43 ++++++++++++++++++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index e620a9bb6..f14966143 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,49 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang https://www.redmine.org/ +== 2025-04-20 v5.1.8 + +=== [Administration] + +* Defect #42584: NoMethodError when creating a user with an invalid email address and domain restrictions are enabled + +=== [Attachments] + +* Defect #42394: Inconsistent behaviour between attachment download routes with and without filename + +=== [Code cleanup/refactoring] + +* Patch #42562: Fix random test failure in ProjectAdminQueryTest due to missing language setting +* Patch #42572: Fix random test failure in MemberTest#test_update_roles_with_inherited_roles due to non-deterministic ordering + +=== [Custom fields] + +* Patch #41935: Add "editable" attribute in the custom fields API response + +=== [Gantt] + +* Defect #42145: MiniMagick (> 5) removed cli_path, result crash when supplied imagemagick_convert_command + +=== [Issues] + +* Defect #42458: "For all projects" checkbox should be disabled when editing an existing query in which the checkbox is already checked + +=== [Performance] + +* Defect #40728: Slow loading of global spent time list in MySQL +* Feature #42574: Optimize autocomplete issue listing triggered by typing "##" by eager loading trackers + +=== [Text formatting] + +* Defect #42545: Commit message in issue history might be rendered in incorrect context + +=== [UI] + +* Defect #41828: In mobile view, delete relation svg icon in 'Related Issues' on an issue page, overflow text +* Defect #41947: Collapse arrow shows the wrong direction at /workflows/edit +* Patch #42497: Adjust the position of the news comment delete button +* Patch #42596: Do not show user icon in add watchers modal when gravatar is disabled + == 2025-03-10 v5.1.7 === [Code cleanup/refactoring] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index ab2f54558..f51787bce 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 1 - TINY = 7 + TINY = 8 # Branch values: # * official release: nil