From 13464201c7629ba64872992f07743ef5ec7daa80 Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Tue, 9 Sep 2014 09:24:11 +0200 Subject: [PATCH] raise version to beta 27 to prepare for release --- ChangeLog | 4 ++-- SConstruct | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63bf48b..b0f4fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version NEXT +Version 2.8.1b27 - 9 Sep 2014 fhostcmd: Fixed output of FSP_TRACE variable for Bourne style shells correctly initialize to zero client packet sent statistic counter note default timeout values in fsp_env man page @@ -11,7 +11,7 @@ Version NEXT FAQ: Cleaned lot of SGML markup errors Do not use sgmlformat, call jade directly correctly zero entire sockaddr_in structure during name resolving, - error found by clang. + error found by Clang. allow docbook dsssl stylesheets to be specified at scons command line always validate path in SETPRO and MKDIR even if packet is resent and no action will be taken. This is needed to avoid uninitialised diff --git a/SConstruct b/SConstruct index 8a377df..3622f03 100644 --- a/SConstruct +++ b/SConstruct @@ -7,7 +7,7 @@ EnsurePythonVersion(2,2) # set defaults PREFIX='/usr/local' -VERSION='2.8.1b26' +VERSION='2.8.1b27' EFENCE=False CLIENTS=True