]> source.dussan.org Git - redmine.git/commitdiff
Updates for 4.2.10 release.
authorGo MAEDA <maeda@farend.jp>
Sun, 5 Mar 2023 05:56:35 +0000 (05:56 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 5 Mar 2023 05:56:35 +0000 (05:56 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@22131 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
lib/redmine/version.rb

index 564a30e25ae2a051af62ccf3bb9ef73f042093fc..cf80b1cc23e306283c254b1058dd8740339b1ab6 100644 (file)
@@ -4,6 +4,49 @@ Redmine - project management software
 Copyright (C) 2006-2023  Jean-Philippe Lang
 https://www.redmine.org/
 
+== 2023-03-05 v4.2.10
+
+=== [Code cleanup/refactoring]
+
+* Patch #38141: Update copyright year to 2023
+
+=== [Documentation]
+
+* Defect #38114: Example plugin (extra/sample_plugin) breaks Activity page
+
+=== [Gems support]
+
+* Patch #38272: Update RBPDF to 1.21
+
+=== [Issues]
+
+* Defect #38217: "Property changes" tab does not appear when all issue journals have both notes and property changes
+
+=== [PDF export]
+
+* Defect #32740: Incorrect characters when copying out of a Redmine generated PDF
+* Defect #36452: Infinite loop on PDF export if image included with attributes
+
+=== [Project settings]
+
+* Defect #38064: Avoid exception when adding a project without any givable roles defined
+
+=== [Security]
+
+* Defect #38063: Avoid double-render error with ApplicationController#find_optional_project
+* Defect #38070: Role#permission_tracker? and related does not consider whether the base permission is (still) set
+* Defect #38133: Update Nokogiri to fix several security issues
+* Defect #38297: Insufficient permission checks when adding attachments to issues
+
+=== [SEO]
+
+* Defect #38201: Fix robots.txt to disallow issue lists with a sort or query_id parameter in any position
+
+=== [Time tracking]
+
+* Defect #35066: Missing project_id in redirect after clicking "Create and add another" button
+* Defect #38237: Unable to choose any user other than the current user when logging spent time after clicking "Create and add another"
+
 == 2022-12-01 v4.2.9
 
 === [Activity view]
index a63c20d2b7188ce6224ae2541b7e4f0eb5f467dc..5b11f19569a06901babc73776a17e9d28b4396a1 100644 (file)
@@ -7,7 +7,7 @@ module Redmine
   module VERSION
     MAJOR = 4
     MINOR = 2
-    TINY  = 9
+    TINY  = 10
 
     # Branch values:
     # * official release: nil