diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-09 13:32:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-09 13:32:39 +0000 |
commit | a103e0cd26fd1ffc8772a7f3ee27eb626fa2e722 (patch) | |
tree | e45811ee0332aaa223d2625dfe7ba80587eb84fd | |
parent | 4c6a0535fc1f41dcb28ecc2271d7a986695b848f (diff) | |
download | redmine-a103e0cd26fd1ffc8772a7f3ee27eb626fa2e722.tar.gz redmine-a103e0cd26fd1ffc8772a7f3ee27eb626fa2e722.zip |
Changes for 2.2.1 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11146 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 10 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index daee104dd..f2c24b439 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,16 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ +== 2013-01-09 v2.2.1 + +* Upgrade to Rails 3.2.11 +* Defect #12652: "Copy ticket" selects "new ticket" +* Defect #12691: Textile Homepage Dead? +* Defect #12711: incorrect fix of lib/SVG/Graph/TimeSeries.rb +* Defect #12744: Unable to call a macro with a name that contains uppercase letters +* Defect #12776: Security vulnerability in Rails 3.2.10 (CVE-2013-0156) +* Patch #12630: Russian "x_hours" translation + == 2012-12-18 v2.2.0 * Defect #4787: Gannt to PNG - CJK (Chinese, Japanese and Korean) characters appear as ? diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 968cefdd2..c12c27497 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 = 0 + TINY = 1 # Branch values: # * official release: nil |