aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';
?>