diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-02-20 22:12:58 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-02-20 22:12:58 +0000 |
commit | 5f32953efcef13336ffab8baecd47d65b7bc3dbd (patch) | |
tree | 0dc9717824d5574e68a645c2b19cb5795732604f | |
parent | 496ec260dd1307993c7407b20535c29495fdc612 (diff) | |
download | redmine-5f32953efcef13336ffab8baecd47d65b7bc3dbd.tar.gz redmine-5f32953efcef13336ffab8baecd47d65b7bc3dbd.zip |
Updates for 4.1.6 release.
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@21432 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 30 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 31 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0c47b32c5..4bcc01d7b 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,36 @@ Redmine - project management software Copyright (C) 2006-2021 Jean-Philippe Lang https://www.redmine.org/ +== 2022-02-20 v4.1.6 + +=== [Gantt] + +* Defect #35027: Gantt PNG export ignores imagemagick_convert_command + +=== [Gems support] + +* Defect #35435: Psych 4: aliases in database.yml cause Psych::BadAlias exception +* Defect #36226: Psych 4: Psych::DisallowedClass exception when unserializing a setting value + +=== [Issues] + +* Defect #36455: Text custom field values are not aligned with their labels when text formatting is enabled + +=== [Rails support] + +* Patch #36633: Update Rails to 5.2.6.2 + +=== [UI] + +* Defect #35090: Permission check of the setting button on the issues page mismatches button semantics +* Defect #36363: Cannot select text in a table with a context menu available +* Patch #36378: Update copyright year in the footer to 2022 + +=== [Wiki] + +* Defect #36494: WikiContentVersion API returns 500 if author is nil +* Defect #36561: Wiki revision page does not return 404 if revision does not exist + == 2021-10-10 v4.1.5 === [Administration] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 15cf88112..3b6444366 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 4 MINOR = 1 - TINY = 5 + TINY = 6 # Branch values: # * official release: nil |