diff --git a/CHANGELOG b/CHANGELOG index 896b8fb..f70d575 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.0.87......Cosmetic changes, update help output. 1.0.86......Implement release native upgrade, re-add makewhatis since is needed by freebsd-update. 1.0.85......Add missing system file to properly compare and merge files upon upgrades. 1.0.84......Minor GUI fixes, revert makewhatis file addition. diff --git a/bastille-init b/bastille-init index a55d7a2..2b0ef6e 100755 --- a/bastille-init +++ b/bastille-init @@ -1273,7 +1273,7 @@ while getopts ":ospruxUvgtZh" option; do echo "Options:" echo " update|--update Update a container/release to base -pX release." echo " upgrade|--upgrade Upgrade a container/release to X.Y-RELEASE." - echo " install|--install Finish installing pending updates on Thick containers." + echo " install|--install Finish installing pending updates on container/release." echo " clean|--clean Cleanup the FreeBSD update/upgrade cached files/folders." echo ""; exit 0;; [o]) OBI_INSTALL="ON";; # To prevent nested PHP-CGI call for installation with OBI. diff --git a/version b/version index 24f0f65..9435145 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.86 +1.0.87