summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2023-11-27 20:20:35 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2023-11-27 20:20:35 +0000
commitbb44975cb033b185949653f1c553f362d5c4c412 (patch)
tree5feee8dcf7d336c934c3ec0ba52719566f6c7c98
parentb2b2dff94179f12a7839a7226c2455010484446d (diff)
downloadredmine-bb44975cb033b185949653f1c553f362d5c4c412.tar.gz
redmine-bb44975cb033b185949653f1c553f362d5c4c412.zip
Merged r22483 from trunk to 5.1-stable.
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22484 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG37
-rw-r--r--lib/redmine/version.rb2
2 files changed, 38 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index ec9c55732..eb4b3e0c5 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,43 @@ Redmine - project management software
Copyright (C) 2006-2023 Jean-Philippe Lang
https://www.redmine.org/
+== 2023-11-27 v5.1.1
+
+=== [Database]
+
+* Defect #39437: MySQL / MariaDB issue nested set deadlocks and consistency
+* Defect #39443: Invalid statement query error on MSSQL when role filter is used in issues query
+* Patch #39737: Support MySQL 8
+
+=== [Email notifications]
+
+* Defect #39553: Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency)
+
+=== [Filters]
+
+* Defect #39714: Query grouping filter not working for custom field relations
+
+=== [Gems support]
+
+* Defect #39576: `rake yard` does not work with Ruby >= 3.2
+
+=== [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
+
+=== [Translations]
+
+* Patch #39513: Bulgarian translation update for 5.1-stable
+* Patch #39551: Simplified Chinese translation update for 5.1-stable
+
== 2023-10-31 v5.1.0
=== [Accounts / authentication]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 7a8355bc7..dc4bea0dd 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 5
MINOR = 1
- TINY = 0
+ TINY = 1
# Branch values:
# * official release: nil