From fdc420cc6cef7d9428ee0494b90f28088e381f71 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 4 Mar 2024 19:47:16 +0000 Subject: [PATCH] Updates for 5.0.8 release. git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22767 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 48 ++++++++++++++++++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index a8847c968..288d26df7 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,54 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang https://www.redmine.org/ +== 2024-03-04 v5.0.8 + +=== [Activity view] + +* Defect #39995: Project Activities and Roadmap views disclose presence of private sub projects + +=== [Code cleanup/refactoring] + +* Patch #39894: Explicitly render a 404 on non-JS requests to watchers#new +* Patch #39999: Explicitly render a 404 on non-JS requests to messages#quote +* Patch #40043: Remove year ranges from all copyright headers + +=== [Filters] + +* Defect #39991: Fix "any" operator for text filters to exclude empty text values + +=== [Plugin API] + +* Defect #39862: Attachments functionality for (custom) plugins broken since fix for CVE-2022-44030 +* Feature #39948: Add Redmine::Plugin proxy method for Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type + +=== [Rails support] + +* Patch #40319: Update Rails to 6.1.7.7 + +=== [SEO] + +* Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots + +=== [Security] + +* Defect #39875: Mitigate CVE-2023-23913 (rails-ujs) + +=== [Text formatting] + +* Defect #40193: Performance issue with email address auto-linking in the default ("none") formatter +* Feature #39884: Allow multiple footnotes per single word + +=== [Translations] + +* Defect #39801: Fix typo in Russian translation of text_status_no_workflow + +=== [UI] + +* Defect #39780: User select element on activity sidebar views cutoff when displaying long user names +* Defect #39802: Fix click event handling in mobile view after closing flyout menu +* Defect #40237: Error in autocomplete (`ActionController::BadRequest (Invalid query parameters: invalid %-encoding (%)`) + == 2023-11-27 v5.0.7 === [Email notifications] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index bf0d03f79..c268e4cdc 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 0 - TINY = 7 + TINY = 8 # Branch values: # * official release: nil -- 2.39.5