diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-12-20 11:42:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-12-20 11:42:58 +0000 |
commit | 2c643325bbba54ac0567c4151749b74551115577 (patch) | |
tree | f62e337e3f6c0f4e9110fdff3ed5378fd4f2bd64 | |
parent | c7b6ed09f0fd77c98029f0a68e596c092b6129c3 (diff) | |
download | redmine-3.4-stable.tar.gz redmine-3.4-stable.zip |
Updates for 3.4.13 release.3.4-stable
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@19398 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 14 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 354511929..e26763fb2 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,20 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2019-12-20 v3.4.13 + +=== [Attachments] + +* Defect #20277: "Couldn't find template for digesting" error in the log when sending a thumbnail or an attachment + +=== [Gems support] + +* Patch #32592: Require 'mocha/minitest' instead of deprecated 'mocha/setup' + +=== [Text formatting] + +* Patch #25742: Improper markup sanitization in user content for space separated attribute values and different quoting styles + == 2019-10-19 v3.4.12 === [Code cleanup/refactoring] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index edfa3ed6c..1d50076ca 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 4 - TINY = 12 + TINY = 13 # Branch values: # * official release: nil |