##// END OF EJS Templates
Merged r12447 for 2.4.2 release....
Jean-Philippe Lang -
r12173:742ab6f6b349
parent child
Show More
@@ -4,6 +4,22 Redmine - project management software
4 Copyright (C) 2006-2013 Jean-Philippe Lang
4 Copyright (C) 2006-2013 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2013-12-23 v2.4.2
8
9 * Defect #15398: HTML 5 invalid <center> tag
10 * Defect #15523: CSS class for done ratio is not properly generated
11 * Defect #15623: Timelog filtering by activity field does not handle project activity overrides
12 * Defect #15677: Links for relations in notifications do not include hostname
13 * Defect #15684: MailHandler : text/plain attachments are added to description
14 * Defect #15714: Notification on loosing assignment does not work
15 * Defect #15735: OpenID login fails due to CSRF verification
16 * Defect #15741: Multiple scrollbars in project selection tree
17 * Patch #9442: Russian wiki syntax help translations
18 * Patch #15524: Japanese translation update (r12278)
19 * Patch #15601: Turkish translation update
20 * Patch #15688: Spanish translation updated
21 * Patch #15696: Russian translation update
22
7 == 2013-11-23 v2.4.1
23 == 2013-11-23 v2.4.1
8
24
9 * Defect #15401: Wiki syntax "bold italic" is incorrect
25 * Defect #15401: Wiki syntax "bold italic" is incorrect
@@ -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 = 1
7 TINY = 2
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