From 2848017090d861c358de9429dc6209e4640841f7 Mon Sep 17 00:00:00 2001 From: Jacob Lundqvist Date: Sun, 23 Jun 2024 13:12:15 +0200 Subject: [PATCH] v0.16 --- AOK_VARS | 4 ++-- CHANGES.md | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/AOK_VARS b/AOK_VARS index d1240d0d..31da05a4 100644 --- a/AOK_VARS +++ b/AOK_VARS @@ -8,7 +8,7 @@ # # License: MIT # -# Copyright (c) 2024: Jacob.Lundqvist@gmail.com +# Copyright (c) 2022-2024: Jacob.Lundqvist@gmail.com # # Environment variables defining how this AOK-FS should be setup # @@ -25,7 +25,7 @@ # Label for AOK builds, is also displayed by motd to indicate what # AOK FS release is being used # -AOK_VERSION="0.15.2" +AOK_VERSION="0.16" # # If defined this will be created as a no-password sudo capable user diff --git a/CHANGES.md b/CHANGES.md index 1bc46062..693d3f0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,13 @@ I will try to keep track of changes between releases here -## Next release, available in main branch +## 0.16 -- task/do_chroot.sh rewritten cleanup, no longer using a pidfile +task/do_chroot.sh mostly rewritten + +- Now able to run multiple chroots if given different mountpoints +- Fully able to kill even still running chroots cleanly on both iSH and Linux +- No longer uses a global pidfile ## 0.15