diff options
-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 |