summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2015-11-12 15:19:08 +0100
committerDavid Sommerseth <davids@redhat.com>2015-11-12 15:19:08 +0100
commit11d95327f1ead107139c500734ef95f4ae05a6d2 (patch)
tree0ef8c5b88766548ed65efa0cbcf36c73d31cf1ea
parentc887aa699542cf2d816d13e7a24c83bae172c6a5 (diff)
downloadlogactio-11d95327f1ead107139c500734ef95f4ae05a6d2.tar.gz
logactio-11d95327f1ead107139c500734ef95f4ae05a6d2.tar.xz
logactio-11d95327f1ead107139c500734ef95f4ae05a6d2.zip
Release v1.1v1.1
Signed-off-by: David Sommerseth <davids@redhat.com>
-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,