Hi all,
Today we’ve released DOMjudge 7.0.5. This is a rollup bugfix release for the 7.0 series with the following fixes:
- Fix output limit check when uploading new testcases (thanks Irfan Sofyana Putra).
- API: only output test data count for jury members.
- Do not show First To Solve when the problem has not been solved w.r.t. the restrictions.
- Fix balloon page when we do not have award info.
- Clarify documentation.
It can be downloaded from https://www.domjudge.org/releases/
This also marks the end of life of version 7.0 (and of all previous release series).If you are running any previous version you are recommended to upgrade to one of the currently supported versions 7.1 or 7.2.
On behalf of the DOMjudge team,
Jaap Eldering
Hi all,
Today we’ve released DOMjudge 7.2.0, which brings new features
and fixes some bugs. The most notable new features include:
- Rewrote documentation into a completely new DOMjudge Manual.
- Improve performance using multiple fixes.
- Improve submission and judging run display in jury interface.
- Added some endpoints to the API.
- Use modern compiler options in internal build scripts.
- Update default configuration values to modern system limits.
- Add simple script to import a whole contest from a CLICS compatible
ccsconfig directory.
- Add a command to merge scoreboards from multiple ICPC Contest API
endpoints (#632, thanks Ragnar Groot Koerkamp).
For the full changelog, see https://github.com/DOMjudge/domjudge/blob/7.2/ChangeLog
We would like to thank everyone who contributed to this release by creating issues,
pull requests or feature requests.
We have also released 7.1.2 with some bugfixes.
Downloads are at https://domjudge.org/download
Updated Docker images are also available Docker Hub. APT packages
and live images will follow soon.
On behalf of the DOMjudge team,
Nicky Gerritsen