]> source.dussan.org Git - redmine.git/commitdiff
Updates for 4.2.9 release.
authorMarius Balteanu <marius.balteanu@zitec.com>
Thu, 1 Dec 2022 15:34:44 +0000 (15:34 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Thu, 1 Dec 2022 15:34:44 +0000 (15:34 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21983 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
lib/redmine/version.rb

index c8d6e5e9995088beedd02be77982d47e2d7a44df..324305faad0ff89bc4e91fc88ed22765b9e9dc67 100644 (file)
@@ -4,6 +4,40 @@ Redmine - project management software
 Copyright (C) 2006-2021  Jean-Philippe Lang
 https://www.redmine.org/
 
+== 2022-12-01 v4.2.9
+
+=== [Activity view]
+
+* Defect #37875: Unnecessary closing li element when there is no "Next" button on Activity page
+
+=== [Documentation]
+
+* Defect #37983: Duplicate vertical-align property in wiki_syntax.css
+
+=== [Gems support]
+
+* Defect #37884: All system tests fail on 4.2-stable branch with "ArgumentError: unknown keyword: :desired_capabilities"
+* Patch #37867: Limit puma < 6.0.0 to avoid system test error
+* Patch #37883: Limit mocha version to < 2.0.0 when Ruby version is < 2.7 to avoid test error
+
+=== [Issues workflow]
+
+* Defect #37685: Read-only field permission for the project field is ignored if the current project has subprojects
+
+=== [Projects]
+
+* Defect #37925: Do not allow unkown display_type for query
+
+=== [Rails support]
+
+* Defect #37814: Plugins that serialize Date or Time objects cause Psych::DisallowedClass exception
+
+=== [Security]
+
+* Defect #37751: Persistent XSS in textile formatting due to blockquote citation
+* Defect #37767: Redmine contains a cross-site scripting vulnerability
+* Defect #37880: Open Redirect in attachments#download_all
+
 == 2022-10-02 v4.2.8
 
 === [Code cleanup/refactoring]
index 7e53edcba53e85c749b5ec7c828300a203e3456a..a63c20d2b7188ce6224ae2541b7e4f0eb5f467dc 100644 (file)
@@ -7,7 +7,7 @@ module Redmine
   module VERSION
     MAJOR = 4
     MINOR = 2
-    TINY  = 8
+    TINY  = 9
 
     # Branch values:
     # * official release: nil