##// END OF EJS Templates
Updates for 2.4.4 release....
Jean-Philippe Lang -
r12674:92dce4f80d75
parent child
Show More
@@ -4,6 +4,13 Redmine - project management software
4 Copyright (C) 2006-2014 Jean-Philippe Lang
4 Copyright (C) 2006-2014 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2014-03-02 v2.4.4
8
9 * Defect #16081: Export CSV - Custom field true/false not using translation
10 * Defect #16161: Parent task search and datepicker not available after changing status
11 * Defect #16169: Wrong validation when updating integer custom field with spaces
12 * Defect #16177: Mercurial 2.9 compatibility
13
7 == 2014-02-08 v2.4.3
14 == 2014-02-08 v2.4.3
8
15
9 * Defect #13544: Commit reference: autogenerated issue note has wrong commit link syntax in multi-repo or cross-project context
16 * Defect #13544: Commit reference: autogenerated issue note has wrong commit link syntax in multi-repo or cross-project context
@@ -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 = 3
7 TINY = 4
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