diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = msec -VERSION = 2.13 +VERSION = 2.14 all: version promisc_check msec_find python manpages make -C cron-sh @@ -1,7 +1,9 @@ -Version 2.xx - May 9, 2024 David Geiger +Version 2.14 - May 9, 2024 David Geiger - March 21th 2026 - Papoteur - First systemd unit file to switch to systemd unit from initscripts - Replace temporary dir from /var/run -> /run - Migrate from deprecated imp to importlib python module +- Fix translations +- Fix some Gtk warnings Version 2.13 - May 5, 2023 David Geiger - Use `grep -F` instead of deprecated `fgrep` |
