From 553abedc45f2a6abc14c6da1762e10c4e6df41aa Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:10:40 +1100 Subject: [PATCH] Update CHANGES.txt for v3.6.120 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 68791ab..11560e8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,7 @@ v3.6.120 - Added --reboot option to reboot the NAS after a DSM update where the build number has changed. - Only needed if NVMe volume or PCIe card need a 2nd reboot after DSM update. - Note: This version of the script needs to run once to create the file that tracks the DSM build number. +- Bug fix for drive models with multiple consecutive spaces in model name. Issue #559 v3.6.119 - Bug fix for "cat: /sys/block//sys/block/sata1/device/vendor: No such file or directory" errors. Issue #554