1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 03:33:07 +00:00

Merged r21672, r21673 and r21674 to 5.0-stable.

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21675 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-06-21 03:46:54 +00:00
parent 3f97ec875c
commit 49842a2cb4
2 changed files with 50 additions and 1 deletions

View File

@ -4,6 +4,55 @@ Redmine - project management software
Copyright (C) 2006-2022 Jean-Philippe Lang
https://www.redmine.org/
== 2022-06-21 v5.0.2
=== [Email notifications]
* Defect #37138: Mentions of users with "@" in their username
* Patch #37065: When someone is member of watcher group, 'watched_by' may be wrong and incomplete
* Defect #37162: Missing space between notification sentence and author name when edit a wiki page
=== [Email receiving]
* Defect #37187: no-permission-check allows issue creation in closed/archived projects
=== [Gems support]
* Defect #35892: Redmine::WikiFormatting::CommonMark::FormatterTest#test_footnotes fails with CommonMarker 0.23.2
* Defect #37249: Missing rexml gem causes errors in PUT - Adding the gem manually everything works
=== [Issues]
* Defect #37151: The done ratio of a parent issue may not be 100% even if all subtasks have a done ratio of 100%
* Patch #37155: Issue#last_notes fallback does not respect notes visibility
=== [Performance]
* Patch #37135: Reduce extra queries in ProjectQuery.default
=== [REST API]
* Defect #37157: Internal server error when trying to retrieve AnonymousUser's information via Users API
=== [Security]
* Defect #37255: Information Leak in QueryAssociationColumn/QueryAssociationCustomFieldColumn
* Defect #37256: Medium severity XSS security vulnerabilities (3x) in jQuery UI v1.12.1
# Defect #37136: Remote code execution vulnerability in commonmarker
# Defect #37171: Ability to change the issue category or issue target version with nonexistent value for the specific project
=== [Text formatting]
* Defect #37130: Wiki notation `attachment:file_name` cannot make a link to a file attached to other journals
=== [Time tracking]
* Defect #33914: Even if the default value of Activities (time tracking) is set, it may not be reflected.
=== [UI - Responsive]
* Defect #36453: Issue subject overflow in subtasks and relations tables
== 2022-05-16 v5.0.1
=== [Administration]

View File

@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
TINY = 2
# Branch values:
# * official release: nil