Skip to content

Commit 2de1bc4

Browse files
committed
Release 2.2.7
Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent 9c6b311 commit 2de1bc4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.7
2+
- Released 10/16/21
3+
- Fix compiler warnings
4+
15
2.2.6
26
- Released 08/14/16
37
- Fix `-b` option which didn't work in many cases

iptstate.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extern "C" {
6868
#include <sys/ioctl.h>
6969
using namespace std;
7070

71-
#define VERSION "2.2.6"
71+
#define VERSION "2.2.7"
7272
/*
7373
* MAXCONS is set to 16k, the default number of states in iptables. Generally
7474
* speaking the ncurses pad is this many lines long, but since ncurses

iptstate.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name iptstate
2-
%define version 2.2.6
2+
%define version 2.2.7
33
%define release 1
44

55
Name: %{name}

0 commit comments

Comments
 (0)