summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-12-20 11:41:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-12-20 11:41:13 +0000
commit88e940a22dd6ee1159b5f39787c632f11316ec77 (patch)
treef4f1caee9deac9efab250b88370b21fd73a1c006
parentc66e01853c278c22ab8369499d4b7c57770f086b (diff)
downloadredmine-88e940a22dd6ee1159b5f39787c632f11316ec77.tar.gz
redmine-88e940a22dd6ee1159b5f39787c632f11316ec77.zip
Updates for 4.0.6 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@19396 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG23
-rw-r--r--lib/redmine/version.rb2
2 files changed, 24 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 5d39e3fc0..cf97877c8 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,29 @@ Redmine - project management software
Copyright (C) 2006-2019 Jean-Philippe Lang
http://www.redmine.org/
+== 2019-12-20 v4.0.6
+
+=== [Attachments]
+
+* Defect #20277: "Couldn't find template for digesting" error in the log when sending a thumbnail or an attachment
+
+=== [Gems support]
+
+* Patch #32592: Require 'mocha/minitest' instead of deprecated 'mocha/setup'
+
+=== [Rails support]
+
+* Feature #32526: Update Rails to 5.2.4.1
+
+=== [Text formatting]
+
+* Defect #32422: Textile indentation does not work in the preview tab
+* Patch #25742: Improper markup sanitization in user content for space separated attribute values and different quoting styles
+
+=== [Time tracking]
+
+* Defect #32500: Spent time report csv shows translation missing text if custom fields are involved
+
== 2019-10-19 v4.0.5
=== [Code cleanup/refactoring]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 1f1ed3b07..51bdf8467 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 4
MINOR = 0
- TINY = 5
+ TINY = 6
# Branch values:
# * official release: nil