8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 10:43:03 +01:00

nightly update

This commit is contained in:
firebirds 2015-05-01 00:10:20 +00:00
parent 4e509cbf1b
commit 08def8eaef
3 changed files with 32 additions and 7 deletions

View File

@ -1,3 +1,28 @@
2015-04-30 15:56 asfernandes
M doc/WhatsNew
M src/dsql/ExprNodes.cpp
Fixed CORE-3234 - Support for text BLOBs >= 32K as first argument for TRIM().
2015-04-30 15:24 asfernandes
M doc/sql.extensions/README.exception_handling
Correction - thanks to Simonov Denis.
2015-04-30 14:42 alexpeshkoff
M src/common/classes/Aligner.h
M src/common/isc_file.cpp
postfix for CORE-4760: take care about RISC CPUs
2015-04-30 13:44 alexpeshkoff
M src/auth/SecurityDatabase/LegacyServer.cpp
M src/common/isc_f_proto.h
M src/common/isc_file.cpp
A src/common/unicodeUpper.cpp
A src/common/unicodeUpper.h
M src/dsql/DdlNodes.epp
M src/dsql/DdlNodes.h
M src/remote/client/interface.cpp
Fixed CORE-4760: Can not create user with non-ascii (multi-byte) characters in the name
2015-04-29 15:59 asfernandes
M doc/sql.extensions/README.exception_handling
M lang_helpers/gds_codes.ftn

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31814
FORMAL BUILD NUMBER:31818
*/
#define PRODUCT_VER_STRING "3.0.0.31814"
#define FILE_VER_STRING "WI-T3.0.0.31814"
#define LICENSE_VER_STRING "WI-T3.0.0.31814"
#define FILE_VER_NUMBER 3, 0, 0, 31814
#define PRODUCT_VER_STRING "3.0.0.31818"
#define FILE_VER_STRING "WI-T3.0.0.31818"
#define LICENSE_VER_STRING "WI-T3.0.0.31818"
#define FILE_VER_NUMBER 3, 0, 0, 31818
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31814"
#define FB_BUILD_NO "31818"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31814
BuildNum=31818
NowAt=`pwd`
cd `dirname $0`