From: Jean-Philippe Lang Date: Sun, 9 Jul 2017 07:16:52 +0000 (+0000) Subject: Updates for 3.4.1 release. X-Git-Tag: 4.0.0~639 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2350d493b84b133b74307665b30e8c4c5528241d;p=redmine.git Updates for 3.4.1 release. git-svn-id: http://svn.redmine.org/redmine/trunk@16779 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 12909beb7..ab1e832c4 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,26 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2017-07-09 v3.4.1 + +=== [Issues list] + +* Defect #26364: Sort is not reflected when export CSV of issues list + +=== [Projects] + +* Defect #26376: Wrong issue counts and spent time on project overview + +=== [Translations] + +* Patch #26344: Bulgarian translation +* Patch #26365: Traditional Chinese translation + +=== [UI] + +* Defect #26325: Wrong CSS syntax +* Defect #26350: Don't display file download button while on repository directory entries + == 2017-07-02 v3.4.0 === [Accounts / authentication] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 4debbec27..cbb4c3771 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 = 0 + TINY = 1 # Branch values: # * official release: nil