diff --git a/CHANGELOG.html b/CHANGELOG.html index 22b50fac8235..965f24d40a77 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -9,6 +9,7 @@

Summary

  • Bugfix - Allow subadmins to read app config values: #40961
  • Bugfix - Remove regular expression from Preview Manager list: #40990
  • Bugfix - Check if account creation time exists for migrations: #40991
  • +
  • Enhancement - Remove "Fill E-Tags" Repair-Step: #40996
  • Details

    Changelog for ownCloud Core [10.13.1] (2023-09-04)

    The following sections list the changes in ownCloud core 10.13.1 relevant to ownCloud admins and users.

    diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7ef44a274e..c1e31a56936f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Summary * Bugfix - Allow subadmins to read app config values: [#40961](https://github.com/owncloud/core/pull/40961) * Bugfix - Remove regular expression from Preview Manager list: [#40990](https://github.com/owncloud/core/pull/40990) * Bugfix - Check if account creation time exists for migrations: [#40991](https://github.com/owncloud/core/pull/40991) +* Enhancement - Remove "Fill E-Tags" Repair-Step: [#40996](https://github.com/owncloud/core/pull/40996) Details ------- @@ -40,6 +41,13 @@ Details https://github.com/owncloud/core/pull/40991 +* Enhancement - Remove "Fill E-Tags" Repair-Step: [#40996](https://github.com/owncloud/core/pull/40996) + + This legacy repair-step took very long to run during an upgrade of a large system and didn't + repair anything anymore. + + https://github.com/owncloud/core/pull/40996 + Changelog for ownCloud Core [10.13.1] (2023-09-04) ======================================= The following sections list the changes in ownCloud core 10.13.1 relevant to