diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-11-18 05:43:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-11-18 05:43:53 +0000 |
commit | 32f4002a5f75bba2981049b84ea3f0baefbdb7f9 (patch) | |
tree | f327b20402bf93fdf66b38e719976d38500cc6ad | |
parent | 5e4f49c8ad1eb3154dca1995c833e47e901b6e24 (diff) | |
download | redmine-32f4002a5f75bba2981049b84ea3f0baefbdb7f9.tar.gz redmine-32f4002a5f75bba2981049b84ea3f0baefbdb7f9.zip |
Updates for 3.3.10 release.
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@19086 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 19 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ca15b4887..3cc561d10 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,25 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2018-11-18 v3.3.10 + +=== [Gems support] + +* Patch #32294: Update ruby-openid to 2.9.2 + +=== [Issues filter] + +* Feature #15773: Filtering out specific subprojects (using 'is not' operator) + +=== [Rails support] + +* Feature #31027: Upgrade to Rails 4.2.11.1 + +=== [Security] + +* Defect #31520: Persistent XSS in textile formatting +* Defect #32374: SQL injection vulnerability in Redmine < 3.4.0 + == 2018-12-09 v3.3.9 === [Custom fields] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 3229bafea..6cc629cf8 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 3 - TINY = 9 + TINY = 10 # Branch values: # * official release: nil |