mirror of
https://github.com/redmine/redmine.git
synced 2026-07-04 11:28:52 +02:00
Updates for 2.4.6 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13229 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -4,6 +4,18 @@ Redmine - project management software
|
||||
Copyright (C) 2006-2014 Jean-Philippe Lang
|
||||
http://www.redmine.org/
|
||||
|
||||
== 2014-07-06 v2.4.6
|
||||
|
||||
* Defect #13932: File upload does not work with Safari
|
||||
* Defect #16467: back_url redirection does not work for '/'
|
||||
* Defect #16511: Potentiel data leak in "Invalid form authenticity token" error screen
|
||||
* Defect #16530: back_url redirection work for non sub uri
|
||||
* Defect #16711: Non-ascii attachment file name get corrupted in IE11
|
||||
* Defect #17151: File upload broken on Chrome 36
|
||||
* Defect #17235: use test_email report can't modify frozen String
|
||||
* Defect #17391: Upgrade to Rails 3.2.19
|
||||
* Patch #17206: Fix Invalid CSS on Error-Pages
|
||||
|
||||
== 2014-03-29 v2.4.5
|
||||
|
||||
* Defect #16466: Fixed back url verification
|
||||
|
||||
@@ -4,7 +4,7 @@ module Redmine
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 2
|
||||
MINOR = 4
|
||||
TINY = 5
|
||||
TINY = 6
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
||||
Reference in New Issue
Block a user