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-12-18 00:09:17 +00:00
parent fde2d8fe85
commit 2f36485fbe
3 changed files with 35 additions and 7 deletions

View File

@ -1,3 +1,31 @@
2015-12-17 15:14 alexpeshkoff
M src/remote/server/os/posix/inet_server.cpp
Postfix for CORE-5032: error handling was broken, therefore checked for invalid error code
2015-12-17 13:44 aafemt
M src/jrd/jrd.cpp
M src/yvalve/YObjects.h
M src/yvalve/why.cpp
Rollback
2015-12-17 12:43 alexpeshkoff
M src/yvalve/why.cpp
Fixed CORE-5039: Connecting to service with invalid servicename yields incorrect error message
2015-12-17 11:28 hvlad
M src/remote/os/win32/xnet.cpp
Let XNET client returns correct isc_network_error in case of not running XNET server.
Before it returns isc_unavailable and fools y-valve.
2015-12-17 09:56 hvlad
M src/yvalve/preparse.cpp
Fixed warning
2015-12-17 09:56 hvlad
M src/yvalve/YObjects.h
M src/yvalve/why.cpp
Make names less dumb. Formatting a bit.
2015-12-16 17:23 aafemt
M src/yvalve/why.cpp
Restore raising of error from last tried provider as pointed by Alex

View File

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