From 57d877be8d2a4b7983e09d8d99f00d0f3fae8082 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:46:31 +1000 Subject: [PATCH] Update CHANGES.txt - Now looks for and edits both v7 and non-v7 db files to solve issue #11 for RS '21 models running DSM 6.2.4. This will also ensure the script still works if: - Synology append different numbers to the db file names in DSM 8 etc. - The detected NAS model name does not match the .db files' model name. - Now backs up the .db.new files (as well as the .db files). - Now shows max memory in GB instead of MB. - Now shows status of "Support disk compatibility" setting even if it wasn't changed. - Now shows status of "Support memory compatibility" setting even if it wasn't changed. --- CHANGES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9603241..49c6991 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,11 @@ v2.2.39 -- Now looks for and edits both v7 and non-v7 db files to solve issue #11 for RS '21 models running DSM 6.2.4. +- Now looks for and edits both v7 and non-v7 db files to solve issue #11 for RS '21 models running DSM 6.2.4. This will also ensure the script still works if: + - Synology append different numbers to the db file names in DSM 8 etc. + - The detected NAS model name does not match the .db files' model name. +- Now backs up the .db.new files (as well as the .db files). +- Now shows max memory in GB instead of MB. +- Now shows status of "Support disk compatibility" setting even if it wasn't changed. +- Now shows status of "Support memory compatibility" setting even if it wasn't changed. v2.1.38 - Improved shell output when editing max memory setting.