Skip to content

v2.13.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 15:17
· 616 commits to master since this release
v2.13.2
d205973

Changelog for reva 2.13.2 (2023-05-08)

The following sections list the changes in reva 2.13.2 relevant to
reva users. The changes are ordered by importance.

Summary

  • Fix #3845: Fix propagation
  • Fix #3856: Fix response code
  • Fix #3857: Fix trashbin purge

Details

  • Bugfix #3845: Fix propagation

Fix propagation in concurrency scenarios

#3845

  • Bugfix #3856: Fix response code

The DeleteStorageSpace method response code has been changed

#3856

  • Bugfix #3857: Fix trashbin purge

We have fixed a nil-pointer-exception, when purging files from the trashbin that do not have a
parent (any more)

owncloud/ocis#6245
#3857