From fba5b433770fd8b7cc0f0a44bb6894340a87536c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 6 Jul 2014 10:40:38 +0000 Subject: [PATCH] Updates for 2.4.6 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13229 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 12 ++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 6a52711ef..c43b21105 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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 diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index b54d4e783..f305cd1c6 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 4 - TINY = 5 + TINY = 6 # Branch values: # * official release: nil