Updates for 2.1.2 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10535 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
757073edef
commit
b49abf0c22
|
@ -4,6 +4,10 @@ Redmine - project management software
|
|||
Copyright (C) 2006-2012 Jean-Philippe Lang
|
||||
http://www.redmine.org/
|
||||
|
||||
== 2012-09-30 v2.1.2
|
||||
|
||||
* Defect #11929: XSS vulnerability in Redmine 2.1.x
|
||||
|
||||
== 2012-09-30 v2.1.1
|
||||
|
||||
* Defect #11290: ParseDate missing in Ruby 1.9x
|
||||
|
|
|
@ -4,7 +4,7 @@ module Redmine
|
|||
module VERSION #:nodoc:
|
||||
MAJOR = 2
|
||||
MINOR = 1
|
||||
TINY = 1
|
||||
TINY = 2
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
|
Loading…
Reference in New Issue