From 901983378c43448c6720921d832283db20a2fb55 Mon Sep 17 00:00:00 2001 From: JRGTH Date: Sat, 18 Oct 2025 13:52:29 -0400 Subject: [PATCH] Fix typo in tarballs download page, thanks to Lux --- CHANGELOG | 1 + gui/bastille_manager_tarballs.php | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7653e77..1581869 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.2.18......Fix typo in tarballs download page, thanks to Lux. 1.2.17......Check if bastille_zfs_enable is actually set to NO before zfs disable. 1.2.16......Disable zfs activation warnings if bastille_zfs_enable is set to NO. 1.2.15......Minor code changes/improvements. diff --git a/gui/bastille_manager_tarballs.php b/gui/bastille_manager_tarballs.php index 1dca4c3..4c4576f 100644 --- a/gui/bastille_manager_tarballs.php +++ b/gui/bastille_manager_tarballs.php @@ -83,7 +83,7 @@ if ($linux_compat_support == "YES"): '14.2-RELEASE' => gettext('14.2-RELEASE'), '14.1-RELEASE' => gettext('14.1-RELEASE'), '14.0-RELEASE' => gettext('14.0-RELEASE'), - '13.5-RELEASE' => gettext('13.4-RELEASE'), + '13.5-RELEASE' => gettext('13.5-RELEASE'), '13.4-RELEASE' => gettext('13.4-RELEASE'), // Linux base release bootstrap is allowed from command-line. //'ubuntu-jammy' => gettext('Ubuntu-noble'), diff --git a/version b/version index b66183a..591bdbc 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.17 +1.2.18