diff options
author | Papoteur <papoteur@mageia.org> | 2022-05-04 09:00:55 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2022-05-04 09:03:04 +0200 |
commit | 2284bcc9cd78121c34255138950c51c233c4355f (patch) | |
tree | 326380bdfe715427d9400100009e0cff536912b6 | |
parent | 1dc269a1d6a6136fc33f1f81af4a71a3c8be593c (diff) | |
download | msec-2.12.tar msec-2.12.tar.gz msec-2.12.tar.bz2 msec-2.12.tar.xz msec-2.12.zip |
2.122.12
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = msec -VERSION = 2.11 +VERSION = 2.12 all: version promisc_check msec_find python manpages make -C cron-sh @@ -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) |