From 836a150c16c3b7912de5b92d35e9e70304ab4215 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Mon, 12 Jun 2023 20:56:20 +1000 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index be401a7..5ffe7fb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -v2.3.51 +v2.3.52 - Fixed HDD/SSD firmware versions always being 4 characters long (for DSM 7.2 and 6.2.4 Update 7). - Fixed detecting amount of installed memory (for DSM 7.2 which now reports GB instead of MB). - Fixed USB drives sometimes being detected as internal drives (for DSM 7.2). @@ -7,8 +7,9 @@ v2.3.51 - Fixed drive db update still being disabled in /etc/synoinfo.conf after script run with --restore option. - Fixed permissions on restored files being incorrect after script run with --restore option. - Fixed permissions on backup files. -- Now skips checking the amount of installed memory in DSM 6 (because it was never working). +- Now skips checking the amount of installed memory in DSM 6 (because it was never working in DSM 6). - Now the script reloads itself after updating. +- Changed the "No M.2 cards found" to "No M.2 PCIe cards found" to make it clearer. - Added "You may need to reboot" message when NVMe drives were detected. - Added --autoupdate=[age] option to auto update synology_hdd_db x days after new version released. - Autoupdate logs update success or errors to DSM system log.