mirror of
https://github.com/redmine/redmine.git
synced 2026-06-19 20:40:39 +02:00
Updates for 3.2.4.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15900 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ module Redmine
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 3
|
||||
MINOR = 2
|
||||
TINY = 3
|
||||
TINY = 4
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
||||
Reference in New Issue
Block a user