diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-14 08:51:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-14 08:51:36 +0000 |
commit | 5735db1a9154ba73fbe28d726450dc6895506c0e (patch) | |
tree | 0ccc4005b283685c952abd161a5bc4ffb729bbb9 /doc/CHANGELOG | |
parent | cb38ee0e35a6e713c1862723dcb359d671d3e17c (diff) | |
download | redmine-5735db1a9154ba73fbe28d726450dc6895506c0e.tar.gz redmine-5735db1a9154ba73fbe28d726450dc6895506c0e.zip |
Updates for 3.1.2 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@14870 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/CHANGELOG')
-rw-r--r-- | doc/CHANGELOG | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index dc9c7dfa7..fbd932fdf 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,30 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-11-14 v3.1.2 + +* Defect #20992: Parent priority "Independent of subtasks" setting doesn't work +* Defect #20360: Project copy does not copy custom field settings +* Defect #20380: Cannot assign users to projects with IE set to compatibility mode +* Defect #20591: PDF export does not determine picture (.png) height correctly +* Defect #20677: Custom fields with multiple values required by worklow can be blank +* Defect #20811: long <pre> lines are missing from PDF export of wiki pages +* Defect #21136: Issues API may disclose changeset messages that are not visible +* Defect #21150: Time logging form may disclose subjects of issues that are not visible +* Defect #21155: Deleting invalid wiki page version deletes whole page content +* Defect #20282: Error message when editing a child project without add project/subprojects permissions +* Defect #20730: Fix tokenization of phrases with non-ascii chars +* Defect #21071: find_referenced_issue_by_id fails with RangeError for large numbers +* Patch #21031: Polish translation update for 3.0-stable +* Patch #21105: Japanese wiki_syntax_detailed_textile.html translation for 3.0-stable +* Patch #20785: Polish translation update for 3.1-stable +* Patch #20837: Bulgarian translation +* Patch #20892: Spanish translation for r14637 +* Patch #20906: Fix mulitple tab navigation highlighting and content hiding +* Patch #21019: Traditional Chinese translation (to r14689) +* Patch #21076: Move inline CSS to application.css for private checkbox +* Patch #21085: Optimize issue edit description link + == 2015-09-20 v3.1.1 * Feature #11253: Total time spent from subtasks on the issue list |