diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-07-14 14:51:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-07-14 14:51:01 +0000 |
commit | 0e3dfa8de47e281e7a86940d72fb9cdfc1e5e8f0 (patch) | |
tree | 0510ccbe868c053ad2492295767c0272924e4b0a /doc | |
parent | 085417bdbb340718cd7213f53d56084ef954c3a8 (diff) | |
download | redmine-0e3dfa8de47e281e7a86940d72fb9cdfc1e5e8f0.tar.gz redmine-0e3dfa8de47e281e7a86940d72fb9cdfc1e5e8f0.zip |
Updates for 2.3.2 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12024 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ad808770f..0e3d2b7b9 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,34 @@ Redmine - project management software Copyright (C) 2006-2013 Jean-Philippe Lang http://www.redmine.org/ +== 2013-07-14 v2.3.2 + +* Defect #9996: configuration.yml in documentation , but redmine ask me to create email.yml +* Defect #13692: warning: already initialized constant on Ruby 1.8.7 +* Defect #13783: Internal error on time tracking activity enumeration deletion +* Defect #13821: "obj" parameter is not defined for macros used in description of documents +* Defect #13850: Unable to set custom fields for versions using the REST API +* Defect #13910: Values of custom fields are not kept in issues when copying a project +* Defect #13950: Duplicate Lithuanian "error_attachment_too_big" translation keys +* Defect #14015: Ruby hangs when adding a subtask +* Defect #14020: Locking and unlocking a user resets the email notification checkbox +* Defect #14023: Can't delete relation when Redmine runs in a subpath +* Defect #14051: Filtering issues with custom field in date format with NULL(empty) value +* Defect #14178: PDF API broken in version 2.3.1 +* Defect #14186: Project name is not properly escaped in issue filters JSON +* Defect #14242: Project auto generation fails when projects created in the same time +* Defect #14245: Gem::InstallError: nokogiri requires Ruby version >= 1.9.2. +* Defect #14346: Latvian translation for "Log time" +* Feature #12888: Adding markings to emails generated by Private comments +* Feature #14419: Include RUBY_PATCHLEVEL and RUBY_RELEASE_DATE in info.rb +* Patch #14005: Swedish Translation for 2.3-stable +* Patch #14101: Receive IMAP by uid's +* Patch #14103: Disconnect and logout from IMAP after mail receive +* Patch #14145: German translation of x_hours +* Patch #14182: pt-BR translation for 2.3-stable +* Patch #14196: Italian translation for 2.3-stable +* Patch #14221: Translation of x_hours for many languages + == 2013-05-01 v2.3.1 * Defect #12650: Lost text after selection in issue list with IE |