1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-13 20:45:48 +02:00

started 3.0.8

This commit is contained in:
Vadim Kurland
2009-10-13 17:37:55 +00:00
parent 1cae16c2da
commit ef412ed5a3
23 changed files with 29 additions and 25 deletions

View File

@@ -3,16 +3,16 @@
FWB_MAJOR_VERSION=3 FWB_MAJOR_VERSION=3
FWB_MINOR_VERSION=0 FWB_MINOR_VERSION=0
FWB_MICRO_VERSION=7 FWB_MICRO_VERSION=8
VERSION="3.0.7" VERSION="3.0.8"
SHORTVERSION="307" SHORTVERSION="308"
# RELEASE="1" # RELEASE="1"
RELEASE="b@BUILD_NUM@" RELEASE="b@BUILD_NUM@"
BETA="no" BETA="no"
REQUIRED_LIBFWBUILDER_VERSION="3.0.7" REQUIRED_LIBFWBUILDER_VERSION="3.0.8"
# current (or major) version number of the library so file # current (or major) version number of the library so file
# #

View File

@@ -1,2 +1,2 @@
#define VERSION "3.0.7" #define VERSION "3.0.8"
#define RELEASE_NUM "" #define RELEASE_NUM ""

View File

@@ -1 +1 @@
#define BUILD_NUM 1475 #define BUILD_NUM 1587

View File

@@ -1,3 +1,7 @@
2009-10-13 vadim <vadim@vk.crocodile.org>
* VERSION (VERSION): started v3.0.8
2009-09-18 vadim <vadim@vk.crocodile.org> 2009-09-18 vadim <vadim@vk.crocodile.org>
* PolicyCompiler.cpp (ItfNegation::processNext): (change in * PolicyCompiler.cpp (ItfNegation::processNext): (change in

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="freebsd"> <Target name="freebsd">
<description>FreeBSD</description> <description>FreeBSD</description>
<family>freebsd</family> <family>freebsd</family>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7-"> <FWBuilderResources version="3.0.8-">
<Target name="pix_os"> <Target name="pix_os">
<description>Cisco FWSM</description> <description>Cisco FWSM</description>
<compiler>fwb_pix</compiler> <compiler>fwb_pix</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7-"> <FWBuilderResources version="3.0.8-">
<Target name="ios"> <Target name="ios">
<description>Cisco IOS</description> <description>Cisco IOS</description>
<compiler>fwb_iosacl</compiler> <compiler>fwb_iosacl</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="linksys"> <Target name="linksys">
<description>Linksys/Sveasoft</description> <description>Linksys/Sveasoft</description>
<family>linux24</family> <family>linux24</family>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="linux24"> <Target name="linux24">
<description>Linux 2.4/2.6</description> <description>Linux 2.4/2.6</description>
<family>linux24</family> <family>linux24</family>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="macosx"> <Target name="macosx">
<description>Mac OS X</description> <description>Mac OS X</description>
<family>macosx</family> <family>macosx</family>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="openbsd"> <Target name="openbsd">
<description>OpenBSD</description> <description>OpenBSD</description>
<family>openbsd</family> <family>openbsd</family>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7-"> <FWBuilderResources version="3.0.8-">
<Target name="pix_os"> <Target name="pix_os">
<description>Cisco PIX</description> <description>Cisco PIX</description>
<compiler>fwb_pix</compiler> <compiler>fwb_pix</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="solaris"> <Target name="solaris">
<description>Solaris</description> <description>Solaris</description>
<family>solaris</family> <family>solaris</family>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <!-- -*- mode: xml; -*- --> <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="unknown_os"> <Target name="unknown_os">
<description>Unknown</description> <description>Unknown</description>
<family>unknown</family> <family>unknown</family>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7-"> <FWBuilderResources version="3.0.8-">
<Target name="FWSM"> <Target name="FWSM">
<description>FWSM</description> <description>FWSM</description>
<compiler>fwb_pix</compiler> <compiler>fwb_pix</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7-"> <FWBuilderResources version="3.0.8-">
<Target name="iosacl"> <Target name="iosacl">
<description>IOS ACL</description> <description>IOS ACL</description>
<compiler>fwb_iosacl</compiler> <compiler>fwb_iosacl</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="ipf"> <Target name="ipf">
<description>ipfilter</description> <description>ipfilter</description>
<compiler>fwb_ipf</compiler> <compiler>fwb_ipf</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="ipfw"> <Target name="ipfw">
<description>ipfw</description> <description>ipfw</description>
<compiler>fwb_ipfw</compiler> <compiler>fwb_ipfw</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="iptables"> <Target name="iptables">
<description>iptables</description> <description>iptables</description>
<compiler>fwb_ipt</compiler> <compiler>fwb_ipt</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="pf"> <Target name="pf">
<description>PF</description> <description>PF</description>
<compiler>fwb_pf</compiler> <compiler>fwb_pf</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7-"> <FWBuilderResources version="3.0.8-">
<Target name="pix"> <Target name="pix">
<description>PIX</description> <description>PIX</description>
<compiler>fwb_pix</compiler> <compiler>fwb_pix</compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Target name="unknown"> <Target name="unknown">
<description>Unknown</description> <description>Unknown</description>
<compiler></compiler> <compiler></compiler>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<FWBuilderResources version="3.0.7"> <FWBuilderResources version="3.0.8">
<Paths> <Paths>
<Icndir>@PACKAGE_PIXMAPS_DIR@</Icndir> <Icndir>@PACKAGE_PIXMAPS_DIR@</Icndir>
</Paths> </Paths>