From 3b2ce2f12dba4d1787928d0fbab04767f8a4bd98 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:41:49 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882485cc5..e77301d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix thumbnail generation for jpegs: [#1490](https://github.com/owncloud/ocis/issues/1490) * Enhancement - Add focus to input elements on login page: [#1792](https://github.com/owncloud/ocis/pull/1792) * Enhancement - Improve accessibility to input elements on login page: [#1794](https://github.com/owncloud/ocis/pull/1794) +* Enhancement - Add new build targets: [#1824](https://github.com/owncloud/ocis/pull/1824) * Enhancement - Clarify expected failures: [#1790](https://github.com/owncloud/ocis/pull/1790) * Enhancement - Replace special character in login page title with a regular minus: [#1813](https://github.com/owncloud/ocis/pull/1813) * Enhancement - File Logging: [#1816](https://github.com/owncloud/ocis/pull/1816) @@ -35,6 +36,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/1794 https://github.com/owncloud/ocis/pull/1811 +* Enhancement - Add new build targets: [#1824](https://github.com/owncloud/ocis/pull/1824) + + Make build target `build` used to build a binary twice, the second occurrence having symbols + for debugging. We split this step in two and added `build-all` and `build-debug` targets. + + - `build-all` now behaves as the previous `build` target, it will generate 2 binaries, one for + debug. - `build-debug` will build a single binary for debugging. + + https://github.com/owncloud/ocis/pull/1824 + * Enhancement - Clarify expected failures: [#1790](https://github.com/owncloud/ocis/pull/1790) Some features, while covered by the ownCloud 10 acceptance tests, will not be implmented for