diff --git a/changelog/3.0.0_2023-06-06/fix-compile-date.md b/changelog/3.0.0_2023-06-06/fix-compile-date.md new file mode 100644 index 000000000..78f44d154 --- /dev/null +++ b/changelog/3.0.0_2023-06-06/fix-compile-date.md @@ -0,0 +1,6 @@ +Bugfix: fix wrong compile date + +We fixed that current date is always printed. + +https://github.com/owncloud/ocis/pull/6132 +https://github.com/owncloud/ocis/issues/6124 \ No newline at end of file diff --git a/changelog/4.0.7_2024-03-27/bump-go-122.md b/changelog/4.0.7_2024-03-27/bump-go-122.md new file mode 100644 index 000000000..67227d9a8 --- /dev/null +++ b/changelog/4.0.7_2024-03-27/bump-go-122.md @@ -0,0 +1,5 @@ +Enhancement: Update to go 1.22 + +We have updated go to version 1.22. + +https://github.com/owncloud/ocis/pull/8597 diff --git a/changelog/4.0.7_2024-03-27/update-reva.md b/changelog/4.0.7_2024-03-27/update-reva.md new file mode 100644 index 000000000..ec1728f5d --- /dev/null +++ b/changelog/4.0.7_2024-03-27/update-reva.md @@ -0,0 +1,12 @@ +Bugfix: Update reva to include bugfixes and improvements + +## Changelog for reva 2.13.4 + +* Bugfix [cs3org/reva#4398](https://github.com/cs3org/reva/pull/4398): Fix ceph build +* Bugfix [cs3org/reva#4396](https://github.com/cs3org/reva/pull/4396): Allow an empty credentials chain in the auth middleware +* Bugfix [cs3org/reva#4423](https://github.com/cs3org/reva/pull/4423): Fix disconnected traces +* Bugfix [cs3org/reva#4590](https://github.com/cs3org/reva/pull/4590): Fix uploading via a public link +* Bugfix [cs3org/reva#4470](https://github.com/cs3org/reva/pull/4470): Keep failed processing status +* Enhancement [cs3org/reva#4397](https://github.com/cs3org/reva/pull/4397): Introduce UploadSessionLister interface + +https://github.com/owncloud/ocis/pull/8718