diff options
-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 c43b21105..2d2614469 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-10-21 v2.4.7 + +* Defect #17446: Error when editing custom field with blank min_length or max_length +* Defect #17581: Drag & Drop does not work with Safari 5.1 +* Defect #17585: Typo in Traditional Chinese detailed syntax help +* Defect #17826: PDF export fails if there is U+FFFD in issue data or journals + == 2014-07-06 v2.4.6 * Defect #13932: File upload does not work with Safari diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index f305cd1c6..332b74496 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 = 6 + TINY = 7 # Branch values: # * official release: nil |