##// END OF EJS Templates
Updates for 2.4.6 release....
Jean-Philippe Lang -
r12954:fba5b433770f
parent child
Show More
@@ -4,6 +4,18 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-07-06 v2.4.6
8
9 * Defect #13932: File upload does not work with Safari
10 * Defect #16467: back_url redirection does not work for '/'
11 * Defect #16511: Potentiel data leak in "Invalid form authenticity token" error screen
12 * Defect #16530: back_url redirection work for non sub uri
13 * Defect #16711: Non-ascii attachment file name get corrupted in IE11
14 * Defect #17151: File upload broken on Chrome 36
15 * Defect #17235: use test_email report can't modify frozen String
16 * Defect #17391: Upgrade to Rails 3.2.19
17 * Patch #17206: Fix Invalid CSS on Error-Pages
18
7 == 2014-03-29 v2.4.5
19 == 2014-03-29 v2.4.5
8
20
9 * Defect #16466: Fixed back url verification
21 * Defect #16466: Fixed back url verification
@@ -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 = 5
7 TINY = 6
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