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

Release version 0.20.

Changelog since version 0.10:
 - OSPF v3 support in check_ospf_nbr plugin. [issue #1]
 - Automatic detection of device OS for quirk workarounds.
 - Handle Comware not listing all interfaces in ifXTable.
parent 49fffee4
Branches
Tags v0.20
No related merge requests found
......@@ -18,7 +18,7 @@
PKGNAME := nagios-plugins-trh
# The latest version released
_RELVERSION := 0.10
_RELVERSION := 0.20
ifeq ($(shell git status >/dev/null 2>/dev/null; echo $$?),0)
_GITVERSION := $(shell \
......
......@@ -58,9 +58,10 @@ rm -rf "$RPM_BUILD_ROOT"
%changelog
* Thu Sep 6 2018 Thomas Bellman <bellman@lysator.liu.se> - 0.10+-1
* Fri Sep 7 2018 Thomas Bellman <bellman@lysator.liu.se> - 0.20-1
- Package installed MIB files.
- Install README and COPYING files.
- Update to version 0.20-1.
* Wed Jul 25 2018 Thomas Bellman <bellman@lysator.liu.se> - 0.00-1
- Initial RPM build.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment