diff --git a/VERSION b/VERSION index cb16283bc..82a6508f5 100644 --- a/VERSION +++ b/VERSION @@ -7,7 +7,7 @@ FWB_MICRO_VERSION=0 # build number is like "nano" version number. I am incrementing build # number during development cycle # -BUILD_NUM="3438" +BUILD_NUM="3439" VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION.$BUILD_NUM" diff --git a/VERSION.h b/VERSION.h index 307263572..b35e5bf20 100644 --- a/VERSION.h +++ b/VERSION.h @@ -1,2 +1,2 @@ -#define VERSION "4.2.0.3438" +#define VERSION "4.2.0.3439" #define GENERATION "4.2" diff --git a/doc/ChangeLog b/doc/ChangeLog index 5e6de3b18..f624ebe3b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,12 +1,12 @@ 2011-01-18 Vadim Kurland - * PIXObjectGroup.cpp: see #1942, #1943 fixed generation of the - "object-group" statements by adding protocol keyword at the end so - that the group can be used in access-list commands. It looks like - mixed service groups that have no protocol keyword at the end of - the line that defines them cause error "specified object group - has wrong type; expecting service type". I am going to avoid - using mixed service groups because of this. + * PIXObjectGroup.cpp: ASA 8.3 see #1942, #1943 fixed generation of + the "object-group" statements by adding protocol keyword at the + end so that the group can be used in access-list commands. It + looks like mixed service groups that have no protocol keyword at + the end of the line that defines them cause error "specified + object group has wrong type; expecting service type". I am + going to avoid using mixed service groups because of this. 2011-01-17 vadim diff --git a/packaging/fwbuilder-static-qt.spec b/packaging/fwbuilder-static-qt.spec index a60347a99..cbcc39af5 100644 --- a/packaging/fwbuilder-static-qt.spec +++ b/packaging/fwbuilder-static-qt.spec @@ -3,7 +3,7 @@ %define name fwbuilder -%define version 4.2.0.3438 +%define version 4.2.0.3439 %define release 1 %if "%_vendor" == "MandrakeSoft" diff --git a/packaging/fwbuilder.control b/packaging/fwbuilder.control index 2b2554bf7..f1b113e1e 100644 --- a/packaging/fwbuilder.control +++ b/packaging/fwbuilder.control @@ -4,6 +4,6 @@ Replaces: fwbuilder (<=4.1.1-1), fwbuilder-common, fwbuilder-bsd, fwbuilder-linu Priority: extra Section: checkinstall Maintainer: vadim@fwbuilder.org -Version: 4.2.0.3438-1 +Version: 4.2.0.3439-1 Depends: libqt4-gui (>= 4.3.0), libxml2, libxslt1.1, libsnmp | libsnmp15 Description: Firewall Builder GUI and policy compilers diff --git a/packaging/fwbuilder.spec b/packaging/fwbuilder.spec index be04e1864..35bed7fba 100644 --- a/packaging/fwbuilder.spec +++ b/packaging/fwbuilder.spec @@ -1,6 +1,6 @@ %define name fwbuilder -%define version 4.2.0.3438 +%define version 4.2.0.3439 %define release 1 %if "%_vendor" == "MandrakeSoft"