diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2023-03-29 13:40:35 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2023-03-29 13:40:35 +0000 |
| commit | a9bb286113e9e8267a6cc45f5b401bdd448a9f8a (patch) | |
| tree | 752f3dbac03a25b8926b05f81c03f90c27135dc1 /debian | |
| parent | 2611b34940fd7e992d609156ab36a2074b7390bf (diff) | |
| parent | bc8f416bcafae56ebcb3b10c42586b4e413c5e5d (diff) | |
| download | boca-a9bb286113e9e8267a6cc45f5b401bdd448a9f8a.tar.gz boca-a9bb286113e9e8267a6cc45f5b401bdd448a9f8a.zip | |
Merge branch 'master' of github.com:cassiopc/boca
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 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 <antoniossdavi@gmail.com> 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) |