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

nightly update

This commit is contained in:
firebirds 2015-02-17 00:14:17 +00:00
parent 79b760b4ac
commit f1a5ed749b
3 changed files with 30 additions and 7 deletions

View File

@ -1,3 +1,26 @@
2015-02-16 13:57 hvlad
M src/jrd/Attachment.cpp
M src/jrd/Attachment.h
M src/jrd/cch.cpp
M src/jrd/jrd.cpp
M src/jrd/vio.cpp
Memory leak (CORE-4683)
2015-02-16 13:56 hvlad
M src/jrd/Database.cpp
M src/jrd/tpc.cpp
Memory leak (CORE-4683)
2015-02-16 13:54 hvlad
M src/auth/SecureRemotePassword/client/SrpClient.cpp
M src/auth/SecureRemotePassword/server/SrpServer.cpp
Two small memory leaks (CORE-4683)
2015-02-16 13:53 hvlad
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Correct accounting of mapped memory
2015-02-15 13:25 dimitr
M src/jrd/blb.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:31647
FORMAL BUILD NUMBER:31651
*/
#define PRODUCT_VER_STRING "3.0.0.31647"
#define FILE_VER_STRING "WI-T3.0.0.31647"
#define LICENSE_VER_STRING "WI-T3.0.0.31647"
#define FILE_VER_NUMBER 3, 0, 0, 31647
#define PRODUCT_VER_STRING "3.0.0.31651"
#define FILE_VER_STRING "WI-T3.0.0.31651"
#define LICENSE_VER_STRING "WI-T3.0.0.31651"
#define FILE_VER_NUMBER 3, 0, 0, 31651
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31647"
#define FB_BUILD_NO "31651"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

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