From: Jean-Philippe Lang Date: Sun, 10 Jun 2018 06:15:33 +0000 (+0000) Subject: Updates for 3.3.8 release. X-Git-Tag: 3.3.8~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b849ebab64eafec65f33a97d8be714dca3b79f83;p=redmine.git Updates for 3.3.8 release. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17379 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index b348b93c1..5e82f0258 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,28 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2018-06-10 v3.3.8 + +=== [Issues] + +* Patch #28649: Log automatic rescheduling of following issues to journal + +=== [SCM] + +* Defect #28725: Mercurial 4.6 compatibility + +=== [Text formatting] + +* Defect #28469: Syntax highlighter does not work if language name is single-quoted + +=== [Translations] + +* Patch #28881: Fix Japanese mistranslation for label_comment_added + +=== [UI] + +* Defect #22023: Issue id input should get focus after adding related issue + == 2018-04-07 v3.3.7 === [Custom fields] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 3a502a1d5..2d98c14d0 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 = 7 + TINY = 8 # Branch values: # * official release: nil