Skip to content
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
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
DOMjudge Programming Contest Judging System

Version 9.0.0DEV
Version 10.0.0DEV
---------------------------

Version 9.0.0 - 5 October 2025
---------------------------
- API and integration:
- Get rid of 'internal' data source mode, always requiring - but auto
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DOMjudge
[![Coverity Scan Status](https://img.shields.io/coverity/scan/671.svg)](https://scan.coverity.com/projects/domjudge)
[![CodeQL alerts](https://github.com/DOMjudge/domjudge/actions/workflows/codeql-analysis.yml/badge.svg?branch=main&event=push)](https://github.com/DOMjudge/domjudge/actions/workflows/codeql-analysis.yml)

This is the Programming Contest Jury System "DOMjudge" version 9.0.0DEV
This is the Programming Contest Jury System "DOMjudge" version 10.0.0DEV

DOMjudge is a system for running a programming contest, like the
ICPC regional and world championship programming contests.
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
| DOMjudge Version | Supported | PHP version supported |
|------------------| ------------------ |-----------------------|
| main branch | :warning: | 8.1-8.4 |
| 9.0.x | :white_check_mark: | 8.1-8.4 |
| 8.3.x | :white_check_mark: | 8.1-8.3 |
| 8.2.x | :white_check_mark: | 7.4-8.2 |
| < 8.2 | :x: | :x: |
| < 8.3 | :x: | :x: |

## Reporting a Vulnerability

Expand Down
Loading