From 5627304b42fabca245733443a3078f64347a26ea Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 29 Dec 2021 10:16:59 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.html | 176 +++++++++++++++++++++++++++++++++++++++++++------ CHANGELOG.md | 25 ++++++- Makefile | 4 +- 3 files changed, 183 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.html b/CHANGELOG.html index 76fa725e2f1b..a4aa1bb86c36 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -1,12 +1,34 @@
-

Changelog for ownCloud Core [unreleased] (UNRELEASED)

-

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

+

Changelog for ownCloud Core [10.9.1] (2021-12-28)

+

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

- Full list of changes in unreleased + Full list of changes in 10.9.1

-

Summary

+

Summary

+ +

Details

+ +

Changelog for ownCloud Core [10.9.0] (2021-12-09)

+

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

+

+ Full list of changes in 10.9.0 +

+

Summary

-

Details

+

Details

Changelog for ownCloud Core [10.8.0] (2021-07-15)

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

diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcc21062840..b4beee1c453f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ -Changelog for ownCloud Core [10.9.0] (2021-12-20) +Changelog for ownCloud Core [10.9.1] (2021-12-28) +======================================= +The following sections list the changes in ownCloud core 10.9.1 relevant to +ownCloud admins and users. + +[10.9.1]: https://github.com/owncloud/core/compare/v10.9.0...v10.9.1 + +Summary +------- + +* Bugfix - Prevent encrypted files from being corrupted when overwriting them: [#39623](https://github.com/owncloud/core/pull/39623) + +Details +------- + +* Bugfix - Prevent encrypted files from being corrupted when overwriting them: [#39623](https://github.com/owncloud/core/pull/39623) + + Fixed an issue where overwriting an encrypted file by a share recipient would corrupt it. This + is a regression which was introduced by #39516. + + https://github.com/owncloud/encryption/issues/315 + https://github.com/owncloud/core/pull/39623 + +Changelog for ownCloud Core [10.9.0] (2021-12-09) ======================================= The following sections list the changes in ownCloud core 10.9.0 relevant to ownCloud admins and users. diff --git a/Makefile b/Makefile index 27eb993f9c6d..3d5925e4955b 100644 --- a/Makefile +++ b/Makefile @@ -378,8 +378,8 @@ changelog: @echo This file is autogenerated on the master branch. @echo Committing changes to this file will result in merge conflicts. @echo ====================================================================== - docker run --rm -v $(work_dir):$(work_dir) -w $(work_dir) toolhippie/calens >| CHANGELOG.md - docker run --rm -v $(work_dir):$(work_dir) -w $(work_dir) toolhippie/calens -t changelog/CHANGELOG-html.tmpl >| CHANGELOG.html + docker run --rm -v $(work_dir):$(work_dir) -w $(work_dir) toolhippie/calens calens >| CHANGELOG.md + docker run --rm -v $(work_dir):$(work_dir) -w $(work_dir) toolhippie/calens calens -t changelog/CHANGELOG-html.tmpl >| CHANGELOG.html # # Dependency management