From 0fabbd281e24f209aef83c296bcfd7d0c5e15017 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 23 Dec 2013 08:46:47 +0000 Subject: [PATCH] Updates for 2.4.2 release. git-svn-id: http://svn.redmine.org/redmine/trunk@12447 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 16 ++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0ab257ceb..3c088b057 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,22 @@ Redmine - project management software Copyright (C) 2006-2013 Jean-Philippe Lang http://www.redmine.org/ +== 2013-12-23 v2.4.2 + +* Defect #15398: HTML 5 invalid
tag +* Defect #15523: CSS class for done ratio is not properly generated +* Defect #15623: Timelog filtering by activity field does not handle project activity overrides +* Defect #15677: Links for relations in notifications do not include hostname +* Defect #15684: MailHandler : text/plain attachments are added to description +* Defect #15714: Notification on loosing assignment does not work +* Defect #15735: OpenID login fails due to CSRF verification +* Defect #15741: Multiple scrollbars in project selection tree +* Patch #9442: Russian wiki syntax help translations +* Patch #15524: Japanese translation update (r12278) +* Patch #15601: Turkish translation update +* Patch #15688: Spanish translation updated +* Patch #15696: Russian translation update + == 2013-11-23 v2.4.1 * Defect #15401: Wiki syntax "bold italic" is incorrect diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 5aa64b6bf..b1d7389c0 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 = 1 + TINY = 2 # Branch values: # * official release: nil