summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-12-01 15:33:37 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-12-01 15:33:37 +0000
commit5ddd36da7e95f019162aa1154f763b882c74ad0b (patch)
treed513dcc5da8e3c3cdf4e33f82137bc93794a7aae
parent9435929e349f0af9ba1d059e41d80c65be50e833 (diff)
downloadredmine-5ddd36da7e95f019162aa1154f763b882c74ad0b.tar.gz
redmine-5ddd36da7e95f019162aa1154f763b882c74ad0b.zip
Merged r21981 from trunk to 5.0-stable.
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21982 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG47
-rw-r--r--lib/redmine/version.rb2
2 files changed, 48 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 72bce3ca7..b55dbfc8b 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,53 @@ Redmine - project management software
Copyright (C) 2006-2022 Jean-Philippe Lang
https://www.redmine.org/
+== 2022-12-01 v5.0.4
+
+=== [Activity view]
+
+* Defect #37875: Unnecessary closing li element when there is no "Next" button on Activity page
+
+=== [Code cleanup/refactoring]
+
+* Patch #37938: Unused permission "Mention user"
+
+=== [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]
+
+* Defect #37958: Groups added to watchers are not shown as links
+
+=== [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 #37772: Access Control Issue in attachments#download_all
+* 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
+
+=== [Translations]
+
+* Defect #37812: "Yes" and "No" are swapped in Polish translation
+
== 2022-10-02 v5.0.3
=== [Code cleanup/refactoring]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index ddda5e1f9..a6d7ad519 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 5
MINOR = 0
- TINY = 3
+ TINY = 4
# Branch values:
# * official release: nil