From 024b5f228382ad99f87f593d6cca53b9dbc480c9 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sat, 3 Apr 2021 07:07:32 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6e797d6e..97bea2da2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,20 @@ The following sections list the changes for unreleased. ## 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) * Enhancement - Update reva to v1.6.1-0.20210329145723-ed244aac4ddc: [#1872](https://github.com/owncloud/ocis/pull/1872) ## Details +* 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 + atomic access + + https://github.com/owncloud/ocis/issues/1887 + https://github.com/owncloud/ocis/pull/1888 + * Change - Make Protobuf package names unique: [#1875](https://github.com/owncloud/ocis/pull/1875) Introduce unique `package` and `go_package` names for our Protobuf definitions