##// END OF EJS Templates
Updates for 2.6.2 release....
Jean-Philippe Lang -
r13658:662bd633ce06
parent child
Show More
@@ -4,6 +4,21 Redmine - project management software
4 Copyright (C) 2006-2015 Jean-Philippe Lang
4 Copyright (C) 2006-2015 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2015-02-19 v2.6.2
8
9 * Defect #10681: Export to Persian PDF problem
10 * Defect #17722: Plugin update check not working if redmine is viewed over https
11 * Defect #18586: Arabic PDF
12 * Defect #18632: PDF Export has no left padding for tables
13 * Defect #18883: Slow rendering of large textile tables
14 * Defect #18894: Grouping of Boolean field: Both "No" and "blank" tickets are grouped in "none" groups
15 * Defect #18896: Grouping of Boolean field in Query: group not displayed for "No" value if the group is in first position
16 * Defect #18922: rdm-mailhandler.rb should catch EOFError
17 * Defect #18961: {{macro_list}} error when choose markdown as wiki language
18 * Defect #19065: API: issue details created_on timestamp not formatted as expected
19 * Defect #19120: Wrap parent task title on the issue list
20 * Defect #19117: Potential XSS vulnerability in some flash messages rendering
21
7 == 2015-01-11 v2.6.1
22 == 2015-01-11 v2.6.1
8
23
9 * Defect #13608: Parent column in CSV export should include issue id only
24 * Defect #13608: Parent column in CSV export should include issue id only
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 6
6 MINOR = 6
7 TINY = 1
7 TINY = 2
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