##// END OF EJS Templates
Updates for 3.2.3 release....
Jean-Philippe Lang -
r15075:30077de752d8
parent child
Show More
@@ -4,6 +4,16 Redmine - project management software
4 4 Copyright (C) 2006-2016 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2016-06-05 v3.2.3
8
9 * Defect #22808: Malformed SQL query with SQLServer when grouping and sorting by fixed version
10 * Defect #22912: Selecting a new filter on Activities should not reset the date range
11 * Defect #22932: "Group by" row from issues listing has the colspan attribute bigger with one than the number of columns from the table
12 * Patch #22427: pt-BR translation for 3.2.stable
13 * Patch #22761: Korean translation for 3.2-stable
14 * Patch #22898: !>image.png! generates invalid HTML
15 * Patch #22911: Error raised when importing issue with Key/Value List custom field
16
7 17 == 2016-05-05 v3.2.2
8 18
9 19 * Defect #5156: Bulk edit form lacks estimated time field
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 3
6 6 MINOR = 2
7 TINY = 2
7 TINY = 3
8 8
9 9 # Branch values:
10 10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now