Commit d70c210 1 parent 0b53c48 commit d70c210 Copy full SHA for d70c210
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ The following sections list the changes for unreleased.
58
58
* Bugfix - Always treat LDAP attribute names case-insensitively: [#10204](https://github.com/owncloud/ocis/pull/10204)
59
59
* Bugfix - Fix delete share panic: [#10219](https://github.com/owncloud/ocis/pull/10219)
60
60
* Bugfix - Continue listing shares on error: [#10243](https://github.com/owncloud/ocis/pull/10243)
61
+ * Bugfix - Avoid re-creating thumbnails: [#10251](https://github.com/owncloud/ocis/pull/10251)
61
62
* Enhancement - Add OCM wellknown configuration: [#9815](https://github.com/owncloud/ocis/pull/9815)
62
63
* Enhancement - Bump reva to 2.xx.x: [#10236](https://github.com/owncloud/ocis/pull/10236)
63
64
@@ -84,6 +85,13 @@ The following sections list the changes for unreleased.
84
85
85
86
https://github.com/owncloud/ocis/pull/10243
86
87
88
+ * Bugfix - Avoid re-creating thumbnails: [#10251](https://github.com/owncloud/ocis/pull/10251)
89
+
90
+ We fixed a bug that caused the system to re-create thumbnails for images, even
91
+ if a thumbnail already existed in the cache.
92
+
93
+ https://github.com/owncloud/ocis/pull/10251
94
+
87
95
* Enhancement - Add OCM wellknown configuration: [#9815](https://github.com/owncloud/ocis/pull/9815)
88
96
89
97
We now configure the `wellknown` service for OCM.
You can’t perform that action at this time.
0 commit comments