Merged r12314.
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12315 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
bf3d9f0851
commit
931c198de4
|
@ -4,6 +4,16 @@ Redmine - project management software
|
|||
Copyright (C) 2006-2013 Jean-Philippe Lang
|
||||
http://www.redmine.org/
|
||||
|
||||
== 2013-11-23 v2.4.1
|
||||
|
||||
* Defect #15401: Wiki syntax "bold italic" is incorrect
|
||||
* Defect #15414: Empty sidebar should not be displayed in project overview
|
||||
* Defect #15427: REST API POST and PUT broken
|
||||
* Patch #15376: Traditional Chinese translation (to r12295)
|
||||
* Patch #15395: German "ImageMagick convert available" translation
|
||||
* Patch #15400: Czech Wiki syntax traslation
|
||||
* Patch #15402: Czech translation for 2.4-stable
|
||||
|
||||
== 2013-11-17 v2.4.0
|
||||
|
||||
* Defect #1983: statistics get rather cramped with more than 15 or so contributers
|
||||
|
|
|
@ -4,7 +4,7 @@ module Redmine
|
|||
module VERSION #:nodoc:
|
||||
MAJOR = 2
|
||||
MINOR = 4
|
||||
TINY = 0
|
||||
TINY = 1
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
|
Loading…
Reference in New Issue