raise version to beta 27 to prepare for release
This commit is contained in:
parent
3d14c83e56
commit
13464201c7
|
|
@ -1,4 +1,4 @@
|
||||||
Version NEXT
|
Version 2.8.1b27 - 9 Sep 2014
|
||||||
fhostcmd: Fixed output of FSP_TRACE variable for Bourne style shells
|
fhostcmd: Fixed output of FSP_TRACE variable for Bourne style shells
|
||||||
correctly initialize to zero client packet sent statistic counter
|
correctly initialize to zero client packet sent statistic counter
|
||||||
note default timeout values in fsp_env man page
|
note default timeout values in fsp_env man page
|
||||||
|
|
@ -11,7 +11,7 @@ Version NEXT
|
||||||
FAQ: Cleaned lot of SGML markup errors
|
FAQ: Cleaned lot of SGML markup errors
|
||||||
Do not use sgmlformat, call jade directly
|
Do not use sgmlformat, call jade directly
|
||||||
correctly zero entire sockaddr_in structure during name resolving,
|
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
|
allow docbook dsssl stylesheets to be specified at scons command line
|
||||||
always validate path in SETPRO and MKDIR even if packet is resent and
|
always validate path in SETPRO and MKDIR even if packet is resent and
|
||||||
no action will be taken. This is needed to avoid uninitialised
|
no action will be taken. This is needed to avoid uninitialised
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ EnsurePythonVersion(2,2)
|
||||||
|
|
||||||
# set defaults
|
# set defaults
|
||||||
PREFIX='/usr/local'
|
PREFIX='/usr/local'
|
||||||
VERSION='2.8.1b26'
|
VERSION='2.8.1b27'
|
||||||
EFENCE=False
|
EFENCE=False
|
||||||
CLIENTS=True
|
CLIENTS=True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user