mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
nightly update
This commit is contained in:
parent
97b4b8c2c2
commit
a554016bb6
31
ChangeLog
31
ChangeLog
@ -1,3 +1,34 @@
|
||||
2013-02-28 16:23 alexpeshkoff
|
||||
M src/jrd/blb.cpp
|
||||
M src/jrd/exe.cpp
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/tra.h
|
||||
Postfix for CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished
|
||||
|
||||
2013-02-27 14:49 alexpeshkoff
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/tra.h
|
||||
Fixed CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished
|
||||
|
||||
2013-02-26 03:42 asfernandes
|
||||
M src/auth/SecureRemotePassword/Message.h
|
||||
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
|
||||
M src/auth/SecureRemotePassword/server/SrpServer.cpp
|
||||
M src/common/classes/InternalMessageBuffer.h
|
||||
M src/include/firebird/Provider.h
|
||||
M src/jrd/EngineInterface.h
|
||||
M src/jrd/extds/InternalDS.cpp
|
||||
M src/jrd/jrd.cpp
|
||||
M src/remote/client/BlrFromMessage.cpp
|
||||
M src/remote/client/BlrFromMessage.h
|
||||
M src/remote/client/interface.cpp
|
||||
M src/remote/server/server.cpp
|
||||
M src/yvalve/YObjects.h
|
||||
M src/yvalve/why.cpp
|
||||
Remove FbMessage struct from the API.
|
||||
This struct lost its main value (group various blr-related properties in a single parameter).
|
||||
And since openCursor/fetch already split the message/buffer, it does not make sense anymore to have it.
|
||||
|
||||
2013-02-25 10:14 hvlad
|
||||
M src/jrd/sort.cpp
|
||||
Ported fix for bug CORE-4051 : Memory leak when sorting big records
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30238
|
||||
FORMAL BUILD NUMBER:30241
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30238"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30238"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30238"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30238
|
||||
#define PRODUCT_VER_STRING "3.0.0.30241"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30241"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30241"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30241
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30238"
|
||||
#define FB_BUILD_NO "30241"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=30238
|
||||
BuildNum=30241
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user