From 11d95327f1ead107139c500734ef95f4ae05a6d2 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 12 Nov 2015 15:19:08 +0100 Subject: Release v1.1 Signed-off-by: David Sommerseth --- rpm/SPECS/logactio.spec | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm/SPECS/logactio.spec b/rpm/SPECS/logactio.spec index 021212c..ce848f5 100644 --- a/rpm/SPECS/logactio.spec +++ b/rpm/SPECS/logactio.spec @@ -3,7 +3,7 @@ Summary: A simple log tracker which acts on certain events Name: logactio -Version: 1.0 +Version: 1.1 Release: 1 License: GPLv2 Group: System Environment/Daemons @@ -127,6 +127,9 @@ fi %changelog +* Thu Nov 12 2015 David Sommerseth - 1.1-1 +- Reworked regexp match values sent to the reporter modules +- Ensure that IPTipset only uses the first regexp match as an IP address * Fri Oct 23 2015 David Sommerseth - 1.0-1 - Updated for final v1.0 with support for both systemd and sysv distros * Wed Dec 25 2013 David Sommerseth - 0.01-1 diff --git a/setup.py b/setup.py index a4e9706..0f8a687 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import commands, sys # Get PYTHONLIB with no prefix so --prefix installs work. PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages') -version = "1.0" +version = "1.1" setup(name="logactio", version=version, -- cgit