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

nightly update

This commit is contained in:
firebirds 2015-12-04 00:09:50 +00:00
parent c5527a0b55
commit 48a328d403
3 changed files with 24 additions and 7 deletions

View File

@ -1,3 +1,20 @@
2015-12-03 22:17 hvlad
M src/common/isc_sync.cpp
Correction
2015-12-03 16:17 hvlad
M src/common/isc_sync.cpp
Fixed the race condition on Windows when shared memory is initialized.
It could raise errors like:
MonitoringData: Cannot initialize the shared memory region
sh_mem_length_mapped is 0
LockManager::LockManager()
Database is probably already opened by another engine instance in another Windows session
MonitoringData: Cannot initialize the shared memory region
operating system directive CreateFile failed
Access is denied.
Test case is at CORE-4680, see comments by Pavel Zotov at 18 Nov 2015.
2015-12-01 21:12 hvlad
M src/jrd/jrd.h
Fixed AV in CS introduced recently. Dmitry, please review.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:32204
FORMAL BUILD NUMBER:32206
*/
#define PRODUCT_VER_STRING "3.0.0.32204"
#define FILE_VER_STRING "WI-V3.0.0.32204"
#define LICENSE_VER_STRING "WI-V3.0.0.32204"
#define FILE_VER_NUMBER 3, 0, 0, 32204
#define PRODUCT_VER_STRING "3.0.0.32206"
#define FILE_VER_STRING "WI-V3.0.0.32206"
#define LICENSE_VER_STRING "WI-V3.0.0.32206"
#define FILE_VER_NUMBER 3, 0, 0, 32206
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "32204"
#define FB_BUILD_NO "32206"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=32204
BuildNum=32206
NowAt=`pwd`
cd `dirname $0`