mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
nightly update
This commit is contained in:
parent
b781d62d4a
commit
74e93a660b
25
ChangeLog
25
ChangeLog
@ -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
|
2011-04-15 02:51 asfernandes
|
||||||
M src/common/classes/condition.h
|
M src/common/classes/condition.h
|
||||||
Misc.
|
Misc.
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
*** DO NOT EDIT ***
|
*** DO NOT EDIT ***
|
||||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||||
EDIT src/misc/writeBuildNum.sh
|
EDIT src/misc/writeBuildNum.sh
|
||||||
FORMAL BUILD NUMBER:29292
|
FORMAL BUILD NUMBER:29296
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.29292"
|
#define PRODUCT_VER_STRING "3.0.0.29296"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.29292"
|
#define FILE_VER_STRING "WI-T3.0.0.29296"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.29292"
|
#define LICENSE_VER_STRING "WI-T3.0.0.29296"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 29292
|
#define FILE_VER_NUMBER 3, 0, 0, 29296
|
||||||
#define FB_MAJOR_VER "3"
|
#define FB_MAJOR_VER "3"
|
||||||
#define FB_MINOR_VER "0"
|
#define FB_MINOR_VER "0"
|
||||||
#define FB_REV_NO "0"
|
#define FB_REV_NO "0"
|
||||||
#define FB_BUILD_NO "29292"
|
#define FB_BUILD_NO "29296"
|
||||||
#define FB_BUILD_TYPE "T"
|
#define FB_BUILD_TYPE "T"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=T
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=29292
|
BuildNum=29296
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user