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

nightly update

This commit is contained in:
firebirds 2015-11-25 00:10:36 +00:00
parent e74b4d384d
commit 81a5ad0794
3 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2015-11-24 23:33 hvlad
M src/jrd/event.cpp
Fixed bug CORE-5034 : At least 5 seconds delay on disconnect could happen if disconnect happens close after Event Manager initialization
2015-11-24 23:17 hvlad
M src/jrd/Mapping.cpp
Fixed bug CORE-5033 : File fb_user_mapping could be left in Firebird lock directory after correct shutdown of all Firebird worker processes
2015-11-23 16:08 hvlad
M src/remote/server/server.cpp
Avoid reporting of "SERVER/process_packet: broken port, server exiting" message for already detached port (affects CS only)

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:32195
FORMAL BUILD NUMBER:32197
*/
#define PRODUCT_VER_STRING "3.0.0.32195"
#define FILE_VER_STRING "WI-V3.0.0.32195"
#define LICENSE_VER_STRING "WI-V3.0.0.32195"
#define FILE_VER_NUMBER 3, 0, 0, 32195
#define PRODUCT_VER_STRING "3.0.0.32197"
#define FILE_VER_STRING "WI-V3.0.0.32197"
#define LICENSE_VER_STRING "WI-V3.0.0.32197"
#define FILE_VER_NUMBER 3, 0, 0, 32197
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "32195"
#define FB_BUILD_NO "32197"
#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=32195
BuildNum=32197
NowAt=`pwd`
cd `dirname $0`