add test requirements
[nsca-ng.git] / NEWS
blob40a5b8f0485aca432e7abcfa7bd861b4a00da261
1 NSCA-ng Release History
2 =======================
4 Changes in Release 1.4 (2014-10-14)
5 -----------------------------------
7 - Fix NSCA-ng's systemd support: Actually send the keep-alive packets
8   expected by the watchdog.
9 - Include an experimental NSCA-ng client module for Python.
11 Changes in Release 1.3 (2014-07-15)
12 -----------------------------------
14 - Make the server play nicely with systemd by providing a systemd.service(5)
15   file and adding optional support for socket activation as well as other
16   systemd features, such as watchdog supervision.  When compiled with
17   systemd support, the server enables these features automatically if it was
18   socket activated.
19 - Fix an issue that prevented compilation on (at least) Solaris and FreeBSD
20   and caused a fatal startup error on (at least) NetBSD and OpenBSD.
21 - Make sure our copy of FreeBSD's pidfile(3) code isn't used if the system
22   provides it.  The Autoconf test got this wrong in certain cases.
23 - Don't buffer log output written to the standard error output.
24 - Accept CRLF-terminated client configuration files.
25 - Apply a few minor fixes.
27 Changes in Release 1.2 (2013-11-06)
28 -----------------------------------
30 - Let nsca-ng.cfg(5)'s `include` directive and nsca-ng(8)'s `-c` flag accept
31   directory path names.  If a directory is specified, read the server
32   configuration from all `*.cfg` and `*.conf` files in the specified
33   directory and all subdirectories.
34 - Let the client's `-d` and `-e` flags accept C-style escape sequences, so
35   that e.g. `-e '\n'` can be specified.  Octal and hexadecimal numbers are
36   also accepted.
37 - Allow for specifying authorization settings outside of the `authorize`
38   sections in nsca-ng.cfg(5) files.  They will then serve as a fallback for
39   `authorize` sections that don't define these settings.
40 - Fix a race condition in the case where the command file is recreated after
41   the NSCA-ng server had opened it.
42 - Fix a crash of the client on 32-bit platforms that use 64-bit timestamps.
43 - Don't use half-broken POSIX AIO implementations such as the one provided
44   by Debian GNU/kFreeBSD 7.
45 - Apply test suite fixes for GNU Hurd.
46 - Update our copy of libev from version 4.11 to version 4.15.  The new
47   release provides a number of bug fixes and minor enhancements.
48 - Apply some minor cleanups.
50 Changes in Release 1.1 (2013-04-12)
51 -----------------------------------
53 - Add chroot(2) support to the server.
54 - Let the server accept `hosts` patterns in `authorize` sections.  They're
55   syntactic sugar for allowing host checks to be submitted (analogous to the
56   `services` patterns for service check submissions).
57 - Let the client ignore empty input lines.  This fixes some corner cases
58   where NSCA-ng's client didn't accept the same input as the client provided
59   with the original NSCA package.
60 - Add the `-e` client option, which allows for specifying a delimiter to use
61   instead of the ASCII ETB character for separating check results.
62 - Let the `invoke_check` script (provided in the `contrib` directory of the
63   source tarball) survive plugin return codes other than zero.  This should
64   make the script slightly more useful :-)
65 - Apply a few minor improvements.
67 Changes in Release 1.0 (2013-03-06)
68 -----------------------------------
70 - Actually use the POSIX AIO API if it's provided by the target system.  The
71   corresponding Autoconf test was broken since version 0.2.
72 - When opening the command file, check whether it's a named pipe.  If it's
73   not, log a warning message and retry opening it later on.
74 - Use the PSK-AES256-CBC-SHA cipher suite (instead of PSK-RC4-SHA) by
75   default.
76 - Apply various minor fixes and improvements.
78 Changes in Release 0.3 (2013-02-25)
79 -----------------------------------
81 - First public release.
82 - Fix the server's `-s` and `-S` options.  They were effectively ignored.
83 - Mention the session ID in all log messages related to the TLS
84   communication in order to ease debugging.
85 - Apply a few minor cleanups.
87 Changes in Release 0.2 (2013-02-19, Unpublished)
88 ------------------------------------------------
90 - Accept non-numeric service check result status when matching against
91   service patterns.
92 - Don't accept spurious service check results.  This could have happened
93   when service patterns without host name part were specified.
94 - Mention the session ID when refusing data.
95 - Fix the client's `-s` option.  It was effectively ignored.
96 - Don't link the client against the libraries used only by the server.
97 - Apply various minor cleanups.
99 Changes in Release 0.1 (2013-02-08, Unpublished)
100 ------------------------------------------------
102 - Initial release.
104 <!-- vim:set filetype=markdown textwidth=76 joinspaces: -->