From feb631815ddf422b14148ee789f7b1c5dad82970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 15 Jun 2022 16:19:29 +0200 Subject: [PATCH] doc: updated changelog and credits. --- doc/changelog.dox | 6 ++++++ doc/credits.dox | 2 ++ 2 files changed, 8 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index f4a13d425..76f5a0784 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -632,6 +632,12 @@ See also: @ref Trade library that use @ref std::string stopped compiling on MSVC as there was no remaining transitive @cpp #include @ce left (see [mosra/magnum#556](https://github.com/mosra/magnum/pull/556)) +- Changed handling of `CMAKE_*_OUTPUT_DIRECTORY` to make plugins pick it up + also if only e.g. `CMAKE_RUNTIME_OUTPUT_DIRECTORY` is set, but not + `ARCHIVE` or `LIBRARY_OUTPUT_DIRECTORY`. Similarly it now also handles + config-specific `CMAKE_*_OUTPUT_DIRECTORY_` variables. See + [mosra/magnum#486](https://github.com/mosra/magnum/issues/486) and + [mosra/magnum#570](https://github.com/mosra/magnum/pull/570). @subsection changelog-latest-bugfixes Bug fixes diff --git a/doc/credits.dox b/doc/credits.dox index 48e9516d0..29413030a 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -146,6 +146,8 @@ Are the below lists missing your name or something's wrong? improvements to Debian package building experience - **Hilario Pérez Corona** ([\@hpcorona](https://github.com/hpcorona)) --- improvements to @cb{.cmake} android_create_apk() @ce +- **Hugo Amnov** ([\@hugoam](https://github.com/hugoam)) --- buildsystem + improvements - **Ivan P.** ([\@uzername](https://github.com/uzername)) --- documentation improvements - **Ivan Sanz Carasa** ([\@isc30](https://github.com/isc30)) --- buildsystem