We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6b311 commit 2de1bc4Copy full SHA for 2de1bc4
Changelog
@@ -1,3 +1,7 @@
1
+2.2.7
2
+- Released 10/16/21
3
+- Fix compiler warnings
4
+
5
2.2.6
6
- Released 08/14/16
7
- Fix `-b` option which didn't work in many cases
iptstate.cc
@@ -68,7 +68,7 @@ extern "C" {
68
#include <sys/ioctl.h>
69
using namespace std;
70
71
-#define VERSION "2.2.6"
+#define VERSION "2.2.7"
72
/*
73
* MAXCONS is set to 16k, the default number of states in iptables. Generally
74
* speaking the ncurses pad is this many lines long, but since ncurses
iptstate.spec
@@ -1,5 +1,5 @@
%define name iptstate
-%define version 2.2.6
+%define version 2.2.7
%define release 1
Name: %{name}
0 commit comments