-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGES.txt
73 lines (58 loc) · 3.13 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
v3.0.19
- Bug fix when --unit option used (introduced in v3.0.18).
v3.0.18
- Bug fix for not processing --email or --autoupdate when --unit option was used.
v3.0.17
- Changed to also enable RX1217, RX1214 or RX1211 when RX1217rp, RX1214rp or RX1211rp selected.
v3.0.16
- Added check that the Synology NAS has an eSATA port or Inifinband port.
- Added support for InfiniBand expansion units for RS2421+, RS2421RP+ and RS2821RP+ NAS.
- Supports RX1217RP, RX1217, RX1214RP, RX1214, RX1211RP, RX1211, DX1215II, DX1215 or DX1211 expansion units.
- When selecting RX1214RP or RX1211RP both RP and non-RP models are enabled.
- Removed editing synoinfo.conf as "support_ew_20_eunit" only relates to extended warranty.
v3.0.15-RC
- Added check that the Synology NAS has an eSATA port or Inifinband port.
- Bug fix for incorrectly thinking RXnnnn was already enabled if RXnnnnRP was already enabled.
v3.0.14-RC
- Added support for InfiniBand expansion units for RS2421+, RS2421RP+ and RS2821RP+ NAS.
- Supports RX1217RP, RX1217, RX1214RP, RX1214, RX1211RP, RX1211, DX1215II, DX1215 or DX1211 expansion units.
- Removed editing synoinfo.conf as "support_ew_20_eunit" only relates to extended warranty.
v2.1.13
- Added checks to prevent running on unsupported Synology NAS model.
- Needs syno_slot_mapping command and /etc/model.dtb file.
v2.1.12
- Bug fix for false "Failed to delete tmp files" log entries when script updates itself.
- Bug first appeared in v1.0.6
v2.1.11
- Added ability to schedule the script and specify the expansion unit to enable.
--unit=EUNIT where EUNIT is dx517, dx513, dx213, dx510, rx418, rx415 or rx410
v2.0.10
- Added Check and Restore as menu choices (so you don't need to run the script with an option to check or restore).
- Now shows which expansion units are currently connected.
- Now shows which expansion units are currently enabled.
- Can now enable all of the available expansion units.
- No longer need to restore to change the 3rd expansion unit (just enable a 4th or 5th etc).
- No longer edits scemd as it was unneeded and limited the number of expansion units that could be enabled.
- Bug fix for systemctl misspelt as systemct.
- Bug fix for error message that said "Cannot add M2 PCIe card" instead of "Cannot add expansion unit".
v1.0.8
- Hard coded /usr/syno/bin/ for Synology commands (to prevent $PATH issues).
v1.0.7
- Bug fix when script updates itself and user ran the script from ./scriptname.sh
v1.0.6
- Bug fix for false "This script is NOT running on a Synology NAS!" if uname is installed from Entware.
v1.0.5
- Improved script updating itself.
- Now checks script is running on a Synology NAS.
- Now shows the Storage Manager package version.
- Now only tells you to reboot if model.dtb was edited.
v1.0.3
- Added DX510 support.
- Added --autoupdate=AGE to auto update script (useful when script is scheduled).
- Added -e, --email option to disable colored text in output scheduler emails.
- Now adds entry to DSM system log if auto update succeeds or fails.
- Now shows Storage Manager package version.
- Now warns if script is located on an NVMe drive.
- Bug fix for wrong filename when updating itself.
v1.0.1
- First release.