diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-20 18:24:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-20 18:24:14 +0000 |
commit | 2b32a63cee5b5e8f28a1758644f64b7d6291110b (patch) | |
tree | 35cd4703f5d19bc19dfbf624a00688e16639a847 /doc/CHANGELOG | |
parent | d6d7563a4bcf952c255fafa9003b1e71ab1c4169 (diff) | |
download | redmine-2b32a63cee5b5e8f28a1758644f64b7d6291110b.tar.gz redmine-2b32a63cee5b5e8f28a1758644f64b7d6291110b.zip |
Updates for 2.2.2 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11239 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/CHANGELOG')
-rw-r--r-- | doc/CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 68a1cf02d..dcb9e8b06 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,20 @@ Redmine - project management software Copyright (C) 2006-2013 Jean-Philippe Lang http://www.redmine.org/ +== 2013-01-20 v2.2.2 + +* Defect #7510: Link to attachment should return latest attachment +* Defect #9842: {{toc}} is not replaced by table of content when exporting wiki page to pdf +* Defect #12749: Plugins cannot route wiki page sub-path +* Defect #12799: Cannot edit a wiki section which title starts with a tab +* Defect #12801: Viewing the history of a wiki page with attachments raises an error +* Defect #12833: Input fields restricted on length should have maxlength parameter set +* Defect #12838: Blank page when clicking Add with no block selected on my page layout +* Defect #12851: "Parent task is invalid" while editing child issues by Role with restricted Issues Visibility +* Patch #12800: Serbian Latin translation patch (sr-YU.yml) +* Patch #12809: Swedish Translation for r11162 +* Patch #12818: Minor swedish translation fix + == 2013-01-09 v2.2.1 * Upgrade to Rails 3.2.11 |