From 171987aff3e425922f2e22186af5c38770ee17cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=BChne?= Date: Thu, 19 May 2022 10:37:00 +0200 Subject: [PATCH] [fix/changelog-11.10.0] Fixed Changelog Date 11.10.0 (#1126) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * changed changelog date * Calens changelog updated Co-authored-by: Matthias Hühne <> Co-authored-by: hosy --- CHANGELOG.md | 51 +++++++++++++++++++ .../1066 | 0 .../1114 | 0 .../1116 | 0 .../1119 | 0 .../1123 | 0 6 files changed, 51 insertions(+) rename changelog/{11.10.0_2022-05-16 => 11.10.0_2022-05-18}/1066 (100%) rename changelog/{11.10.0_2022-05-16 => 11.10.0_2022-05-18}/1114 (100%) rename changelog/{11.10.0_2022-05-16 => 11.10.0_2022-05-18}/1116 (100%) rename changelog/{11.10.0_2022-05-16 => 11.10.0_2022-05-18}/1119 (100%) rename changelog/{11.10.0_2022-05-16 => 11.10.0_2022-05-18}/1123 (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2dab7da..1bbe8ef1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,54 @@ +Changelog for ownCloud iOS Client [11.10.0] (2022-05-18) +======================================= +The following sections list the changes in ownCloud iOS Client 11.10.0 relevant to +ownCloud admins and users. + +[11.10.0]: https://github.com/owncloud/ios-app/compare/milestone/11.9.1...milestone/11.10.0 + +Summary +------- + +* Bugfix - IOS 15 SDK: [#1066](https://github.com/owncloud/ios-app/issues/1066) +* Bugfix - EMM Shortcuts Licensing: [#1114](https://github.com/owncloud/ios-app/issues/1114) +* Bugfix - Increased Timeout for Copy Action: [#1119](https://github.com/owncloud/ios-app/issues/1119) +* Bugfix - Shortcuts Action Delete Path Item: [#1123](https://github.com/owncloud/ios-app/issues/1123) +* Change - Migration to OpenSSL 1.1.0: [#1116](https://github.com/owncloud/ios-app/pull/1116) + +Details +------- + +* Bugfix - IOS 15 SDK: [#1066](https://github.com/owncloud/ios-app/issues/1066) + + After upgrading to iOS 15 SDK some UI fixes were needed. + + https://github.com/owncloud/ios-app/issues/1066 + +* Bugfix - EMM Shortcuts Licensing: [#1114](https://github.com/owncloud/ios-app/issues/1114) + + If app was build as EMM version, the app shown an licensing error, when running shortcut + intents. + + https://github.com/owncloud/ios-app/issues/1114 + +* Bugfix - Increased Timeout for Copy Action: [#1119](https://github.com/owncloud/ios-app/issues/1119) + + Increased HTTP request timeout for COPY actions from 1 minute to 10 minutes and improved error + handling for request timeouts. + + https://github.com/owncloud/ios-app/issues/1119 + +* Bugfix - Shortcuts Action Delete Path Item: [#1123](https://github.com/owncloud/ios-app/issues/1123) + + The shortcuts action Delete Path Item did not provided configured accounts. + + https://github.com/owncloud/ios-app/issues/1123 + +* Change - Migration to OpenSSL 1.1.0: [#1116](https://github.com/owncloud/ios-app/pull/1116) + + Migrated code to OpenSSL 1.1.1 API. + + https://github.com/owncloud/ios-app/pull/1116 + Changelog for ownCloud iOS Client [11.9.1] (2022-03-29) ======================================= The following sections list the changes in ownCloud iOS Client 11.9.1 relevant to diff --git a/changelog/11.10.0_2022-05-16/1066 b/changelog/11.10.0_2022-05-18/1066 similarity index 100% rename from changelog/11.10.0_2022-05-16/1066 rename to changelog/11.10.0_2022-05-18/1066 diff --git a/changelog/11.10.0_2022-05-16/1114 b/changelog/11.10.0_2022-05-18/1114 similarity index 100% rename from changelog/11.10.0_2022-05-16/1114 rename to changelog/11.10.0_2022-05-18/1114 diff --git a/changelog/11.10.0_2022-05-16/1116 b/changelog/11.10.0_2022-05-18/1116 similarity index 100% rename from changelog/11.10.0_2022-05-16/1116 rename to changelog/11.10.0_2022-05-18/1116 diff --git a/changelog/11.10.0_2022-05-16/1119 b/changelog/11.10.0_2022-05-18/1119 similarity index 100% rename from changelog/11.10.0_2022-05-16/1119 rename to changelog/11.10.0_2022-05-18/1119 diff --git a/changelog/11.10.0_2022-05-16/1123 b/changelog/11.10.0_2022-05-18/1123 similarity index 100% rename from changelog/11.10.0_2022-05-16/1123 rename to changelog/11.10.0_2022-05-18/1123