diff options
| author | Davi Antônio <30875784+DaviAntonio@users.noreply.github.com> | 2023-08-29 01:31:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 01:31:55 +0000 |
| commit | c9296f3172b213af79cef8b78660ecf3516890c4 (patch) | |
| tree | 57983854859dce62851a0e1baeb75791a707d1c2 | |
| parent | 48cd64a927eda583347b70c223c4b5cfa28c9582 (diff) | |
| download | boca-c9296f3172b213af79cef8b78660ecf3516890c4.tar.gz boca-c9296f3172b213af79cef8b78660ecf3516890c4.zip | |
Version 1.5.19 (#33)
* 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.
* Format code with black 23.1.0
* Release 1.5.18-1
Update changelog with all the changes made since its last update on
commit 194f6764.
* Fix src/version pointing to older version
* Release 1.5.19-1
Update changelog with all the changes made since its last update on
commit 991cb0e.
| -rw-r--r-- | debian/changelog | 17 | ||||
| -rw-r--r-- | src/version | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c78529b..4cd954f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +boca (1.5.19-1) jammy; urgency=medium + + [ Rodrigo Laiola Guimarães ] + * Update autojudging.php (#30) + + [ Daniel Saad Nogueira Nunes ] + * fscore.php: now CE, Name Mismatch and Contact staff do not generate penalties. (#31) + * scorelower.php: usernames starting with scoreboss* bypass the frozen scoreboard (#32) + + [ Bruno Ribas ] + * mv postgresql/{10,14} + + [ Davi Antônio da Silva Santos ] + * Fix src/version pointing to older version + + -- Davi Antônio da Silva Santos <antoniossdavi@gmail.com> Mon, 28 Aug 2023 21:55:10 -0300 + boca (1.5.18-1) jammy; urgency=medium [ Bruno Ribas ] diff --git a/src/version b/src/version index 0c87bbd..0e65cc2 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.17 +boca-1.5.19-1 |