diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2025-09-23 02:53:57 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2025-09-23 02:53:57 +0000 |
| commit | 475394c31982e883410d81d7e12b7bee07c4e090 (patch) | |
| tree | 9602a01020e17540fd095ade9d1a63a718b810d4 | |
| parent | bd4508796fb87b5cc505c2497047efd772a3120b (diff) | |
| download | boca-475394c31982e883410d81d7e12b7bee07c4e090.tar.gz boca-475394c31982e883410d81d7e12b7bee07c4e090.zip | |
build: release version 1.5.24-1+ubuntu24.04
* fix languages in fcontest.php
* Fixed issue when color problem is updated, autojudge setting per problem is
set to none.
* Update webcast.php
* Fix campo logip flog.php
* Ensure fifo files are not written to while cleaning dir in bocajail.
| -rw-r--r-- | debian/changelog | 20 | ||||
| -rw-r--r-- | src/version | 2 | ||||
| -rw-r--r-- | src/versionnum.php | 2 |
3 files changed, 22 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 847ef1e..072fcd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +boca (1.5.24-1+ubuntu24.04) noble; urgency=medium + + [ Rodrigo Laiola Guimarães ] + * Bug fix + + [ João Oliveira ] + * fix languages in fcontest.php + + [ Félix Arreola Rodríguez ] + * Fixed issue when color problem is updated, autojudge setting per problem is set to none. + + [ jonessouza ] + * Update webcast.php + * Fix campo logip flog.php + + [ rsalescaldeira@gmail.com ] + * Ensure fifo files are not written to while cleaning dir in bocajail. + + -- Davi Antônio da Silva Santos <antoniossdavi@gmail.com> Mon, 22 Sep 2025 18:47:53 -0300 + boca (1.5.23-1+ubuntu24.04) noble; urgency=medium * Update php dependencies to PHP 8.3 diff --git a/src/version b/src/version index 03f4017..393a3ac 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.23 +boca-1.5.24 diff --git a/src/versionnum.php b/src/versionnum.php index c0a025e..b4d8cf7 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ <?php -$BOCAVERSION='boca-1.5.23'; +$BOCAVERSION='boca-1.5.24'; $YEAR='2025'; ?> |