##// END OF EJS Templates
Changes for 2.2.1 release....
Jean-Philippe Lang -
r10916:a103e0cd26fd
parent child
Show More
@@ -4,6 +4,16 Redmine - project management software
4 Copyright (C) 2006-2012 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2013-01-09 v2.2.1
8
9 * Upgrade to Rails 3.2.11
10 * Defect #12652: "Copy ticket" selects "new ticket"
11 * Defect #12691: Textile Homepage Dead?
12 * Defect #12711: incorrect fix of lib/SVG/Graph/TimeSeries.rb
13 * Defect #12744: Unable to call a macro with a name that contains uppercase letters
14 * Defect #12776: Security vulnerability in Rails 3.2.10 (CVE-2013-0156)
15 * Patch #12630: Russian "x_hours" translation
16
7 == 2012-12-18 v2.2.0
17 == 2012-12-18 v2.2.0
8
18
9 * Defect #4787: Gannt to PNG - CJK (Chinese, Japanese and Korean) characters appear as ?
19 * Defect #4787: Gannt to PNG - CJK (Chinese, Japanese and Korean) characters appear as ?
@@ -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 = 0
7 TINY = 1
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