[iptstate-commit] iptstate Changelog, 1.12, 1.13 iptstate.cc, 1.16, 1.17 iptstate.spec, 1.9, 1.10
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2009-09-19 21:07:15
|
Update of /cvsroot/iptstate/iptstate In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2956 Modified Files: Changelog iptstate.cc iptstate.spec Log Message: Version bump for release. Index: iptstate.spec =================================================================== RCS file: /cvsroot/iptstate/iptstate/iptstate.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- iptstate.spec 2 Sep 2009 20:16:21 -0000 1.9 +++ iptstate.spec 19 Sep 2009 21:07:02 -0000 1.10 @@ -1,5 +1,5 @@ %define name iptstate -%define version 2.2.1 +%define version 2.2.2 %define release 1 Name: %{name} Index: iptstate.cc =================================================================== RCS file: /cvsroot/iptstate/iptstate/iptstate.cc,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- iptstate.cc 19 Sep 2009 16:52:54 -0000 1.16 +++ iptstate.cc 19 Sep 2009 21:07:02 -0000 1.17 @@ -63,7 +63,7 @@ #include <unistd.h> using namespace std; -#define VERSION "2.2.1+CVS" +#define VERSION "2.2.2" /* * 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.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Changelog 19 Sep 2009 16:49:00 -0000 1.12 +++ Changelog 19 Sep 2009 21:07:02 -0000 1.13 @@ -1,4 +1,5 @@ -CVS +2.2.2 +- Released 09/19/09 - Fix includes - Add --version (closes bug 2792918) - Some minor code abstractions |