[iptstate-commit] iptstate Changelog, 1.18, 1.19 iptstate.cc, 1.28, 1.29 iptstate.spec, 1.12, 1.13
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2012-06-02 04:20:46
|
Update of /cvsroot/iptstate/iptstate
In directory vz-cvs-4.sog:/tmp/cvs-serv32124
Modified Files:
Changelog iptstate.cc iptstate.spec
Log Message:
Changelog, version bump.
Index: iptstate.spec
===================================================================
RCS file: /cvsroot/iptstate/iptstate/iptstate.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- iptstate.spec 1 Jun 2012 07:53:37 -0000 1.12
+++ iptstate.spec 2 Jun 2012 04:20:44 -0000 1.13
@@ -1,5 +1,5 @@
%define name iptstate
-%define version 2.2.4
+%define version 2.2.5
%define release 1
Name: %{name}
Index: iptstate.cc
===================================================================
RCS file: /cvsroot/iptstate/iptstate/iptstate.cc,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- iptstate.cc 2 Jun 2012 04:18:00 -0000 1.28
+++ iptstate.cc 2 Jun 2012 04:20:44 -0000 1.29
@@ -63,7 +63,7 @@
#include <unistd.h>
using namespace std;
-#define VERSION "2.2.4+CVS"
+#define VERSION "2.2.5"
/*
* 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.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Changelog 1 Jun 2012 07:56:10 -0000 1.18
+++ Changelog 2 Jun 2012 04:20:44 -0000 1.19
@@ -1,3 +1,11 @@
+2.2.5
+- Released 06/01/12
+- Full support for ICMP6 including code/type display and state deletion
+- Dynamically size "State" column"
+- If we can't resolve a protocol to a name, print the number instead of
+ "UNKNOWN!"
+- Don't leave a space for ":" if there's no port
+
2.2.4
- Released 06/01/12
- Improved IPv6 support - truncate addresses if they don't fit and generally
|