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/versionnum.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/versionnum.php') 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 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/versionnum.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/versionnum.php') diff --git a/src/versionnum.php b/src/versionnum.php index 15f50f9..4c85af5 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ -- cgit v1.2.3 From e91ec1511e0caeabc1af0d613d1abd2af29f88bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Thu, 26 Sep 2024 22:00:47 -0300 Subject: Update internal version info to 1.5.21 --- src/versionnum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/versionnum.php') diff --git a/src/versionnum.php b/src/versionnum.php index 4c85af5..32f844d 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ -- 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/versionnum.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/versionnum.php') diff --git a/src/versionnum.php b/src/versionnum.php index 32f844d..838c1b4 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ -- 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/versionnum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/versionnum.php') diff --git a/src/versionnum.php b/src/versionnum.php index 838c1b4..c0a025e 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ -- cgit v1.2.3