From d05945594a6e451ba34b57cfbef64cb787a6c898 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 20 Jan 2019 06:55:15 +0000 Subject: [PATCH] Merged r17825. git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17826 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 55 ++++++++++++++++++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) 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] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 18c49ee33..011c1f6b0 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -5,7 +5,7 @@ module Redmine module VERSION MAJOR = 4 MINOR = 0 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil -- 2.39.5