##// END OF EJS Templates
Updates for 2.4.1 release....
Jean-Philippe Lang -
r12083:436ab284439f
parent child
Show More
@@ -4,6 +4,16 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-11-23 v2.4.1
8
9 * Defect #15401: Wiki syntax "bold italic" is incorrect
10 * Defect #15414: Empty sidebar should not be displayed in project overview
11 * Defect #15427: REST API POST and PUT broken
12 * Patch #15376: Traditional Chinese translation (to r12295)
13 * Patch #15395: German "ImageMagick convert available" translation
14 * Patch #15400: Czech Wiki syntax traslation
15 * Patch #15402: Czech translation for 2.4-stable
16
7 == 2013-11-17 v2.4.0
17 == 2013-11-17 v2.4.0
8
18
9 * Defect #1983: statistics get rather cramped with more than 15 or so contributers
19 * Defect #1983: statistics get rather cramped with more than 15 or so contributers
@@ -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 = 0
7 TINY = 1
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