From 03e68482e2d8df7370fe7a3d69c641561c21c9bb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 15 Oct 2017 19:52:18 +0000 Subject: [PATCH] Updates for 3.3.5 release. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17006 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 26 ++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 626ecd62a..ecbbadd19 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,32 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2017-10-15 v3.3.5 + +=== [PDF export] + +* Defect #25702: Exporting wiki page with specific table to PDF causes 500 + +=== [SCM] + +* Defect #26645: git 2.14 compatibility + +=== [Time tracking] + +* Defect #26780: Translation for label_week in time report is not working + +=== [Translations] + +* Patch #27006: German translations for 3.3-stable + +=== [Wiki] + +* Defect #26599: Corrupted file name when exporting a wiki page with Non-ASCII title using Microsoft's browsers + +=== [Security] + +* Defect #27186: XSS vulnerabilities + == 2017-07-02 v3.3.4 === [Accounts / authentication] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 89975768b..f31ee9c9c 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 = 4 + TINY = 5 # Branch values: # * official release: nil -- 2.39.5