diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-03-19 19:34:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-03-19 19:34:01 +0000 |
commit | c4164a0a7f795a313fa6d400db18ecf709e2d31f (patch) | |
tree | 1e6b8d0110a82f040a5a0ddc7abb4ae59f075985 | |
parent | 504a767028ec217c62f20f41927006c263c29be1 (diff) | |
download | redmine-2.2-stable.tar.gz redmine-2.2-stable.zip |
Updates for 2.2.4 release.2.2-stable
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.2-stable@11659 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 |