##// END OF EJS Templates
Updates for 2.2.3 release....
Jean-Philippe Lang -
r11136:1faa94af8a82
parent child
Show More
@@ -4,6 +4,19 Redmine - project management software
4 Copyright (C) 2006-2013 Jean-Philippe Lang
4 Copyright (C) 2006-2013 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2013-02-12 v2.2.3
8
9 * Upgrade to Rails 3.2.12
10 * Defect #11987: pdf: Broken new line in table
11 * Defect #12930: 404 Error when referencing different project source files in the wiki syntax
12 * Defect #12979: Wiki link syntax commit:repo_a:abcd doesn't work
13 * Defect #13075: Can't clear custom field value through context menu in the issue list
14 * Defect #13097: Project copy fails when wiki module is disabled
15 * Defect #13126: Issue view: estimated time vs. spent time
16 * Patch #12922: Update Spanish translation
17 * Patch #12928: Bulgarian translation for 2.2-stable
18 * Patch #12987: Russian translation for 2.2-stable
19
7 == 2013-01-20 v2.2.2
20 == 2013-01-20 v2.2.2
8
21
9 * Defect #7510: Link to attachment should return latest attachment
22 * Defect #7510: Link to attachment should return latest attachment
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 2
6 MINOR = 2
7 TINY = 2
7 TINY = 3
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now