diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-10 07:46:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-10 07:46:30 +0000 |
commit | ae391c866315df466232d47e86fca2f9e0adc8fa (patch) | |
tree | 3ade2c26ad8b5e53eab271eb26c075122c0384d1 | |
parent | ec06e55eb1d6800bc91a50c1d17e8b841039db1f (diff) | |
download | redmine-3.1-stable.tar.gz redmine-3.1-stable.zip |
Updates for 3.1.7.3.1-stable
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@15901 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 f987bbb0f..b1d11cead 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,22 @@ Redmine - project management software Copyright (C) 2006-2016 Jean-Philippe Lang http://www.redmine.org/ +== 2016-10-10 v3.1.7 + +* Defect #23067: Custom field List Link values to URL breaks on entries with spaces +* Defect #23655: Restricted permissions for non member/anonymous on a given project not working +* Defect #23839: "Invalid query" (Error 500) message with MS SQL when displaying an issue from a list grouped and sorted by fixed version +* Defect #23841: Custom field URL spaces not decoded properly +* Patch #22989: Czech translation for 3.1-stable +* Patch #23003: Bulgarian translation for 3.1-stable +* Patch #23117: Traditional Chinese textile and markdown help translation +* Patch #23373: Traditional Chinese translation for 3.1-stable +* Patch #23375: Simplified Chinese translation for 3.1-stable +* Patch #23387: Traditional Chinese textile and markdown detailed help translation (to r15723) +* Patch #23736: Russian translation for 3.1-stable +* Patch #23744: German translation for 3.1-stable +* Patch #23764: closed_on field of copied issue is always set to source issue's value + == 2016-06-05 v3.1.6 * Defect #22808: Malformed SQL query with SQLServer when grouping and sorting by fixed version diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index e801044d1..72402e834 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 1 - TINY = 6 + TINY = 7 # Branch values: # * official release: nil |