Browse Source

Updates for 4.2.9 release.



git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21983 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.9
Marius Balteanu 1 year ago
parent
commit
b40f83a399
2 changed files with 35 additions and 1 deletions
  1. 34
    0
      doc/CHANGELOG
  2. 1
    1
      lib/redmine/version.rb

+ 34
- 0
doc/CHANGELOG View File

@@ -4,6 +4,40 @@ Redmine - project management software
Copyright (C) 2006-2021 Jean-Philippe Lang
https://www.redmine.org/

== 2022-12-01 v4.2.9

=== [Activity view]

* Defect #37875: Unnecessary closing li element when there is no "Next" button on Activity page

=== [Documentation]

* Defect #37983: Duplicate vertical-align property in wiki_syntax.css

=== [Gems support]

* Defect #37884: All system tests fail on 4.2-stable branch with "ArgumentError: unknown keyword: :desired_capabilities"
* Patch #37867: Limit puma < 6.0.0 to avoid system test error
* Patch #37883: Limit mocha version to < 2.0.0 when Ruby version is < 2.7 to avoid test error

=== [Issues workflow]

* Defect #37685: Read-only field permission for the project field is ignored if the current project has subprojects

=== [Projects]

* Defect #37925: Do not allow unkown display_type for query

=== [Rails support]

* Defect #37814: Plugins that serialize Date or Time objects cause Psych::DisallowedClass exception

=== [Security]

* Defect #37751: Persistent XSS in textile formatting due to blockquote citation
* Defect #37767: Redmine contains a cross-site scripting vulnerability
* Defect #37880: Open Redirect in attachments#download_all

== 2022-10-02 v4.2.8

=== [Code cleanup/refactoring]

+ 1
- 1
lib/redmine/version.rb View File

@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 4
MINOR = 2
TINY = 8
TINY = 9

# Branch values:
# * official release: nil

Loading…
Cancel
Save