From 3caa932bad1eba32d4c8a0f45cc29478d3f9b4a4 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 2 Oct 2022 20:03:06 +0000 Subject: Updates for 4.2.8 release. git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21890 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 46 ++++++++++++++++++++++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 51b59318d..c8d6e5e99 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,52 @@ Redmine - project management software Copyright (C) 2006-2021 Jean-Philippe Lang https://www.redmine.org/ +== 2022-10-02 v4.2.8 + +=== [Code cleanup/refactoring] + +* Defect #37449: Passing a wrong parameter to `with_settings` in UserTest::test_random_password_include_required_characters + +=== [Filters] + +* Defect #36940: Chained custom field filter doesn't work for User fields +* Defect #37349: Chained custom field filter for User fields returns 500 internal server error when filtering after a float value + +=== [Issues] + +* Defect #37473: Focus IssueId not working when linking issues + +=== [Issues list] + +* Defect #37268: Performance problem with Redmine 4.2.7 and 5.0.2 + +=== [Rails support] + +* Patch #37465: Update Rails to 5.2.8.1 + +=== [Security] + +* Defect #37492: Update jQuery UI to 1.13.2 + +=== [SCM] + +* Defect #37718: Repository browser does not show "+" (plus sign) in filename + +=== [Text formatting] + +* Defect #37379: Thumbnail macro does not work when a file is attached and preview is displayed immediately + +=== [Translations] + +* Patch #37698: Persian translation update for 4.2-stable + +=== [UI] + +* Defect #36901: Jump to project is misaligned in Safari 15.4 and later +* Defect #37282: Subtask isn't displayed correctly since 4.2.7 +* Defect #37481: Fix the unintentional selection of rows with the context menu +* Defect #37566: The number of the ordered list in the project description is not displayed and the indentation does not match the unordered list + == 2022-06-21 v4.2.7 === [Email notifications] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 4ee6d6176..7e53edcba 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 4 MINOR = 2 - TINY = 7 + TINY = 8 # Branch values: # * official release: nil -- cgit v1.2.3