aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)