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

nightly update

This commit is contained in:
firebirds 2015-11-04 00:10:22 +00:00
parent a6c1a84ab3
commit ca02915999
3 changed files with 40 additions and 7 deletions

View File

@ -1,3 +1,36 @@
2015-11-03 11:01 hvlad
M src/common/os/os_utils.h
M src/common/os/posix/os_utils.cpp
M src/common/os/win32/os_utils.cpp
M src/utilities/fbsvcmgr/fbsvcmgr.cpp
M src/utilities/fbtracemgr/traceMgrMain.cpp
Improved reaction on Ctrl+C\Ctrl+Break\console close request in Trace Manager and Services Manager console utilities on Windows.
2015-11-03 10:37 dimitr
M src/dsql/ExprNodes.cpp
Remove the code no longer neccessary.
2015-11-03 09:36 hvlad
M src/utilities/ntrace/fbtrace.conf
Correction
2015-11-03 09:12 hvlad
M src/common/ThreadStart.cpp
M src/common/dllinst.cpp
M src/common/dllinst.h
M src/common/os/win32/mod_loader.cpp
M src/jrd/CryptoManager.cpp
M src/jrd/os/win32/ibinitdll.cpp
M src/jrd/svc.cpp
M src/jrd/trace/TraceConfigStorage.cpp
M src/jrd/trace/TraceConfigStorage.h
M src/jrd/trace/TraceManager.cpp
M src/yvalve/MasterImplementation.cpp
M src/yvalve/PluginManager.cpp
Additional means to avoid crash\hangup when application unload fbclient.dll not calling fb_shutdown.
Fixed reason of 500 ms delay experienced by such applications (described by Arno in fb-devel).
Fixed missing assignment of thread priorities.
2015-11-02 11:48 dimitr
M src/jrd/exe.cpp
Fixed the assertion inside the looper (req_caller was not cleared for procedure requests terminated due to exception).

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:32140
FORMAL BUILD NUMBER:32144
*/
#define PRODUCT_VER_STRING "3.0.0.32140"
#define FILE_VER_STRING "WI-V3.0.0.32140"
#define LICENSE_VER_STRING "WI-V3.0.0.32140"
#define FILE_VER_NUMBER 3, 0, 0, 32140
#define PRODUCT_VER_STRING "3.0.0.32144"
#define FILE_VER_STRING "WI-V3.0.0.32144"
#define LICENSE_VER_STRING "WI-V3.0.0.32144"
#define FILE_VER_NUMBER 3, 0, 0, 32144
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "32140"
#define FB_BUILD_NO "32144"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"

View File

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