diff options
author | Go MAEDA <maeda@farend.jp> | 2021-10-10 02:10:52 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-10-10 02:10:52 +0000 |
commit | 8075884bc48deb3b7af94799d6eba943e999dcb2 (patch) | |
tree | a32f85224c2fd108c6badd6e2777bb70d644cf01 /doc | |
parent | 23487333a0ba6fbc1a20a296e7d8cafeeec39d9e (diff) | |
download | redmine-8075884bc48deb3b7af94799d6eba943e999dcb2.tar.gz redmine-8075884bc48deb3b7af94799d6eba943e999dcb2.zip |
Updates for 4.2.3 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@21243 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 9a8927c7d..240788b5f 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,51 @@ Redmine - project management software Copyright (C) 2006-2021 Jean-Philippe Lang https://www.redmine.org/ +== 2021-10-10 v4.2.3 + +=== [Administration] + +* Defect #35731: Password and Confirmation fields are marked as required when editing a user + +=== [Attachments] + +* Defect #35642: Long text custom field values are not aligned with their labels +* Defect #35715: File upload fails when run with uWSGI + +=== [Issues] + +* Defect #35655: Create duplicated follows relations fails with 500 internal error + +=== [Issues planning] + +* Defect #35669: Prints of Issues Report details are messed-up due to the size of the graphs + +=== [Permissions and roles] + +* Defect #35634: Attachments deletable even though issue edit not permitted + +=== [Projects] + +* Defect #35827: Deleting a closed or archived project returns 403 + +=== [Roadmap] + +* Feature #35758: Add some space around the versions on the Roadmap + +=== [Security] + +* Defect #35789: Redmine is leaking usernames on activities index view +* Patch #35463: Enforce stricter class filtering in WatchersController + +=== [Translations] + +* Patch #35662: Mongolian translation update for "Notes", "Totals", and "% Done" +* Patch #35766: Galician translation update for 4.2-stable + +=== [UI] + +* Defect #34834: Line breaks in the description of a custom field are ignored in a tooltip + == 2021-08-01 v4.2.2 === [Accounts / authentication] |