Skip to content

Commit b62fe65

Browse files
committed
Release DOMjudge 8.3
This also drops support for DOMjudge 8.1.
1 parent 4f4e475 commit b62fe65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DOMjudge Programming Contest Judging System
22

3-
Version 8.3.0DEV
4-
----------------------------
3+
Version 8.3.0 - 31 May 2024
4+
---------------------------
55
- [security] Close metadata file descriptor for the child in runguard.
66
- Document that minimum PHP version is now 8.1.0.
77
- Upgrade Symfony to 6.2 and upgrade other library dependencies.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DOMjudge
66
[![Coverity Scan Status](https://img.shields.io/coverity/scan/671.svg)](https://scan.coverity.com/projects/domjudge)
77
[![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)
88

9-
This is the Programming Contest Jury System "DOMjudge" version 8.3.0DEV
9+
This is the Programming Contest Jury System "DOMjudge" version 8.3.0
1010

1111
DOMjudge is a system for running a programming contest, like the
1212
ICPC regional and world championship programming contests.

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
| DOMjudge Version | Supported | PHP version supported |
66
|------------------| ------------------ |-----------------------|
77
| main branch | :warning: | 8.1-8.3 |
8+
| 8.3.x | :white_check_mark: | 8.1-8.3 |
89
| 8.2.x | :white_check_mark: | 7.4-8.2 |
9-
| 8.1.x | :white_check_mark: | 7.4-8.2 |
10-
| < 8.1 | :x: | :x: |
10+
| < 8.2 | :x: | :x: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)