summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2023-11-27 20:22:22 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2023-11-27 20:22:22 +0000
commit3d6102c91e9b67beb6a928493fa20391130113b2 (patch)
treed902942b9bcffe30de01d3119e2a5cb119345fb2
parent09777e21ae3db0289f7ef3a20d4f0d0070f2bd01 (diff)
downloadredmine-3d6102c91e9b67beb6a928493fa20391130113b2.tar.gz
redmine-3d6102c91e9b67beb6a928493fa20391130113b2.zip
Updates for 5.0.7 release.
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22485 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG18
-rw-r--r--lib/redmine/version.rb2
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index a16de561e..e4b3c81fd 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,24 @@ Redmine - project management software
Copyright (C) 2006-2023 Jean-Philippe Lang
https://www.redmine.org/
+== 2023-11-27 v5.0.7
+
+=== [Email notifications]
+
+* Defect #39553: Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency)
+
+=== [Issues]
+
+* Defect #39521: Mention autocomplete not displaying for users without "Edit issues" permission
+
+=== [PDF export]
+
+* Defect #39534: Error (undefined method) in issue list PDF export
+
+=== [Text formatting]
+
+* Defect #38852: ## issue syntax is not kept when selecting an issue from the inline autocomplete
+
== 2023-09-30 v5.0.6
=== [Code cleanup/refactoring]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 05b9724dc..bf0d03f79 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 5
MINOR = 0
- TINY = 6
+ TINY = 7
# Branch values:
# * official release: nil