diff options
-rw-r--r-- | doc/CHANGELOG | 15 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 16925bc42..99c45b2e7 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,21 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ +== 2013-03-19 v2.2.4 + +* Upgrade to Rails 3.2.13 +* Defect #12243: Ordering forum replies by last reply date is broken +* Defect #13127: h1 multiple lined titles breaks into main menu +* Defect #13138: Generating PDF of issue causes UndefinedConversionError with htmlentities gem +* Defect #13165: rdm-mailhandler.rb: initialize_http_header override basic auth +* Defect #13232: Link to topic in nonexistent forum causes error 500 +* Patch #13181: Bulgarian translation of jstoolbar-bg.js +* Patch #13207: Portuguese translation for 2.2-stable +* Patch #13310: pt-BR label_last_n_weeks translation +* Patch #13325: pt-BR translation for 2.2-stable +* Patch #13343: Vietnamese translation for 2.2-stable +* Patch #13398: Czech translation for 2.2-stable + == 2013-02-12 v2.2.3 * Upgrade to Rails 3.2.12 diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 081d6dab2..349e8a64c 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 2 - TINY = 3 + TINY = 4 # Branch values: # * official release: nil |