diff --git a/CHANGELOG b/CHANGELOG index ac4e9ef..17778aa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.2.07......Minor cosmetic/wording changes. 1.2.06......Code changes, symlink bundled files in embedded platforms. 1.2.05......Mount unionfs for pkg while fetching debootstrap packages. 1.2.04......Fix for missing variable affecting embedded platforms, thanks to tga. diff --git a/bastille-init b/bastille-init index 93311a8..5bb3ab0 100644 --- a/bastille-init +++ b/bastille-init @@ -1220,7 +1220,7 @@ post_upgrade() ${CWDIR}/post_upgrade.sh sleep 5 else - echo "Nothing to do." + echo "No post upgrade changes pending." fi sysrc -f ${CWDIR}${EXTCONF} EXTENSION_UPGRADED="0" >/dev/null 2>&1 fi diff --git a/version b/version index a499c27..d7c81ce 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.06 +1.2.07