]> source.dussan.org Git - redmine.git/commitdiff
Merged r17825.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Jan 2019 06:55:15 +0000 (06:55 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Jan 2019 06:55:15 +0000 (06:55 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17826 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
lib/redmine/version.rb

index 2d231deb3e7bedb6f60e9b7e8dfe355f18c92f50..b83b8eb15914caffc00042500e6284b0e17c75ce 100644 (file)
@@ -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]
index 18c49ee33b30626669af1a7c869bdc53c05ed82b..011c1f6b0437c83e2f73f9695b184252a699aa73 100644 (file)
@@ -5,7 +5,7 @@ module Redmine
   module VERSION
     MAJOR = 4
     MINOR = 0
-    TINY  = 0
+    TINY  = 1
 
     # Branch values:
     # * official release: nil