aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2022-05-04 09:00:55 +0200
committerPapoteur <papoteur@mageia.org>2022-05-04 09:03:04 +0200
commit2284bcc9cd78121c34255138950c51c233c4355f (patch)
tree326380bdfe715427d9400100009e0cff536912b6
parent1dc269a1d6a6136fc33f1f81af4a71a3c8be593c (diff)
downloadmsec-2284bcc9cd78121c34255138950c51c233c4355f.tar
msec-2284bcc9cd78121c34255138950c51c233c4355f.tar.gz
msec-2284bcc9cd78121c34255138950c51c233c4355f.tar.bz2
msec-2284bcc9cd78121c34255138950c51c233c4355f.tar.xz
msec-2284bcc9cd78121c34255138950c51c233c4355f.zip
2.122.12
-rw-r--r--Makefile2
-rw-r--r--NEWS6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8e7f7c..28ccccc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = msec
-VERSION = 2.11
+VERSION = 2.12
all: version promisc_check msec_find python manpages
make -C cron-sh
diff --git a/NEWS b/NEWS
index 28edda1..260e11c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.12 - May 4, 2022 Papoteur
+
+- More robust logging in file against internationalized strings
+- Fix quotation character in NL character (mga#30004)
+- Fix reading iptables output
+
Version 2.11 - Apr 18, 2022 Papoteur
- Fix console displaying message "-bash: TMOUT: readonly variable" (mga#16356)