diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,12 +1,17 @@ | |||
1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
2 | 2 | ||
3 | 1.6 ... | 3 | 1.6 ... |
4 | ENHANCEMENTS | ||
5 | check_ide_smart now defaults to plugin output, original output appended with -v | ||
6 | |||
4 | FIXES | 7 | FIXES |
5 | 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 |
6 | 9 | ||
7 | WARNINGS | 10 | WARNINGS |
8 | check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells | 11 | check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells |
9 | utils.sh no longer defines ECHO | 12 | utils.sh no longer defines ECHO |
13 | check_ide_smart -q (quiet) and -n (Nagios-compatile output) are now deprecated | ||
14 | but accepted for backward-compatibility | ||
10 | 15 | ||
11 | 1.5 2nd October 2013 | 16 | 1.5 2nd October 2013 |
12 | ENHANCEMENTS | 17 | ENHANCEMENTS |