From d04f3baf4a5ee8b43ca06a2ddf8da5873e85258b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Mon, 27 Mar 2023 22:53:02 -0300 Subject: 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 --- src/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version') 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 -- cgit v1.2.3 From 82ee51dfc45e3885b90498acbc69a908661d929d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Mon, 5 Aug 2024 21:19:39 -0300 Subject: Update internal version info to 1.5.20 The internal version info in the source files has been updated from 1.5.19-1 and 1.5.17 to 1.5.20-1 and 1.5.20. The year has also been updated from 2023 to 2024. --- src/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version') diff --git a/src/version b/src/version index 0e65cc2..8b77d75 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.19-1 +boca-1.5.20-1 -- cgit v1.2.3 From 65154ad245ec8b15e823e0d602ca667c636caa13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Wed, 30 Apr 2025 00:19:55 -0300 Subject: fix: correct multiple versions Set the versions to 1.5.22. The program version was reported as 1.5.20-1 and 1.5.21. There are no further coding changes. --- src/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version') diff --git a/src/version b/src/version index 8b77d75..6f92667 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.20-1 +boca-1.5.22 -- cgit v1.2.3 From 253fcbf02fe2efe6a1f3ff012346615d7e314734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Thu, 4 Sep 2025 21:40:47 -0300 Subject: fix: patch jail creation for Ubuntu Noble - Update php dependencies to PHP 8.3 - Update the source code to inform version 1.5.23 - Update boca-web maintainer script for PHP 8.3 - Adds Ubuntu mirror to the standard jail - Patch standard jail fixing debootstrap problems with Ubuntu noble - Purge the unecessary packages in the jail - Perform a dist-upgrade after updating the jail - Quote shell variables o prevent suprise splitting - Replace obsolete backticks with `$( )` - Modernise test commands, replacing `[ ]` with `[[ ]]` --- src/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version') diff --git a/src/version b/src/version index 6f92667..03f4017 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.22 +boca-1.5.23 -- cgit v1.2.3