diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-10-15 19:46:27 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-10-15 19:46:27 +0000 |
commit | 2fd2c1a31f277afd7d55ec936154f1f97b483c37 (patch) | |
tree | 4b5bf62e5dd465685097ac0de14eb270096275bc /doc/CHANGELOG | |
parent | 5a775287ab30c7a7d851fe064fc1afd12dbdad2d (diff) | |
download | redmine-2fd2c1a31f277afd7d55ec936154f1f97b483c37.tar.gz redmine-2fd2c1a31f277afd7d55ec936154f1f97b483c37.zip |
Updates for 3.4.3 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@17003 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/CHANGELOG')
-rw-r--r-- | doc/CHANGELOG | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 034bd32fe..8279d0d2e 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,56 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2017-10-15 v3.4.3 + +=== [Administration] + +* Defect #26564: Enumerations sorting does not work + +=== [Custom fields] + +* Defect #26468: Using custom fields of type "File" leads to unsolvable error if filetype is not allowed + +=== [Issues] + +* Defect #26627: Editing issues no longer sends notifications to previous assignee + +=== [Issues list] + +* Defect #26471: Issue Query: inconsistency between spent_hours sum and sum of shown spent_hours values + +=== [Roadmap] + +* Patch #26492: % is not valid without a format specifier + +=== [SCM] + +* Defect #26403: The second and subsequent lines of commit messages are not displayed in repository browser + +=== [Text formatting] + +* Patch #26682: URL-escape the ! character in generated markup for dropped uploads + +=== [Time tracking] + +* Defect #26520: Blank "Issue" field on the "Log time" from the "Spent time - Details" page for an issue +* Defect #26667: Filtering time entries after issue's target version doesn't work as expected in some cases + +=== [Translations] + +* Patch #26703: German translations in 3.4-stable +* Patch #27034: Patch for updated Chinese translation + +=== [UI] + +* Defect #26568: Multiple Selection List Filter View - items are cut off from view +* Patch #26395: Jump to project autocomplete: focus selected project +* Patch #26689: Add title to author's and assignee's icon + +=== [Security] + +* Defect #27186: XSS vulnerabilities + == 2017-07-16 v3.4.2 === [Administration] |