diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-12 18:07:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-12 18:07:38 +0000 |
commit | 1faa94af8a82b1ee255e60ae5acce2b3cb8fa24b (patch) | |
tree | b1a3cc18bb3a3783a17a5654ea56dd0b7c2b703d | |
parent | 4d078d3a17a5d51021e3603b294e95ecd22bfb5b (diff) | |
download | redmine-1faa94af8a82b1ee255e60ae5acce2b3cb8fa24b.tar.gz redmine-1faa94af8a82b1ee255e60ae5acce2b3cb8fa24b.zip |
Updates for 2.2.3 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11366 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 13 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index dcb9e8b06..c36977d22 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,19 @@ Redmine - project management software Copyright (C) 2006-2013 Jean-Philippe Lang http://www.redmine.org/ +== 2013-02-12 v2.2.3 + +* Upgrade to Rails 3.2.12 +* Defect #11987: pdf: Broken new line in table +* Defect #12930: 404 Error when referencing different project source files in the wiki syntax +* Defect #12979: Wiki link syntax commit:repo_a:abcd doesn't work +* Defect #13075: Can't clear custom field value through context menu in the issue list +* Defect #13097: Project copy fails when wiki module is disabled +* Defect #13126: Issue view: estimated time vs. spent time +* Patch #12922: Update Spanish translation +* Patch #12928: Bulgarian translation for 2.2-stable +* Patch #12987: Russian translation for 2.2-stable + == 2013-01-20 v2.2.2 * Defect #7510: Link to attachment should return latest attachment diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index f1d515a9c..e353c211b 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 = 2 + TINY = 3 # Branch values: # * official release: nil |