mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
fc4063fa16
commit
13e7f62d9a
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
|||||||
|
2015-10-16 15:30 hvlad
|
||||||
|
M src/remote/client/interface.cpp
|
||||||
|
M src/remote/remote.h
|
||||||
|
M src/remote/server/server.cpp
|
||||||
|
M src/yvalve/YObjects.h
|
||||||
|
M src/yvalve/why.cpp
|
||||||
|
Fixed few issues in event's handling code which could lead to AV (CORE-4680).
|
||||||
|
Fixed few small memory leaks.
|
||||||
|
|
||||||
|
2015-10-16 15:28 hvlad
|
||||||
|
M src/remote/inet.cpp
|
||||||
|
Implemented delayed closing of server sockets - it should fix server hang up (see CORE-4680).
|
||||||
|
Fixed socket disconnect handling to allow graceful shutdown of network connection and avoid a lot of network errors in firebird.log (mostly 10053\10054).
|
||||||
|
Misc changes.
|
||||||
|
|
||||||
2015-10-15 13:22 paulbeach
|
2015-10-15 13:22 paulbeach
|
||||||
M builds/posix/postfix.darwin
|
M builds/posix/postfix.darwin
|
||||||
More changes to support the new pkgbuild installer for El Capitan
|
More changes to support the new pkgbuild installer for El Capitan
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
*** DO NOT EDIT ***
|
*** DO NOT EDIT ***
|
||||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||||
EDIT src/misc/writeBuildNum.sh
|
EDIT src/misc/writeBuildNum.sh
|
||||||
FORMAL BUILD NUMBER:32094
|
FORMAL BUILD NUMBER:32096
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.32094"
|
#define PRODUCT_VER_STRING "3.0.0.32096"
|
||||||
#define FILE_VER_STRING "WI-V3.0.0.32094"
|
#define FILE_VER_STRING "WI-V3.0.0.32096"
|
||||||
#define LICENSE_VER_STRING "WI-V3.0.0.32094"
|
#define LICENSE_VER_STRING "WI-V3.0.0.32096"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 32094
|
#define FILE_VER_NUMBER 3, 0, 0, 32096
|
||||||
#define FB_MAJOR_VER "3"
|
#define FB_MAJOR_VER "3"
|
||||||
#define FB_MINOR_VER "0"
|
#define FB_MINOR_VER "0"
|
||||||
#define FB_REV_NO "0"
|
#define FB_REV_NO "0"
|
||||||
#define FB_BUILD_NO "32094"
|
#define FB_BUILD_NO "32096"
|
||||||
#define FB_BUILD_TYPE "V"
|
#define FB_BUILD_TYPE "V"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=V
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=32094
|
BuildNum=32096
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user