diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-14 08:50:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-14 08:50:12 +0000 |
commit | e238511b88f896f422adec72237301deb41d78a6 (patch) | |
tree | 85a02a273439fe0e756a69a1c130e2a99bc33f85 | |
parent | 78970eb649dc63ad2e2fb18334690a301aefe022 (diff) | |
download | redmine-e238511b88f896f422adec72237301deb41d78a6.tar.gz redmine-e238511b88f896f422adec72237301deb41d78a6.zip |
Updates for 3.0.6 release.
git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14869 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 16 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 8bf43ece7..79177a09d 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,22 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-11-14 v3.0.6 + +* 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 + == 2015-09-20 v3.0.5 * Defect #19577: Open redirect vulnerability diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 059d8870b..5702fa0e6 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 0 - TINY = 5 + TINY = 6 # Branch values: # * official release: nil |