mirror of
https://github.com/redmine/redmine.git
synced 2026-06-20 03:20:59 +02:00
Updates for 5.1.11 release.
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@24279 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -4,6 +4,23 @@ Redmine - project management software
|
||||
Copyright (C) 2006- Jean-Philippe Lang
|
||||
https://www.redmine.org/
|
||||
|
||||
== 2026-01-05 v5.1.11
|
||||
|
||||
=== [Code cleanup/refactoring]
|
||||
|
||||
* Defect #43441: Fix failures in test/system/issues_test.rb
|
||||
* Patch #43638: Update copyright year to 2026
|
||||
|
||||
=== [Gems support]
|
||||
|
||||
* Defect #43609: Tests fail with minitest 6.0
|
||||
|
||||
=== [Security]
|
||||
|
||||
* Defect #43451: PostScript disguised as PDF can lead to arbitrary file operations via thumbnail generation
|
||||
* Defect #43634: Authorization bypass in Redmine allows modification of attachment metadata on invisible issues
|
||||
* Defect #43635: Authorization bypass in Redmine allows deletion of attachment on invisible issues external
|
||||
|
||||
== 2025-09-21 v5.1.10
|
||||
|
||||
=== [Importers]
|
||||
|
||||
@@ -7,7 +7,7 @@ module Redmine
|
||||
module VERSION
|
||||
MAJOR = 5
|
||||
MINOR = 1
|
||||
TINY = 10
|
||||
TINY = 11
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
||||
Reference in New Issue
Block a user