From 21eaa96e26eff9ac0e65ee271f04fedc32950108 Mon Sep 17 00:00:00 2001 From: JRGTH Date: Wed, 17 Sep 2025 03:41:57 -0400 Subject: [PATCH] Minor cosmetic/wording changes. --- CHANGELOG | 1 + bastille-init | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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