Skip to content
Snippets Groups Projects
Commit 61a36883 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

Release version 0.31.

Changelog since version 0.30:
 - check_ospf_nbr should now work reliably for numeric IPv6 addresses
   by avoiding Net-SNMP misparsing them.
 - Transition to use -C (capital C) for SNMP community instead of -c
   (lower case c), to be in line with other Nagios plugins.
parent d66a5e9c
Branches
Tags v0.31
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
PKGNAME := nagios-plugins-trh PKGNAME := nagios-plugins-trh
# The latest version released # The latest version released
_RELVERSION := 0.30 _RELVERSION := 0.31
ifeq ($(shell git status >/dev/null 2>/dev/null; echo $$?),0) ifeq ($(shell git status >/dev/null 2>/dev/null; echo $$?),0)
_GITVERSION := $(shell \ _GITVERSION := $(shell \
......
...@@ -59,6 +59,10 @@ rm -rf "$RPM_BUILD_ROOT" ...@@ -59,6 +59,10 @@ rm -rf "$RPM_BUILD_ROOT"
%changelog %changelog
* Sat Jan 12 2019 Thomas Bellman <bellman@lysator.liu.se> - 0.31-1
- Avoid Net-SNMP misparsing some numeric IPv6 addresses.
- Deprecate -c option for SNMP community, use -C instead.
* Thu Jan 3 2019 Thomas Bellman <bellman@lysator.liu.se> - 0.30-1 * Thu Jan 3 2019 Thomas Bellman <bellman@lysator.liu.se> - 0.30-1
- Update to version 0.30-1, with new plugin check_ping_multiaddr. - Update to version 0.30-1, with new plugin check_ping_multiaddr.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment