]> source.dussan.org Git - redmine.git/commitdiff
Updates for 4.2.8 release.
authorMarius Balteanu <marius.balteanu@zitec.com>
Sun, 2 Oct 2022 20:03:06 +0000 (20:03 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sun, 2 Oct 2022 20:03:06 +0000 (20:03 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21890 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
lib/redmine/version.rb

index 51b59318df0d37303d3722aa8015310858e8929c..c8d6e5e9995088beedd02be77982d47e2d7a44df 100644 (file)
@@ -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]
index 4ee6d6176d04ed67791d0faf126326d76950b836..7e53edcba53e85c749b5ec7c828300a203e3456a 100644 (file)
@@ -7,7 +7,7 @@ module Redmine
   module VERSION
     MAJOR = 4
     MINOR = 2
-    TINY  = 7
+    TINY  = 8
 
     # Branch values:
     # * official release: nil