diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-02-21 16:40:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-02-21 16:40:25 +0000 |
commit | 13d9856ba072c530da040e5b06296987d8a45b24 (patch) | |
tree | 80cb9169b0d2b7ed36b9f38fe381fd18e443d1d7 | |
parent | a3f86f31b51982d3581c72ba48fdfaa32f454dba (diff) | |
download | redmine-13d9856ba072c530da040e5b06296987d8a45b24.tar.gz redmine-13d9856ba072c530da040e5b06296987d8a45b24.zip |
Merged r17893 to 4.0-stable.
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17894 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 46 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 47 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index b83b8eb15..272f59cee 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,52 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2019-02-21 v4.0.2 + +=== [Attachments] + +* Defect #30434: Line height is too large when previewing files with syntax highlighting if the line terminators are CRLF + +=== [Email receiving] + +* Defect #30785: Mail handler does not ignore emails sent from emission email address if Setting.mail_from includes display name + +=== [Gems support] + +* Defect #30114: Installing xpath with Bundler fails in Ruby <=2.2 +* Patch #30821: Stay in RMagick 2.16.0 and don't update to 3.0.0 + +=== [Issues filter] + +* Defect #30718: Translation missing for filter by project status + +=== [Issues list] + +* Defect #30236: Accidentally clicking next to the checkbox breaks issue selection + +=== [Rails support] + +* Patch #30725: Plugin eager_load should depend on environment setting instead of name + +=== [SCM] + +* Defect #30411: Filesystem adapter does not show correct size for large files + +=== [Translations] + +* Defect #30732: Bulgarian translation update for 4.0-stable +* Patch #30791: Traditional Chinese translation update for 4.0-stable + +=== [UI] + +* Feature #10264: Add a check/uncheck all button to search +* Feature #30834: Links to forum replies should highlight the linked reply +* Patch #30818: Issues autocomplete should respond with content type json + +=== [Wiki] + +* Defect #30758: Preview URL in Wiki Toolbar should be escaped + == 2019-01-20 v4.0.1 === [Calendar] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 011c1f6b0..1ac4c1c98 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -5,7 +5,7 @@ module Redmine module VERSION MAJOR = 4 MINOR = 0 - TINY = 1 + TINY = 2 # Branch values: # * official release: nil |