Skip to content

Update ChangeLog as preparation for DOMjudge 8.3 #2406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/autoconf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
include:
- os: debian
version: stable
- os: debian
version: testing
runs-on: ubuntu-latest
env:
DEBIAN_FRONTEND: noninteractive
Expand Down
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,30 @@ Version 8.3.0DEV
- Add direct button to public page for registering when enabled.
- Scale batch size of judge tasks dynamically.
- Rename room to location for teams.
- Add option to upload contest problemset document.
- Improve on the advice for rejuding on config changes, only when relevant
advice to start a rejudging, similar for updating the scoreboard cache.
- For interactive problems: add explicit statement to when one of sides of
the interactions ran closed their output.
- Allow importing a (generic) contest warning which is displayed on the scoreboard.
- Added option in the dj_setup_database to make dumps, useful before major
upgrades and during the contest before problem imports.
- Fixed some bugs to become OpenAPI spec compliant again.
- Prevent a race condition leading to two submissions receiving the same
colour balloon.
- Compile executables with `-std=gnu++20` now.
- Record the testcase directory for judging runs, this makes investigating
easier.
- Set default C/C++ standards in configure script, we intend to ship all
scripts free of warnings/errors.
- Respect basic authentication in the URL for the import-contest when .netrc
exists.
- Fix CORS header for API to make extending with other tools easier.
- Fix eventfeed when SQL commits happen out of order to send all events.
- Lazy load the team pictures for the scoreboard, to prevent spamming access
log with HTTP404s
- Make TLE detection more robust for interactive problems.
- Added option for ICPC online scoreboard with no rank displays.

Version 8.2.0 - 6 March 2023
----------------------------
Expand Down
Loading