diff --git a/CHANGELOG b/CHANGELOG index f0d66b3..2a3b325 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.2.27......Minor cosmetic/wording changes. 1.2.26......Minor cosmetic/wording changes. 1.2.25......Add 'etcupdate' missing command, update bundled files. 1.2.24......Minor code changes/improvements. diff --git a/gui/bastille_manager_util.php b/gui/bastille_manager_util.php index ab71b33..b866fdb 100644 --- a/gui/bastille_manager_util.php +++ b/gui/bastille_manager_util.php @@ -246,9 +246,9 @@ if($_POST): if($retval == 0): $update_release = exec("/usr/sbin/jexec -l {$item} freebsd-version"); if (($_POST['update_jail_force']) || ($_POST['update_base_force'])): - $savemsg .= sprintf(gtext("Container release forcefully updated to %s successfully."),$update_release); + $savemsg .= sprintf(gtext("Container release forcefully updated to %s successfully, a restart is required to apply pending changes."),$update_release); else: - $savemsg .= sprintf(gtext("Container release updated to %s successfully."),$update_release); + $savemsg .= sprintf(gtext("Container release updated to %s successfully, a restart is required to apply pending changes."),$update_release); endif; if ($_POST['update_base']): exec("/usr/local/bin/bastille config {$item} set osrelease $update_release"); diff --git a/version b/version index cba64f4..3b781da 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.26 +1.2.27