diff --git a/CHANGELOG b/CHANGELOG index 8c1f589..9a07191 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.1.23......Update release list to include 13.2. 1.1.22......Fix sysrc path. 1.1.21......Fix HARDENEDBSD url. 1.1.20......Update: Add support for 13.2, update config file. diff --git a/gui/bastille_manager_tarballs.php b/gui/bastille_manager_tarballs.php index 1c1b056..2a08374 100644 --- a/gui/bastille_manager_tarballs.php +++ b/gui/bastille_manager_tarballs.php @@ -72,6 +72,7 @@ $sphere_array = $rel_list; if ($linux_compat_support == "YES"): $a_action = [ + '13.2-RELEASE' => gettext('13.2-RELEASE'), '13.1-RELEASE' => gettext('13.1-RELEASE'), '13.0-RELEASE' => gettext('13.0-RELEASE'), '12.3-RELEASE' => gettext('12.3-RELEASE'), @@ -90,6 +91,7 @@ if ($linux_compat_support == "YES"): ]; else: $a_action = [ + '13.2-RELEASE' => gettext('13.2-RELEASE'), '13.1-RELEASE' => gettext('13.1-RELEASE'), '13.0-RELEASE' => gettext('13.0-RELEASE'), '12.3-RELEASE' => gettext('12.3-RELEASE'), diff --git a/version b/version index c442f5e..32ffe12 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.22 +1.1.23