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

nightly update

This commit is contained in:
firebirds 2011-03-21 03:15:39 +00:00
parent c863db6e6d
commit c4144e2e4e
3 changed files with 48 additions and 7 deletions

View File

@ -1,3 +1,44 @@
2011-03-20 19:15 asfernandes
M src/dsql/dsql.h
M src/include/ProviderInterface.h
M src/jrd/extds/InternalDS.cpp
M src/jrd/jrd.cpp
M src/remote/client/interface.cpp
M src/yvalve/why.cpp
Removed commented out Sqlda support and rename methods removing the word 'messsage'.
2011-03-20 19:15 asfernandes
M src/dsql/dsql.h
M src/include/ProviderInterface.h
M src/jrd/Attachment.h
M src/jrd/extds/InternalDS.cpp
M src/jrd/jrd.cpp
M src/remote/client/interface.cpp
M src/yvalve/why.cpp
Remove unused message types.
2011-03-20 19:14 asfernandes
M src/include/ProviderInterface.h
Names
2011-03-20 19:14 asfernandes
M src/dsql/dsql.h
M src/include/ProviderInterface.h
M src/jrd/Attachment.h
M src/jrd/extds/InternalDS.cpp
M src/jrd/jrd.cpp
M src/remote/client/interface.cpp
M src/yvalve/why.cpp
Use MessageBuffer in executeMessage and fetchMessage.
2011-03-20 16:24 asfernandes
M src/common/classes/locks.h
M src/dsql/dsql.cpp
M src/jrd/rlck.cpp
M src/jrd/vio.cpp
M src/remote/os/win32/xnet.cpp
Misc
2011-03-19 13:10 hvlad
M src/jrd/met.epp
M src/jrd/rlck.cpp

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29207
FORMAL BUILD NUMBER:29212
*/
#define PRODUCT_VER_STRING "3.0.0.29207"
#define FILE_VER_STRING "WI-T3.0.0.29207"
#define LICENSE_VER_STRING "WI-T3.0.0.29207"
#define FILE_VER_NUMBER 3, 0, 0, 29207
#define PRODUCT_VER_STRING "3.0.0.29212"
#define FILE_VER_STRING "WI-T3.0.0.29212"
#define LICENSE_VER_STRING "WI-T3.0.0.29212"
#define FILE_VER_NUMBER 3, 0, 0, 29212
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "29207"
#define FB_BUILD_NO "29212"
#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=29207
BuildNum=29212
NowAt=`pwd`
cd `dirname $0`