From d8c018e4c6ec050b0089f178976ba1129307beb3 Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Sun, 5 Oct 2025 19:18:48 +0200 Subject: [PATCH 1/2] Release version 9.0.0 --- ChangeLog | 2 +- README.md | 2 +- SECURITY.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 043a1d5846..f43ba9d5ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ DOMjudge Programming Contest Judging System -Version 9.0.0DEV +Version 9.0.0 - 5 October 2025 --------------------------- - API and integration: - Get rid of 'internal' data source mode, always requiring - but auto diff --git a/README.md b/README.md index ea8586b285..29dadbdf79 100644 --- a/README.md +++ b/README.md @@ -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 9.0.0 DOMjudge is a system for running a programming contest, like the ICPC regional and world championship programming contests. diff --git a/SECURITY.md b/SECURITY.md index 8d8ee74347..577436b609 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,9 +5,9 @@ | DOMjudge Version | Supported | PHP version supported | |------------------| ------------------ |-----------------------| | main branch | :warning: | 8.1-8.4 | +| 8.4.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 From 0fc35984a2f61262eddeec0e8a5eb5552208b43d Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Sun, 5 Oct 2025 19:29:07 +0200 Subject: [PATCH 2/2] Prepare for further development. --- ChangeLog | 3 +++ README.md | 2 +- SECURITY.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f43ba9d5ae..39bcd6f2c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ DOMjudge Programming Contest Judging System +Version 10.0.0DEV +--------------------------- + Version 9.0.0 - 5 October 2025 --------------------------- - API and integration: diff --git a/README.md b/README.md index 29dadbdf79..65dd6da85f 100644 --- a/README.md +++ b/README.md @@ -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.0 +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. diff --git a/SECURITY.md b/SECURITY.md index 577436b609..b538939d6b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ | DOMjudge Version | Supported | PHP version supported | |------------------| ------------------ |-----------------------| | main branch | :warning: | 8.1-8.4 | -| 8.4.x | :white_check_mark: | 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.3 | :x: | :x: |