summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@eurephia.org>2020-07-30 17:04:29 +0200
committerDavid Sommerseth <dazo@eurephia.org>2020-07-30 22:02:15 +0200
commit1ca5ecb83aa925a5a9751da615773cd5bebd2960 (patch)
tree51404139a7352d49c3750916663de33b115b69a5
parentccb52d518641d484d53b7358a750f51d0afbbdea (diff)
downloadlogactio-1ca5ecb83aa925a5a9751da615773cd5bebd2960.tar.gz
logactio-1ca5ecb83aa925a5a9751da615773cd5bebd2960.tar.xz
logactio-1ca5ecb83aa925a5a9751da615773cd5bebd2960.zip
Release v1.2v1.2release
Signed-off-by: David Sommerseth <dazo@eurephia.org>
-rw-r--r--rpm/SPECS/logactio.spec6
-rw-r--r--setup.py2
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 <dazo@eurephia.org> - 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 <dazo@eurephia.org> - 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,