|
From: <fir...@us...> - 2011-10-22 03:23:26
|
Revision: 53585
http://firebird.svn.sourceforge.net/firebird/?rev=53585&view=rev
Author: firebirds
Date: 2011-10-22 03:23:18 +0000 (Sat, 22 Oct 2011)
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 2011-10-20 12:20:33 UTC (rev 53584)
+++ firebird/trunk/ChangeLog 2011-10-22 03:23:18 UTC (rev 53585)
@@ -1,3 +1,14 @@
+ 2011-10-20 12:20 alexpeshkoff
+ M src/auth/AuthDbg.cpp
+ M src/auth/trusted/AuthSspi.cpp
+ M src/common/Auth.h
+ M src/common/classes/ClumpletReader.cpp
+ M src/jrd/svc.cpp
+ M src/remote/client/interface.cpp
+ M src/remote/server/server.cpp
+ M src/yvalve/why.cpp
+Fixed services to make them work with trusted auth emulator and old client
+
2011-10-18 18:02 dimitr
M src/jrd/Attachment.cpp
M src/jrd/Attachment.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-10-20 12:20:33 UTC (rev 53584)
+++ firebird/trunk/src/jrd/build_no.h 2011-10-22 03:23:18 UTC (rev 53585)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29591
+ FORMAL BUILD NUMBER:29592
*/
-#define PRODUCT_VER_STRING "3.0.0.29591"
-#define FILE_VER_STRING "WI-T3.0.0.29591"
-#define LICENSE_VER_STRING "WI-T3.0.0.29591"
-#define FILE_VER_NUMBER 3, 0, 0, 29591
+#define PRODUCT_VER_STRING "3.0.0.29592"
+#define FILE_VER_STRING "WI-T3.0.0.29592"
+#define LICENSE_VER_STRING "WI-T3.0.0.29592"
+#define FILE_VER_NUMBER 3, 0, 0, 29592
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29591"
+#define FB_BUILD_NO "29592"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2011-10-20 12:20:33 UTC (rev 53584)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-10-22 03:23:18 UTC (rev 53585)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29591
+BuildNum=29592
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|