summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-12-01 15:34:44 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-12-01 15:34:44 +0000
commitb40f83a399f8c88938b97872b8285b4107b83021 (patch)
treee1f826f713d02cb8a0b97a310e04961dd36efe63
parent7c15165a225ec8d219ce7f034dc189daf0910370 (diff)
downloadredmine-b40f83a399f8c88938b97872b8285b4107b83021.tar.gz
redmine-b40f83a399f8c88938b97872b8285b4107b83021.zip
Updates for 4.2.9 release.
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21983 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG34
-rw-r--r--lib/redmine/version.rb2
2 files changed, 35 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index c8d6e5e99..324305faa 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -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]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 7e53edcba..a63c20d2b 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 4
MINOR = 2
- TINY = 8
+ TINY = 9
# Branch values:
# * official release: nil