mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 10:25:55 +01:00 
			
		
		
		
	Updates for 5.1.10 release.
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23998 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
		| @@ -4,6 +4,26 @@ Redmine - project management software | |||||||
| Copyright (C) 2006-  Jean-Philippe Lang | Copyright (C) 2006-  Jean-Philippe Lang | ||||||
| https://www.redmine.org/ | 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 | == 2025-07-07 v5.1.9 | ||||||
|  |  | ||||||
| === [Code cleanup/refactoring] | === [Code cleanup/refactoring] | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ module Redmine | |||||||
|   module VERSION |   module VERSION | ||||||
|     MAJOR = 5 |     MAJOR = 5 | ||||||
|     MINOR = 1 |     MINOR = 1 | ||||||
|     TINY  = 9 |     TINY  = 10 | ||||||
|  |  | ||||||
|     # Branch values: |     # Branch values: | ||||||
|     # * official release: nil |     # * official release: nil | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user