Revision 14869
Added by Jean-Philippe Lang over 9 years ago
branches/3.0-stable/doc/CHANGELOG | ||
---|---|---|
4 | 4 |
Copyright (C) 2006-2015 Jean-Philippe Lang |
5 | 5 |
http://www.redmine.org/ |
6 | 6 |
|
7 |
== 2015-11-14 v3.0.6 |
|
8 |
|
|
9 |
* Defect #20360: Project copy does not copy custom field settings |
|
10 |
* Defect #20380: Cannot assign users to projects with IE set to compatibility mode |
|
11 |
* Defect #20591: PDF export does not determine picture (.png) height correctly |
|
12 |
* Defect #20677: Custom fields with multiple values required by worklow can be blank |
|
13 |
* Defect #20811: long <pre> lines are missing from PDF export of wiki pages |
|
14 |
* Defect #21136: Issues API may disclose changeset messages that are not visible |
|
15 |
* Defect #21150: Time logging form may disclose subjects of issues that are not visible |
|
16 |
* Defect #21155: Deleting invalid wiki page version deletes whole page content |
|
17 |
* Defect #20282: Error message when editing a child project without add project/subprojects permissions |
|
18 |
* Defect #20730: Fix tokenization of phrases with non-ascii chars |
|
19 |
* Defect #21071: find_referenced_issue_by_id fails with RangeError for large numbers |
|
20 |
* Patch #21031: Polish translation update for 3.0-stable |
|
21 |
* Patch #21105: Japanese wiki_syntax_detailed_textile.html translation for 3.0-stable |
|
22 |
|
|
7 | 23 |
== 2015-09-20 v3.0.5 |
8 | 24 |
|
9 | 25 |
* Defect #19577: Open redirect vulnerability |
branches/3.0-stable/lib/redmine/version.rb | ||
---|---|---|
4 | 4 |
module VERSION #:nodoc: |
5 | 5 |
MAJOR = 3 |
6 | 6 |
MINOR = 0 |
7 |
TINY = 5
|
|
7 |
TINY = 6
|
|
8 | 8 |
|
9 | 9 |
# Branch values: |
10 | 10 |
# * official release: nil |
Also available in: Unified diff
Updates for 3.0.6 release.