diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -6,12 +6,16 @@ This file documents the major additions and syntax changes between releases. | |||
6 | 6 | ||
7 | FIXES | 7 | FIXES |
8 | Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified | 8 | Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified |
9 | check_ide_smart could disable offline auto tests but could not re-enable them. | ||
10 | For this reason all SMART command modes have been disabled. | ||
9 | 11 | ||
10 | WARNINGS | 12 | WARNINGS |
11 | check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells | 13 | check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells |
12 | utils.sh no longer defines ECHO | 14 | utils.sh no longer defines ECH |
13 | check_ide_smart -q (quiet) and -n (Nagios-compatile output) are now deprecated | 15 | check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated |
14 | but accepted for backward-compatibility | 16 | but accepted for backward-compatibility |
17 | check_ide_smart -0/--auto-off, -1/--auto-on and -i/--immediate: options have | ||
18 | been disabled because they were broken | ||
15 | 19 | ||
16 | 1.5 2nd October 2013 | 20 | 1.5 2nd October 2013 |
17 | ENHANCEMENTS | 21 | ENHANCEMENTS |