summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpm/SPECS/logactio.spec5
-rw-r--r--setup.py2
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 <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
* Fri Oct 23 2015 David Sommerseth <dazo@eurephia.org> - 1.0-1
- Updated for final v1.0 with support for both systemd and sysv distros
* Wed Dec 25 2013 David Sommerseth <dazo@eurephia.org> - 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,