From: Jean-Philippe Lang Date: Sun, 15 Oct 2017 19:53:13 +0000 (+0000) Subject: Updates for 3.2.8 release. X-Git-Tag: 3.2.8~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=404a549170792b290a6a070985e30eeaa9a12553;p=redmine.git Updates for 3.2.8 release. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@17007 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ec34acde5..937edf9ba 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,12 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2017-10-15 v3.2.8 + +=== [Security] + +* Defect #27186: XSS vulnerabilities + == 2017-07-02 v3.2.7 === [Accounts / authentication] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 4e1930e40..40dffefad 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 7 + TINY = 8 # Branch values: # * official release: nil