From 8fc06d17cc1ccc1a3d02acccb711676cd59a3516 Mon Sep 17 00:00:00 2001 From: firebirds Date: Tue, 26 Mar 2013 01:12:35 +0000 Subject: [PATCH] nightly update --- ChangeLog | 25 +++++++++++++++++++++++++ src/jrd/build_no.h | 12 ++++++------ src/misc/writeBuildNum.sh | 2 +- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 188bcd7766..d33c30b9eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ + 2013-03-25 15:59 asfernandes + M src/include/firebird/UdrCppEngine.h +Work in progress standardizing the external engines API. + + 2013-03-25 15:34 asfernandes + M src/include/FirebirdApi.h + M src/include/firebird/ExternalEngine.h + M src/include/firebird/UdrCppEngine.h + M src/include/firebird/UdrEngine.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/ExtEngineManager.h + M src/plugins/udr_engine/UdrEngine.cpp +Work in progress standardizing the external engines API. + + 2013-03-25 11:07 mapopa + A configure.ac + D configure.in +recent version of autoconf/automake/libtool complain about the firebird +scripts aclocal: warning: autoconf input should be named 'configure.ac', not +'configure.in' + + 2013-03-25 01:25 asfernandes + M src/dsql/dsql.cpp +Fixed problem reported in fb-devel: FB3 and SQL_NULL. + 2013-03-24 16:16 dimitr M src/jrd/jrd.cpp The minimal patch for CORE-1604 (Error at database creation by user with non-ascii name) and CORE-3243 (CURRENT_USER and MON$USER don't work properly) that seems to work for the trusted authentication, but [at least] the legacy auth module has to be reviewed as it seems to deal with the user name "as is", without checking whether it arrived in UTF8 or not. diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index b2457a8c9b..1cb9af279d 100644 --- a/src/jrd/build_no.h +++ b/src/jrd/build_no.h @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30292 + FORMAL BUILD NUMBER:30296 */ -#define PRODUCT_VER_STRING "3.0.0.30292" -#define FILE_VER_STRING "WI-T3.0.0.30292" -#define LICENSE_VER_STRING "WI-T3.0.0.30292" -#define FILE_VER_NUMBER 3, 0, 0, 30292 +#define PRODUCT_VER_STRING "3.0.0.30296" +#define FILE_VER_STRING "WI-T3.0.0.30296" +#define LICENSE_VER_STRING "WI-T3.0.0.30296" +#define FILE_VER_NUMBER 3, 0, 0, 30296 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30292" +#define FB_BUILD_NO "30296" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 08acbddccf..79302d99ce 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=T MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30292 +BuildNum=30296 NowAt=`pwd` cd `dirname $0`