diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-04-07 12:25:45 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-04-07 12:25:45 +0000 |
commit | 56d4dc197305309a298b77006f8cb0a215595da9 (patch) | |
tree | 258873fe5da2c78a8606b27e5d1bd4d692c9eb68 /doc | |
parent | 584588b78960286490c6a753fe5d21bcdab4cd96 (diff) | |
download | redmine-56d4dc197305309a298b77006f8cb0a215595da9.tar.gz redmine-56d4dc197305309a298b77006f8cb0a215595da9.zip |
Updates for 3.4.5 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@17286 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0f524177c..30b8a509a 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,65 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2018-04-07 v3.4.5 + +=== [Custom fields] + +* Defect #28393: Sort issue custom fields by position in tracker UI + +=== [Email notifications] + +* Defect #28302: Security notification when changing password on password forgotten is empty + +=== [Gantt] + +* Defect #28204: Too large avatar breaks gantt when assignee is a group + +=== [Issues] + +* Defect #27862: Preformatted text overflows in preview +* Patch #28168: Allow context-menu edit of % done and priority of parent issues if the fields are not derived + +=== [Issues filter] + +* Defect #28180: Role-base cross-project issue query visibility calculated incorrectly + +=== [Plugin API] + +* Patch #27963: Remove 'unloadable' from bundled sample plugin + +=== [Security] + +* Defect #26857: Fix for CVE-2015-9251 in JQuery 1.11.1 + +=== [Text formatting] + +* Defect #27884: RTL wiki class broken in Redmine 3.2.6 +* Defect #28331: h4, h5 and h6 headings on wiki pages should have a paragraph mark +* Patch #28119: Enable lax_spacing for markdown formatting in order to allow markdown blocks not surrounded by empty lines + +=== [Time tracking] + +* Defect #28110: Don't allow reassigning reported hours to the project if issue is a required field for time logs + +=== [Translations] + +* Defect #28109: Incorrect interpolation in Swedish locale +* Defect #28113: Fix typo in German label_font_default +* Defect #28192: Fix typo in German label_font_monospace +* Patch #27994: Galician translation update (jstoolbar-gl.js) +* Patch #28102: Fix typo in Lithuanian label_version_sharing_tree + +=== [UI] + +* Defect #28079: The green tick is positioned after the label in the new member modals +* Defect #28208: Anonymous icon is wrongly displayed when assignee is a group +* Defect #28259: attachments_fields id to class change not properly reflected in all CSS + +=== [Wiki] + +* Defect #25299: Markdown pre-block could derive incorrect wiki sections + == 2018-01-08 v3.4.4 === [Accounts / authentication] |