diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-10 07:46:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-10 07:46:12 +0000 |
commit | f5bcd05c448a80834c4274d3c9eda2c888e39b37 (patch) | |
tree | ac57da8b0f0694a7fe71ac9f691ee3ac0db3785c | |
parent | 512f89c4fc688c7e2a2fe96bc70863bafb56a69d (diff) | |
download | redmine-f5bcd05c448a80834c4274d3c9eda2c888e39b37.tar.gz redmine-f5bcd05c448a80834c4274d3c9eda2c888e39b37.zip |
Updates for 3.2.4.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15900 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 23 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 24 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 24af2b7ff..0634f8b8f 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,29 @@ Redmine - project management software Copyright (C) 2006-2016 Jean-Philippe Lang http://www.redmine.org/ +== 2016-10-10 v3.2.4 + +* 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 +* Defect #22123: Totals cannot be removed completely if some columns are set in the global settings +* Defect #23054: Clearing time entry custom fields while bulk editing results in values set to __none__ +* Defect #23206: Wrong filters are applied when exporting issues to CSV with blank filter +* Defect #23246: Saving an empty Markdown image tag in Wiki pages causes internal server error +* Defect #23829: Wrong allow-override example in rdm-mailhandler.rb +* Patch #23117: Traditional Chinese textile and markdown help translation +* Patch #23387: Traditional Chinese textile and markdown detailed help translation (to r15723) +* Patch #23764: closed_on field of copied issue is always set to source issue's value +* Patch #22988: Czech translation for 3.2-stable +* Patch #23269: Fix for Error: Unable to autoload constant Redmine::Version when accessing the time report in first request +* Patch #23278: When creating issues by receiving an email, watchers created via CC in the mail don't get an email notification +* Patch #23374: Traditional Chinese translation for 3.2-stable +* Patch #23389: Print Styles get overriden by responsive media query +* Patch #23708: Too long words in subtasks break layout +* Patch #23737: Russian translation for 3.2-stable +* Patch #23883: iOS 10 ignore disabled Zoom + == 2016-06-05 v3.2.3 * 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 c73dec199..79483a5d7 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 3 + TINY = 4 # Branch values: # * official release: nil |