Revision 15901
Added by Jean-Philippe Lang over 8 years ago
branches/3.1-stable/doc/CHANGELOG | ||
---|---|---|
4 | 4 |
Copyright (C) 2006-2016 Jean-Philippe Lang |
5 | 5 |
http://www.redmine.org/ |
6 | 6 |
|
7 |
== 2016-10-10 v3.1.7 |
|
8 |
|
|
9 |
* Defect #23067: Custom field List Link values to URL breaks on entries with spaces |
|
10 |
* Defect #23655: Restricted permissions for non member/anonymous on a given project not working |
|
11 |
* Defect #23839: "Invalid query" (Error 500) message with MS SQL when displaying an issue from a list grouped and sorted by fixed version |
|
12 |
* Defect #23841: Custom field URL spaces not decoded properly |
|
13 |
* Patch #22989: Czech translation for 3.1-stable |
|
14 |
* Patch #23003: Bulgarian translation for 3.1-stable |
|
15 |
* Patch #23117: Traditional Chinese textile and markdown help translation |
|
16 |
* Patch #23373: Traditional Chinese translation for 3.1-stable |
|
17 |
* Patch #23375: Simplified Chinese translation for 3.1-stable |
|
18 |
* Patch #23387: Traditional Chinese textile and markdown detailed help translation (to r15723) |
|
19 |
* Patch #23736: Russian translation for 3.1-stable |
|
20 |
* Patch #23744: German translation for 3.1-stable |
|
21 |
* Patch #23764: closed_on field of copied issue is always set to source issue's value |
|
22 |
|
|
7 | 23 |
== 2016-06-05 v3.1.6 |
8 | 24 |
|
9 | 25 |
* Defect #22808: Malformed SQL query with SQLServer when grouping and sorting by fixed version |
branches/3.1-stable/lib/redmine/version.rb | ||
---|---|---|
4 | 4 |
module VERSION #:nodoc: |
5 | 5 |
MAJOR = 3 |
6 | 6 |
MINOR = 1 |
7 |
TINY = 6
|
|
7 |
TINY = 7
|
|
8 | 8 |
|
9 | 9 |
# Branch values: |
10 | 10 |
# * official release: nil |
Also available in: Unified diff
Updates for 3.1.7.