From bec29c3d59f0702c72a9abab45ec83d4ac9fe3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Mon, 14 Mar 2022 01:06:14 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index de9a36f..506f10b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ This change log tracks the releases on our [pilot server](https://recodex.mff.cu | Date | [web-app](https://github.com/ReCodEx/web-app/releases) | [core-api](https://github.com/ReCodEx/api/releases) | [worker](https://github.com/ReCodEx/worker/releases) | [broker](https://github.com/ReCodEx/broker/releases) | [monitor](https://github.com/ReCodEx/monitor/releases) | [cleaner](https://github.com/ReCodEx/cleaner/releases) | | --- |:---:|:---:|:---:|:---:|:---:|:---:| +| 14.3.2022 | v2.3.0 | v2.3.0 | v1.7.4 | v1.3.0 | v1.0.0 | v1.1.0 | | 17.2.2022 | v2.2.1 | v2.2.1 | v1.7.4 | v1.3.0 | v1.0.0 | v1.1.0 | | 11.2.2022 | v2.2.0 | v2.2.0 | v1.7.4 | v1.3.0 | v1.0.0 | v1.1.0 | | 21.11.2021 | v2.1.1 | v2.1.1 | v1.7.3 | v1.3.0 | v1.0.0 | v1.1.0 | @@ -13,6 +14,14 @@ This change log tracks the releases on our [pilot server](https://recodex.mff.cu | 3.3.2021 | v1.25.1 | v1.25.1 | v1.7.2 | v1.3.0 | v1.0.0 | v1.1.0 | | 3.2.2021 | v1.25.0 | v1.25.0 | v1.7.2 | v1.3.0 | v1.0.0 | v1.1.0 | +# 14.3.2022 +- Support for compile arguments for C and C++ environments added. + +Both `c-gcc-linux` and `cxx-gcc-linux` needs to be updated from [runtimes repository](https://github.com/ReCodEx/runtimes) and the following commands must be invoked afterwards to fix exercise configurations: +``` +bin/console runtimes:fixConfigVariables c-gcc-linux +bin/console runtimes:fixConfigVariables cxx-gcc-linux +``` ## 17.2.2022 - Showing accepted status in results table.