aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Cesar Ribas <bcribas@users.noreply.github.com>2025-12-02 13:58:00 +0000
committerGitHub <noreply@github.com>2025-12-02 13:58:00 +0000
commit5a6232c7dd4691dfc728014819c74264058891ba (patch)
tree9602a01020e17540fd095ade9d1a63a718b810d4
parentbd4508796fb87b5cc505c2497047efd772a3120b (diff)
parent475394c31982e883410d81d7e12b7bee07c4e090 (diff)
downloadboca-5a6232c7dd4691dfc728014819c74264058891ba.tar.gz
boca-5a6232c7dd4691dfc728014819c74264058891ba.zip
Merge pull request #48 from DaviAntonio/master
Release version 1.5.24-1+ubuntu24.04
-rw-r--r--debian/changelog20
-rw-r--r--src/version2
-rw-r--r--src/versionnum.php2
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';
?>