Automatic commit of package [zabbix-agent-addons] release [0.2.50-1].

Created by command:

/usr/bin/tito tag
This commit is contained in:
Daniel Berteaud 2018-09-17 08:18:48 +02:00
parent 21e090cd27
commit b057750202
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
0.2.49-1 ./
0.2.50-1 ./

View File

@ -4,7 +4,7 @@
Summary: Scripts for Zabbix monitoring
Name: zabbix-agent-addons
Version: 0.2.49
Version: 0.2.50
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
@ -99,6 +99,10 @@ fi
%endif
%changelog
* Mon Sep 17 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.50-1
- Fix comparison with uninitialized value in check_unifi (daniel@firewall-
services.com)
* Sat Sep 15 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.49-1
- Report number of unarchived alarms in check_unifi --unifi (daniel@firewall-
services.com)