1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-23 19:57:21 +01:00

v5.1.0.3599, updated changelog and release notes

This commit is contained in:
Vadim Kurland 2012-03-21 15:15:53 -07:00
parent 89a3288b0e
commit 1441e87dcd
8 changed files with 24 additions and 7 deletions

View File

@ -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="3598"
BUILD_NUM="3599"
VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION.$BUILD_NUM"

View File

@ -1,2 +1,2 @@
#define VERSION "5.1.0.3598"
#define VERSION "5.1.0.3599"
#define GENERATION "5.1"

View File

@ -1,3 +1,10 @@
2012-03-21 Vadim Kurland <vadim@netcitadel.com>
* running autoconf, configure as part of windows build. Merged
qmake .pro and .inc files for Windows, Mac and Linux builds. Moved
files needed for Windows and Mac packaging to the "packaging"
directory.
2012-03-19 Vadim Kurland <vadim@netcitadel.com>
* version 5.1.0

View File

@ -3,7 +3,7 @@
%define name fwbuilder
%define version 5.1.0.3598
%define version 5.1.0.3599
%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.1.0.3598-1
Version: 5.1.0.3599-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

@ -13,7 +13,7 @@ Var STARTMENU_FOLDER
;
!define GENERATION "5.1"
!define GENERATION_SHORT "51"
!define VERSION "5.1.0.3598"
!define VERSION "5.1.0.3599"

View File

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

View File

@ -11,7 +11,9 @@
<h2>Summary</h2>
<p>
v 5.1.0 is a bug fix release.
Starting with 5.1.0, packages for Windows and Mac OS X are released
under the terms of GPL. The source code tree includes all files
necessary to build on Linux, *BSD, Windows and Mac OS X.
</p>
@ -112,6 +114,14 @@
</p>
</li>
<li>
<p>
running autoconf, configure as part of windows build. Merged
qmake .pro and .inc files for Windows, Mac and Linux
builds. Moved files needed for Windows and Mac packaging to the
"packaging" directory.
</p>
</li>
</ul>