diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-01-20 06:54:37 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-01-20 06:54:37 +0000 |
commit | dd564f08e79a1223bec5f9b2d374019cf9cb562b (patch) | |
tree | 9ddfdc54afd85708a3307597e1472ca6235da18d /doc/CHANGELOG | |
parent | 53ea8dd979d9b3034caa1d1ce1c3fc16544f5367 (diff) | |
download | redmine-dd564f08e79a1223bec5f9b2d374019cf9cb562b.tar.gz redmine-dd564f08e79a1223bec5f9b2d374019cf9cb562b.zip |
Updates for 4.0.1 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@17825 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/CHANGELOG')
-rw-r--r-- | doc/CHANGELOG | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 2d231deb3..b83b8eb15 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,61 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2019-01-20 v4.0.1 + +=== [Calendar] + +* Defect #30287: The tooltip layout of the calendar is broken + +=== [Code cleanup/refactoring] + +* Patch #30115: Move Version#fixed_issues extension to a module +* Patch #30413: Add ".ruby-version" to svn:ignore, .git:ignore, and .hgignore + +=== [Database] + +* Defect #30171: Decrypting LDAP and SCM passwords fail if the plaintext password is longer than 31 bytes + +=== [Documentation] + +* Defect #30161: Incorrect supported Ruby version in doc/INSTALL + +=== [Email receiving] + +* Defect #30455: Adding an issue note via email fails due to NoMethodError + +=== [Forums] + +* Patch #2635: Display notice on forum updates + +=== [Gems support] + +* Defect #30353: Installing rails with Bundler 2.0 fails in 3.x +* Patch #30241: Update nokogiri gem (~> 1.10.0) +* Patch #30420: Update pg gem (~> 1.1.4) + +=== [Importers] + +* Patch #30412: Import UTF-8 issue CSV files with BOM and quoted strings + +=== [Performance] + +* Patch #30465: Deadlock when assigning custom values + +=== [Ruby support] + +* Feature #30118: Ruby 2.6 support + +=== [Translations] + +* Patch #29767: Traditional Chinese translation update +* Patch #30292: Ukrainian translation update for 4.0-stable + +=== [UI] + +* Defect #30426: Table rows are not highlighted on mouseover on some pages +* Patch #29951: Quick design fix/proposals for projects index page + == 2018-12-09 v4.0.0 === [Accounts / authentication] |