diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-09 07:17:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-09 07:17:52 +0000 |
commit | 6e16ab0c60690dc09b7499e55f7060c294c6b95d (patch) | |
tree | 02cceebb8ebe019c6e01aedf69ef245069141ad1 | |
parent | 66f6bf0e8df52e842d948362bda2ed14754860d6 (diff) | |
download | redmine-6e16ab0c60690dc09b7499e55f7060c294c6b95d.tar.gz redmine-6e16ab0c60690dc09b7499e55f7060c294c6b95d.zip |
Merged r16779.
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16780 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 27a3390a9..7bee0776f 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 |