From a90b89e1e427133bca35547095f9a85c6df19051 Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Mon, 26 Jun 2023 08:51:08 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.html | 8 ++++++++ CHANGELOG.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.html b/CHANGELOG.html index e6a0582c194f..a30f5685421d 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -14,6 +14,7 @@

Summary

  • Bugfix - Rare undefined variable error when using a Google Drive mount: #40822
  • Bugfix - Explicitly set open mode in the checksum wrapper: #40832
  • Bugfix - Verbose command output: #40844
  • +
  • Bugfix - Versions expire job does not error with federated shares: #40847
  • Change - Upgrade to Symfony 5: #39630
  • Change - Update PHP dependencies: #40724
  • Change - Fix name length check on federated shares: #40726
  • @@ -103,6 +104,13 @@

    Details

    https://github.com/owncloud/core/pull/40844

    +
  • +

    Bugfix - Versions expire job does not error with federated shares: #40847

    +

    Versions expire job does not error with federated shares when versioning meta- data is + enabled. +

    +

    https://github.com/owncloud/core/pull/40847

    +
  • Change - Upgrade to Symfony 5: #39630

    The Symfony PHP framework has been updated from major version 4 to 5.The following Symfony component versions are provided: - symfony/console (v5.4.24) - diff --git a/CHANGELOG.md b/CHANGELOG.md index 890ef20fcd53..5a8a795a2a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Summary * Bugfix - Rare undefined variable error when using a Google Drive mount: [#40822](https://github.com/owncloud/core/pull/40822) * Bugfix - Explicitly set open mode in the checksum wrapper: [#40832](https://github.com/owncloud/core/pull/40832) * Bugfix - Verbose command output: [#40844](https://github.com/owncloud/core/pull/40844) +* Bugfix - Versions expire job does not error with federated shares: [#40847](https://github.com/owncloud/core/pull/40847) * Change - Upgrade to Symfony 5: [#39630](https://github.com/owncloud/core/issues/39630) * Change - Update PHP dependencies: [#40724](https://github.com/owncloud/core/pull/40724) * Change - Fix name length check on federated shares: [#40726](https://github.com/owncloud/core/pull/40726) @@ -108,6 +109,13 @@ Details https://github.com/owncloud/core/pull/40844 +* Bugfix - Versions expire job does not error with federated shares: [#40847](https://github.com/owncloud/core/pull/40847) + + Versions expire job does not error with federated shares when versioning meta- data is + enabled. + + https://github.com/owncloud/core/pull/40847 + * Change - Upgrade to Symfony 5: [#39630](https://github.com/owncloud/core/issues/39630) The Symfony PHP framework has been updated from major version 4 to 5.