1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 04:07:55 +01:00

fixes #2668 Remove "static routes" from the explanation text in

ASA/PIX import dialog.  We can not import PIX/ASA routing
configuration at this time.

build 5.0.1.3585
This commit is contained in:
Vadim Kurland 2011-11-10 11:36:32 -08:00
parent 76da9f905f
commit e7004dcc9c
7 changed files with 14 additions and 6 deletions

View File

@ -7,7 +7,7 @@ FWB_MICRO_VERSION=1
# build number is like "nano" version number. I am incrementing build
# number during development cycle
#
BUILD_NUM="3584"
BUILD_NUM="3585"
VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION.$BUILD_NUM"

View File

@ -1,2 +1,2 @@
#define VERSION "5.0.1.3584"
#define VERSION "5.0.1.3585"
#define GENERATION "5.0"

View File

@ -1,3 +1,10 @@
2011-11-10 Vadim Kurland <vadim@netcitadel.com>
* IC_PlatformWarningPage.cpp (initializePage): fixes #2668 Remove
"static routes" from the explanation text in ASA/PIX import
dialog. We can not import PIX/ASA routing configuration at this
time.
2011-11-08 Vadim Kurland <vadim@netcitadel.com>
* InetAddrMask.cpp (setNetworkAndBroadcastAddress): see #2670. Per

View File

@ -3,7 +3,7 @@
%define name fwbuilder
%define version 5.0.1.3584
%define version 5.0.1.3585
%define release 1
%if "%_vendor" == "MandrakeSoft"

View File

@ -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: 5.0.1.3584-1
Version: 5.0.1.3585-1
Depends: libqt4-gui (>= 4.4.0), libqt4-network (>= 4.4.0), libxml2, libxslt1.1, libsnmp | libsnmp15
Description: Firewall Builder GUI and policy compilers

View File

@ -1,6 +1,6 @@
%define name fwbuilder
%define version 5.0.1.3584
%define version 5.0.1.3585
%define release 1
%if "%_vendor" == "MandrakeSoft"

View File

@ -131,11 +131,12 @@ void IC_PlatformWarningPage::initializePage()
"<li>Interface configurations (IP address, security level, "
"name, etc.)</li>"
"<li>Access lists</li>"
"<li>Static routes</li>"
"<li>NAT configuration</li>"
"</ul>"
"The following configuration components will not be imported:"
"<ul>"
"<li>VPN</li>"
"<li>Static routes</li>"
"<li>Dynamic routing protocols</li>"
"<li>QoS</li>"
"</ul>"