##// END OF EJS Templates
Merged r10535 from trunk....
Jean-Philippe Lang -
r10326:2f9c2e6bd300
parent child
Show More
@@ -4,6 +4,10 Redmine - project management software
4 4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2012-09-30 v2.1.2
8
9 * Defect #11929: XSS vulnerability in Redmine 2.1.x
10
7 11 == 2012-09-30 v2.1.1
8 12
9 13 * Defect #11290: ParseDate missing in Ruby 1.9x
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 2
6 6 MINOR = 1
7 TINY = 1
7 TINY = 2
8 8
9 9 # Branch values:
10 10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now