diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-01-08 18:00:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-01-08 18:00:50 +0000 |
commit | 1198d3003e2faeb89417469e7e86160e28547a89 (patch) | |
tree | 1b21c8449f0e53bb369a5adad4c14cc7ffc2f61f | |
parent | c54068f2dc883081105cfc702f748ac320de42b2 (diff) | |
download | redmine-3.2-stable.tar.gz redmine-3.2-stable.zip |
Updates for 3.2.9 release.3.2-stable
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@17165 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 6 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 937edf9ba..58ec3d4a4 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/ +== 2018-01-08 v3.2.9 + +=== [Security] + +* Defect #27516: Remote command execution through mercurial adapter + == 2017-10-15 v3.2.8 === [Security] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 40dffefad..dd61b1535 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 = 8 + TINY = 9 # Branch values: # * official release: nil |