Skip to content

Commit d8dc837

Browse files
committed
Automated changelog update [skip ci]
1 parent d329971 commit d8dc837

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ <h3 id="unreleased-summary">Summary</h3>
7272
<li class="type-enhancement changelog-item">Enhancement - Show notification if video playback is not possible on public share: <a href="https://github.com/owncloud/enterprise/issues/4632">#4632</a></li>
7373
<li class="type-enhancement changelog-item">Enhancement - Trigger file scan after accepting a federated share: <a href="https://github.com/owncloud/core/pull/38880">#38880</a></li>
7474
<li class="type-enhancement changelog-item">Enhancement - Allow to pass password on redis cluster connection: <a href="https://github.com/owncloud/core/pull/38917">#38917</a></li>
75+
<li class="type-enhancement changelog-item">Enhancement - Log number of mounts when moving encryption keys fails: <a href="https://github.com/owncloud/core/pull/39015">#39015</a></li>
7576
</ul>
7677
<h3 id="unreleased-details">Details</h3>
7778
<ul class="details">
@@ -654,6 +655,13 @@ <h3 id="unreleased-details">Details</h3>
654655
</p>
655656
<p>https://github.com/owncloud/core/pull/38917<br></p>
656657
</li>
658+
<li class="type-enhancement changelog-item">
659+
<p>Enhancement - Log number of mounts when moving encryption keys fails: <a href="https://github.com/owncloud/core/pull/39015">#39015</a></p>
660+
<p>Due to wrong configuration or bugs it is possible that more than one mount is returned. In this
661+
case we should log the mount-count for easier debugging.
662+
</p>
663+
<p>https://github.com/owncloud/core/pull/39015<br></p>
664+
</li>
657665
</ul>
658666
<h2 id="10.7.0" class="version"> Changelog for ownCloud Core [10.7.0] (2021-03-26)</h2>
659667
<p>The following sections list the changes in ownCloud core 10.7.0 relevant to ownCloud admins and users.</p>

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Summary
7474
* Enhancement - Show notification if video playback is not possible on public share: [#4632](https://github.com/owncloud/enterprise/issues/4632)
7575
* Enhancement - Trigger file scan after accepting a federated share: [#38880](https://github.com/owncloud/core/pull/38880)
7676
* Enhancement - Allow to pass password on redis cluster connection: [#38917](https://github.com/owncloud/core/pull/38917)
77+
* Enhancement - Log number of mounts when moving encryption keys fails: [#39015](https://github.com/owncloud/core/pull/39015)
7778

7879
Details
7980
-------
@@ -689,6 +690,13 @@ Details
689690
https://github.com/owncloud/enterprise/issues/4658
690691
https://github.com/owncloud/core/pull/38917
691692

693+
* Enhancement - Log number of mounts when moving encryption keys fails: [#39015](https://github.com/owncloud/core/pull/39015)
694+
695+
Due to wrong configuration or bugs it is possible that more than one mount is returned. In this
696+
case we should log the mount-count for easier debugging.
697+
698+
https://github.com/owncloud/core/pull/39015
699+
692700
Changelog for ownCloud Core [10.7.0] (2021-03-26)
693701
=======================================
694702
The following sections list the changes in ownCloud core 10.7.0 relevant to

0 commit comments

Comments
 (0)