From fd01ee4dd0af03791009a8800d7c2a820bc34e56 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 23 Apr 2021 05:52:16 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e1ef6a0c..07739a39ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,28 @@ The following sections list the changes for unreleased. -[unreleased]: https://github.com/owncloud/ocis/compare/v1.4.0...master +[unreleased]: https://github.com/owncloud/ocis/compare/v1.5.0...master ## Summary * Bugfix - Fix STORAGE_METADATA_ROOT default value override: [#1956](https://github.com/owncloud/ocis/pull/1956) + +## Details + +* Bugfix - Fix STORAGE_METADATA_ROOT default value override: [#1956](https://github.com/owncloud/ocis/pull/1956) + + The way the value was being set ensured that it was NOT being overridden where it should have + been. This patch ensures the correct loading order of values. + + https://github.com/owncloud/ocis/pull/1956 +# Changelog for [1.5.0] (2021-04-21) + +The following sections list the changes for 1.5.0. + +[1.5.0]: https://github.com/owncloud/ocis/compare/v1.4.0...v1.5.0 + +## Summary + * Bugfix - Fixes "unaligned 64-bit atomic operation" panic on 32-bit ARM: [#1888](https://github.com/owncloud/ocis/pull/1888) * Change - Make Protobuf package names unique: [#1875](https://github.com/owncloud/ocis/pull/1875) * Change - Update ownCloud Web to v3.0.0: [#1938](https://github.com/owncloud/ocis/pull/1938) @@ -20,13 +37,6 @@ The following sections list the changes for unreleased. ## Details -* Bugfix - Fix STORAGE_METADATA_ROOT default value override: [#1956](https://github.com/owncloud/ocis/pull/1956) - - The way the value was being set ensured that it was NOT being overridden where it should have - been. This patch ensures the correct loading order of values. - - https://github.com/owncloud/ocis/pull/1956 - * Bugfix - Fixes "unaligned 64-bit atomic operation" panic on 32-bit ARM: [#1888](https://github.com/owncloud/ocis/pull/1888) Sync/cache had uint64s that were not 64-bit aligned causing panics on 32-bit systems during