From 5e973ed3a0cde455573fcbcbc8a3b7469d861d5c Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 21 Sep 2025 10:06:11 +0000 Subject: [PATCH] Updates for 5.1.10 release. git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23998 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 20 ++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 9fc2bdd8d..aef7058a7 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,26 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang https://www.redmine.org/ +== 2025-09-21 v5.1.10 + +=== [Importers] + +* Defect #42957: Incorrect "for" attribute in labels of issue relations import + +=== [Security] + +* Defect #42998: Username and password stored in login form +* Defect #43083: Information disclosure in Two-Factor Authentication +* Defect #43161: When copying issues, all existing custom values are set to the new issue without sufficient validation + +=== [SCM] + +* Defect #43002: RepositoriesSubversionControllerTest fails in 5.1-stable due to missing foo.js in test repository + +=== [UI] + +* Defect #43175: Fix some issues with missing or misplaced html tags + == 2025-07-07 v5.1.9 === [Code cleanup/refactoring] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index d58b83345..b5c89c70c 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 1 - TINY = 9 + TINY = 10 # Branch values: # * official release: nil