aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bdfcc9f..71ee6a3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = msec
-VERSION = 2.13
+VERSION = 2.14
all: version promisc_check msec_find python manpages
make -C cron-sh
diff --git a/NEWS b/NEWS
index f44a952..2575c53 100644
--- a/NEWS
+++ b/NEWS
@@ -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`