diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-09 07:16:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-09 07:16:52 +0000 |
commit | 2350d493b84b133b74307665b30e8c4c5528241d (patch) | |
tree | d4e961a43ee884c1ef6d6427701d6d29dfc7d5f4 | |
parent | dc05c52e5a25b43c49246a952607551bf0d96f29 (diff) | |
download | redmine-2350d493b84b133b74307665b30e8c4c5528241d.tar.gz redmine-2350d493b84b133b74307665b30e8c4c5528241d.zip |
Updates for 3.4.1 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@16779 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 20 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 21 insertions, 1 deletions
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 |