diff --git a/Changelog.md b/Changelog.md index c714a00..3056a4b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,13 +4,27 @@ This change log tracks the releases on our [pilot server](https://recodex.mff.cu | Date | [web-app](https://github.com/ReCodEx/web-app/releases) | [api](https://github.com/ReCodEx/api/releases) | [worker](https://github.com/ReCodEx/worker/releases) | [broker](https://github.com/ReCodEx/broker/releases) | [fileserver](https://github.com/ReCodEx/fileserver/releases) | [monitor](https://github.com/ReCodEx/monitor/releases) | [cleaner](https://github.com/ReCodEx/cleaner/releases) | | --- |:---:|:---:|:---:|:---:|:---:|:---:|:---:| +| 14.10.2018 | v1.12.2 | v1.12.2 | v1.5.3 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | | 10.10.2018 | v1.12.1 | v1.12.1 | v1.5.2 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | | 1.10.2018 | v1.12.0 | v1.12.0 | v1.5.2 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | | 16.9.2018 | v1.11.0 | v1.11.0 | v1.5.2 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | -| 19.8.2018 | v1.10.1 | v1.10.1 | v1.5.2 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | Older versions are at the bottom of this page. +## 14.10.2018 + +* Change Python execution command to `/usr/bin/env python3` (coinciding with Python upgrade on workers). +* Better way to detect student and staff roles from CAS attributes. +* Filter input files of gcc/g++ compilation command, so that only sources and not headers are included. +* Making API more robust when some part of the localized text is not provided in parameters. +* Multiple bug-fixes and improvements on exercise config page. +* Improving behavior of exercise multi-assign form. +* Minor adjustments of GroupInfo page appearance. +* Fixing bugs and improving SIS integration (supervisor's part). +* Multiple reloading issues (exercises, submission evaluation) fixed. + + + ## 10.10.2018 * Pipeline modifications and extensions required to accommodate bison and flex compiler tools (required by advanced exercises). @@ -190,6 +204,7 @@ Older versions are at the bottom of this page. | Date | [web-app](https://github.com/ReCodEx/web-app/releases) | [api](https://github.com/ReCodEx/api/releases) | [worker](https://github.com/ReCodEx/worker/releases) | [broker](https://github.com/ReCodEx/broker/releases) | [fileserver](https://github.com/ReCodEx/fileserver/releases) | [monitor](https://github.com/ReCodEx/monitor/releases) | [cleaner](https://github.com/ReCodEx/cleaner/releases) | | --- |:---:|:---:|:---:|:---:|:---:|:---:|:---:| +| 19.8.2018 | v1.10.1 | v1.10.1 | v1.5.2 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | | 10.8.2018 | v1.10.0 | v1.10.0 | v1.5.2 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | | 11.6.2018 | v1.9.0 | v1.9.0 | v1.5.0 | v1.2.2 | v1.2.1 | v1.0.0 | v1.1.0 | | 1.5.2018 | v1.8.1 | v1.8.3 | v1.4.1 | v1.2.1 | v1.2.1 | v1.0.0 | --- |