Automated changelog update [skip ci]
This commit is contained in:
@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
|
||||
|
||||
## Summary
|
||||
|
||||
* Bugfix - Fix STORAGE_METADATA_ROOT default value override: [#1956](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)
|
||||
* 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)
|
||||
@@ -19,6 +20,13 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user