From: Jean-Philippe Lang Date: Tue, 19 Mar 2013 19:34:01 +0000 (+0000) Subject: Updates for 2.2.4 release. X-Git-Tag: 2.2.4~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c4164a0a7f795a313fa6d400db18ecf709e2d31f;p=redmine.git Updates for 2.2.4 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.2-stable@11659 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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