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

nightly update

This commit is contained in:
firebirds 2011-04-16 03:17:39 +00:00
parent b781d62d4a
commit 74e93a660b
3 changed files with 32 additions and 7 deletions

View File

@ -1,3 +1,28 @@
2011-04-15 18:54 asfernandes
M src/include/ProviderInterface.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blob_filter.cpp
M src/jrd/jrd.cpp
M src/remote/client/interface.cpp
M src/yvalve/why.cpp
Make the new BLOB API use void* buffers, so applications can read/write char* strings or any other type without casts.
2011-04-15 16:37 dimitr
M src/jrd/jrd.cpp
Fixed possible deadlock between the shutting down engine and the running service. Reported by RedSoft.
2011-04-15 07:02 hvlad
M builds/win32/msvc8/common.vcproj
M builds/win32/msvc8/yvalve.vcproj
Update MSVC8 build
2011-04-15 06:19 hvlad
M src/lock/lock.cpp
Correction. Thanks to Claudio.
2011-04-15 02:51 asfernandes
M src/common/classes/condition.h
Misc.

View File

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