diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-08 08:00:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-08 08:00:23 +0000 |
commit | c366502b6106b6755d23e6399b1c22fe0367062d (patch) | |
tree | 50b703c3215236bb904f833da6f2808d51eafc8e /doc | |
parent | 62225e97730c5a0f0ca41338d5b582859d8d7286 (diff) | |
download | redmine-c366502b6106b6755d23e6399b1c22fe0367062d.tar.gz redmine-c366502b6106b6755d23e6399b1c22fe0367062d.zip |
Updates for 2.4.3 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@12861 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 1faab702a..1db1005c3 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,18 @@ Redmine - project management software Copyright (C) 2006-2014 Jean-Philippe Lang http://www.redmine.org/ +== 2014-02-08 v2.4.3 + +* Defect #13544: Commit reference: autogenerated issue note has wrong commit link syntax in multi-repo or cross-project context +* Defect #15664: Unable to upload attachments without add_issues, edit_issues or add_issue_notes permission +* Defect #15756: 500 on admin info/settings page on development environment +* Defect #15781: Customfields have a noticable impact on search performance due to slow database COUNT +* Defect #15849: Redmine:Fetch_Changesets Single-inheritance issue in subclass "Repository:Git" +* Defect #15870: Parent task completion is 104% after update of subtasks +* Defect #16032: Repository.fetch_changesets > app/models/repository/git.rb:137:in `[]=': string not matched (IndexError) +* Defect #16038: Issue#css_classes corrupts user.groups association cache +* Patch #15960: pt-BR translation for 2.4-stable + == 2013-12-23 v2.4.2 * Defect #15398: HTML 5 invalid <center> tag |