From bc8f416bcafae56ebcb3b10c42586b4e413c5e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio?= <30875784+DaviAntonio@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:40:19 +0000 Subject: Release 1.5.17-1 (#27) * Update version info and year The following files were updated to the next version to be released and the current year: - src/version - src/versionnum.php * Release 1.5.17-1 Update changelog with all the changes made since its last update on commit 818abd88. --- debian/changelog | 27 +++++++++++++++++++++++++++ src/version | 2 +- src/versionnum.php | 4 ++-- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a837589..6dfb332 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +boca (1.5.17-1) jammy; urgency=medium + + [ Bruno Ribas ] + * webcast.php: Add lock to avoid sending corrupted files + * src/db.php: Begin migration to php8.1 requirement. Fix use of pg_lo_export + * src/scoretable.php: Remove all each() usage + + [ Daniel Saad Nogueira Nunes ] + * Update stat.php + * Update stat.php (#23) + * Create barplot.py (#24) + * Create piechart.py (#25) + + [ Bruno Ribas ] + * scoretable.php: fix scoreboard to show correct teams + + [ Daniel Saad Nogueira Nunes ] + * Update frun.php (#26) + + [ Rodrigo Laiola Guimarães ] + * Fix user multi-login problem when running BOCA with a reverse proxy (#19) + + [ Davi Antônio da Silva Santos ] + * Update version info and year + + -- Davi Antônio da Silva Santos Mon, 27 Mar 2023 22:55:23 -0300 + boca (1.5.16-2) jammy; urgency=medium * Enable boca's virtual host on HTTP (web interface) diff --git a/src/version b/src/version index 99637e4..0c87bbd 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.14 +boca-1.5.17 diff --git a/src/versionnum.php b/src/versionnum.php index fc9810f..15f50f9 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ -- cgit v1.2.3