##// END OF EJS Templates
Updates for 3.2.4....
Jean-Philippe Lang -
r15518:f5bcd05c448a
parent child
Show More
@@ -4,6 +4,29 Redmine - project management software
4 Copyright (C) 2006-2016 Jean-Philippe Lang
4 Copyright (C) 2006-2016 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2016-10-10 v3.2.4
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 * Defect #22123: Totals cannot be removed completely if some columns are set in the global settings
14 * Defect #23054: Clearing time entry custom fields while bulk editing results in values set to __none__
15 * Defect #23206: Wrong filters are applied when exporting issues to CSV with blank filter
16 * Defect #23246: Saving an empty Markdown image tag in Wiki pages causes internal server error
17 * Defect #23829: Wrong allow-override example in rdm-mailhandler.rb
18 * Patch #23117: Traditional Chinese textile and markdown help translation
19 * Patch #23387: Traditional Chinese textile and markdown detailed help translation (to r15723)
20 * Patch #23764: closed_on field of copied issue is always set to source issue's value
21 * Patch #22988: Czech translation for 3.2-stable
22 * Patch #23269: Fix for Error: Unable to autoload constant Redmine::Version when accessing the time report in first request
23 * Patch #23278: When creating issues by receiving an email, watchers created via CC in the mail don't get an email notification
24 * Patch #23374: Traditional Chinese translation for 3.2-stable
25 * Patch #23389: Print Styles get overriden by responsive media query
26 * Patch #23708: Too long words in subtasks break layout
27 * Patch #23737: Russian translation for 3.2-stable
28 * Patch #23883: iOS 10 ignore disabled Zoom
29
7 == 2016-06-05 v3.2.3
30 == 2016-06-05 v3.2.3
8
31
9 * Defect #22808: Malformed SQL query with SQLServer when grouping and sorting by fixed version
32 * Defect #22808: Malformed SQL query with SQLServer when grouping and sorting by fixed version
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 3
5 MAJOR = 3
6 MINOR = 2
6 MINOR = 2
7 TINY = 3
7 TINY = 4
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now