Merge remote-tracking branch 'weiss/pr/3'
[nsca-ng.git] / perl / Changes
blobe01e9d966ae9e6578c0204d47bdbe54b2cd683b0
1 Revision history for Perl extension Net::NSCAng::Client.
3 v1.0.0  2016-09-12
4         - New: provide :rcodes tag to only import return codes
5         - New: version numbering scheme changed to use version->declare()
6         - Doc fix: properly hyperlink to methods by separating method name and
7           argument template.
9 0.05  2015-10-06
10         - Fix: use Devel::CheckLib in the build script to verify that the
11           OpenSSL found is actually usable.
13 0.04  2015-09-27
14         - Fix: on systems such as OpnBSD that use LibreSSL without support for
15           RFC4279 PSK authentication, try `libeopenssl' (the original) first.
16         - Test: emit warning on threaded perls
17         - CPAN: add MIN_PERL_VERSION and repository info
18         - CPAN: change archive to bzip2 format
20 0.03  2015-08-31
21         - Test suite: fix spurious failures on non-English locales
23 0.02  2015-08-26
24         - Doc fix: *_results method documentation had wrong arguments
25         - Doc fix: "timeout" tag for the constructor was missing
27 0.01  2015-08-25
28         - original version; created by h2xs 1.23 with options
29                 -b 5.10.1 -O -A -n Net::NSCAng::Client
31 vim:set noet  ts=8: