diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-02 11:55:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-02 11:55:40 +0000 |
commit | 5938d080d1eef1128313b39d97020768f9d93a7e (patch) | |
tree | 7dad85ab7fc22f3bf728c6e18f464ca000140670 /doc/CHANGELOG | |
parent | 99095a7c417598a22e65ff8636245b31c5819ce1 (diff) | |
download | redmine-5938d080d1eef1128313b39d97020768f9d93a7e.tar.gz redmine-5938d080d1eef1128313b39d97020768f9d93a7e.zip |
Updates for 3.3.4 release.
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16746 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/CHANGELOG')
-rw-r--r-- | doc/CHANGELOG | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index bfcb5c257..626ecd62a 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,57 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2017-07-02 v3.3.4 + +=== [Accounts / authentication] + +* Patch #25653: Fix NoMethodError on HEAD requests to AccountController#register + +=== [Code cleanup/refactoring] + +* Defect #26055: Three issues with Redmine::SyntaxHighlighting::CodeRay.language_supported? + +=== [Gems support] + +* Defect #25829: mysql2 0.3 gem doesn't properly close connections + +=== [Importers] + +* Patch #25861: CSV Importer - handle UndefinedConversionErrors + +=== [Issues] + +* Defect #26072: Set default assignee before validation + +=== [Issues filter] + +* Defect #25212: User profile should link to issues assigned to user or his groups + +=== [Issues permissions] + +* Defect #25791: Bypass Tracker role-based permissions when copying issues + +=== [Security] + +* Defect #26183: Use Nokogiri 1.7.2 + +=== [Text formatting] + +* Defect #25634: Highlight language aliases are no more supported + +=== [Translations] + +* Patch #26264: Simplified Chinese translation for 3.3-stable + +=== [UI] + +* Defect #25760: Clicking custom field label should not check the first option + +=== [UI - Responsive] + +* Defect #25064: Issue description edit link corrupted in low resolution +* Patch #25745: Optimize Gantt Charts for mobile screens + == 2017-04-09 v3.3.3 * Defect #22335: Images with non-ASCII file names are not shown in PDF |