##// END OF EJS Templates
Updates for 2.4.7 release....
Jean-Philippe Lang -
r13088:94bf78272882 2.4-stable
parent child
Show More
@@ -4,6 +4,13 Redmine - project management software
4 Copyright (C) 2006-2014 Jean-Philippe Lang
4 Copyright (C) 2006-2014 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2014-10-21 v2.4.7
8
9 * Defect #17446: Error when editing custom field with blank min_length or max_length
10 * Defect #17581: Drag & Drop does not work with Safari 5.1
11 * Defect #17585: Typo in Traditional Chinese detailed syntax help
12 * Defect #17826: PDF export fails if there is U+FFFD in issue data or journals
13
7 == 2014-07-06 v2.4.6
14 == 2014-07-06 v2.4.6
8
15
9 * Defect #13932: File upload does not work with Safari
16 * Defect #13932: File upload does not work with Safari
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 4
6 MINOR = 4
7 TINY = 6
7 TINY = 7
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