[iptstate-commit] iptstate Changelog, 1.16, 1.17 iptstate.cc, 1.25, 1.26 iptstate.spec, 1.11, 1.12
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2012-06-01 07:53:39
|
Update of /cvsroot/iptstate/iptstate
In directory vz-cvs-4.sog:/tmp/cvs-serv7929
Modified Files:
Changelog iptstate.cc iptstate.spec
Log Message:
version bump
Signed-off-by: Phil Dibowitz <ph...@ip...>
Index: iptstate.spec
===================================================================
RCS file: /cvsroot/iptstate/iptstate/iptstate.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- iptstate.spec 4 Apr 2011 06:00:47 -0000 1.11
+++ iptstate.spec 1 Jun 2012 07:53:37 -0000 1.12
@@ -1,5 +1,5 @@
%define name iptstate
-%define version 2.2.3
+%define version 2.2.4
%define release 1
Name: %{name}
Index: iptstate.cc
===================================================================
RCS file: /cvsroot/iptstate/iptstate/iptstate.cc,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- iptstate.cc 1 Jun 2012 07:50:13 -0000 1.25
+++ iptstate.cc 1 Jun 2012 07:53:37 -0000 1.26
@@ -6,7 +6,7 @@
*
* -----------------------------------
*
- * Copyright (C) 2002 - 2011 Phil Dibowitz
+ * Copyright (C) 2002 - 2012 Phil Dibowitz
*
* This software is provided 'as-is', without any express or
* implied warranty. In no event will the authors be held
@@ -63,7 +63,7 @@
#include <unistd.h>
using namespace std;
-#define VERSION "2.2.3"
+#define VERSION "2.2.4"
/*
* MAXCONS is set to 16k, the default number of states in iptables. Generally
* speaking the ncurses pad is this many lines long, but since ncurses
Index: Changelog
===================================================================
RCS file: /cvsroot/iptstate/iptstate/Changelog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Changelog 4 Apr 2011 06:00:47 -0000 1.16
+++ Changelog 1 Jun 2012 07:53:37 -0000 1.17
@@ -1,3 +1,8 @@
+2.2.4
+- Released 06/01/12
+- Improved IPv6 support - truncate addresses if they don't fit and generally
+ treat them like hostnames at display time
+
2.2.3
- Released 04/03/11
- IPv6 support. Closes #2848930.
|