From 1ca5ecb83aa925a5a9751da615773cd5bebd2960 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 30 Jul 2020 17:04:29 +0200 Subject: Release v1.2 Signed-off-by: David Sommerseth --- rpm/SPECS/logactio.spec | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/rpm/SPECS/logactio.spec b/rpm/SPECS/logactio.spec index 1bc72d0..f22413f 100644 --- a/rpm/SPECS/logactio.spec +++ b/rpm/SPECS/logactio.spec @@ -1,6 +1,6 @@ Summary: A simple log tracker which acts on certain events Name: logactio -Version: 1.1 +Version: 1.2 Release: 1 License: GPLv2 Group: System Environment/Daemons @@ -126,6 +126,10 @@ fi %changelog +* Thu Jul 30 2020 David Sommerseth - 1.2.1 +- Migrate to Python 3 +- Improve log messages for SMTPreporter and IPTipset +- Use a simpler systemd service unit file * 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 diff --git a/setup.py b/setup.py index 89de76a..f3a08e3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys # Get PYTHONLIB with no prefix so --prefix installs work. PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages') -version = "1.1" +version = "1.2" setup(name="logactio", version=version, -- cgit