From e8496028e71881c2be277917d43de03eced826b5 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 19 Apr 2026 21:59:21 +1000 Subject: [PATCH] Update CHANGES.txt for version 3.6.125 Added version 3.6.125 with a bug fix for missing lvs and pvs errors for 1 bay NAS. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index fe91b64..ca3793f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +v3.6.125 +- Bug fix for missing lvs and pvs errors for 1 bay NAS (that don't have LVM). + v3.6.124 - Bug fix for script trying to set write_mostly on SATA M.2 drives. Issue #567 - Bug fix for script trying to use nvme command to get SATA M.2 drives' vendor id. Issue #567