From 745d04a526bb4072dd2bb7d9b58eea7195965e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20DAVOULT?= Date: Tue, 8 Dec 2020 11:51:59 +0100 Subject: [PATCH] :package: 5.3-10 --- appliance/eonweb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appliance/eonweb.spec b/appliance/eonweb.spec index 4b4580af..84d227c9 100644 --- a/appliance/eonweb.spec +++ b/appliance/eonweb.spec @@ -1,7 +1,7 @@ Summary: EyesOfNetwork Web Interface Name: eonweb Version: 5.3 -Release: 9 +Release: 10 Source: https://github.com/EyesOfNetworkCommunity/%{name}/archive/%{version}-%{release}.tar.gz Group: Applications/System License: GPL @@ -77,6 +77,10 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %changelog +* Tue Dec 08 2020 Sebastien DAVOULT - 5.3-10.eon +- fix issue when we trying to rename rules in Advance Notifier #81 +- fix gathering SQL Response in Advance Notifier #80 + * Thu Dec 03 2020 Sebastien DAVOULT - 5.3-9.eon - Add unused commands #33af6d2 - Change SQL interrogation (mysqli to PDO)