From: Jean-Philippe Lang Date: Mon, 10 Oct 2016 07:46:30 +0000 (+0000) Subject: Updates for 3.1.7. X-Git-Tag: 3.1.7~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fheads%2F3.1-stable;p=redmine.git Updates for 3.1.7. git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@15901 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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