|
From: <fir...@us...> - 2014-12-04 09:31:34
|
Revision: 60340
http://sourceforge.net/p/firebird/code/60340
Author: firebirds
Date: 2014-12-04 09:31:31 +0000 (Thu, 04 Dec 2014)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/trunk/ChangeLog
firebird/trunk/src/jrd/build_no.h
firebird/trunk/src/misc/writeBuildNum.sh
Modified: firebird/trunk/ChangeLog
===================================================================
--- firebird/trunk/ChangeLog 2014-12-04 09:27:36 UTC (rev 60339)
+++ firebird/trunk/ChangeLog 2014-12-04 09:31:31 UTC (rev 60340)
@@ -1,3 +1,13 @@
+ 2014-12-03 14:27 alexpeshkoff
+ M src/remote/client/interface.cpp
+ M src/remote/remot_proto.h
+ M src/remote/remote.cpp
+Fixed CORE-4471: Legacy_Auth plugin does not connect from FB3 to FB2.5 server when tried after Win_Sspi
+
+ 2014-12-03 14:19 alexpeshkoff
+ M src/include/firebird/Interface.h
+Misc
+
2014-12-02 20:37 dimitr
M src/common/StatusArg.cpp
M src/common/StatusArg.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-12-04 09:27:36 UTC (rev 60339)
+++ firebird/trunk/src/jrd/build_no.h 2014-12-04 09:31:31 UTC (rev 60340)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31465
+ FORMAL BUILD NUMBER:31467
*/
-#define PRODUCT_VER_STRING "3.0.0.31465"
-#define FILE_VER_STRING "WI-T3.0.0.31465"
-#define LICENSE_VER_STRING "WI-T3.0.0.31465"
-#define FILE_VER_NUMBER 3, 0, 0, 31465
+#define PRODUCT_VER_STRING "3.0.0.31467"
+#define FILE_VER_STRING "WI-T3.0.0.31467"
+#define LICENSE_VER_STRING "WI-T3.0.0.31467"
+#define FILE_VER_NUMBER 3, 0, 0, 31467
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31465"
+#define FB_BUILD_NO "31467"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-12-04 09:27:36 UTC (rev 60339)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-12-04 09:31:31 UTC (rev 60340)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31465
+BuildNum=31467
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|