diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-03-02 09:38:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-03-02 09:38:40 +0000 |
commit | 92dce4f80d754e421fc56c9fdd3245e00018645c (patch) | |
tree | 6a9c04e4fd7974cb61e4f554b02ad389ef3d7a08 | |
parent | d05cbf4df84644344890073a9e6d98cb8b962e05 (diff) | |
download | redmine-92dce4f80d754e421fc56c9fdd3245e00018645c.tar.gz redmine-92dce4f80d754e421fc56c9fdd3245e00018645c.zip |
Updates for 2.4.4 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12949 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 7 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 1db1005c3..593bbad6e 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,13 @@ Redmine - project management software Copyright (C) 2006-2014 Jean-Philippe Lang http://www.redmine.org/ +== 2014-03-02 v2.4.4 + +* Defect #16081: Export CSV - Custom field true/false not using translation +* Defect #16161: Parent task search and datepicker not available after changing status +* Defect #16169: Wrong validation when updating integer custom field with spaces +* Defect #16177: Mercurial 2.9 compatibility + == 2014-02-08 v2.4.3 * Defect #13544: Commit reference: autogenerated issue note has wrong commit link syntax in multi-repo or cross-project context diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index b40b2bcfc..a3bbe0e29 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 = 3 + TINY = 4 # Branch values: # * official release: nil |