8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

nightly update

This commit is contained in:
firebirds 2013-03-26 01:12:35 +00:00
parent 78c168c78e
commit 8fc06d17cc
3 changed files with 32 additions and 7 deletions

View File

@ -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.

View File

@ -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"

View File

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