From: <fir...@us...> - 2013-10-29 00:28:32
|
Revision: 58731 http://sourceforge.net/p/firebird/code/58731 Author: firebirds Date: 2013-10-29 00:28:28 +0000 (Tue, 29 Oct 2013) 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 2013-10-28 11:51:54 UTC (rev 58730) +++ firebird/trunk/ChangeLog 2013-10-29 00:28:28 UTC (rev 58731) @@ -1,3 +1,21 @@ + 2013-10-28 11:51 alexpeshkoff + M src/remote/client/interface.cpp +Rollback some of my wrong changes + + 2013-10-28 11:50 alexpeshkoff + M src/yvalve/preparse.cpp +Cleanup - we anyway do not support protocol to talk to ancient servers + + 2013-10-28 10:27 alexpeshkoff + M builds/posix/Makefile.in + M builds/posix/make.shared.variables + M src/auth/SecurityDatabase/LegacyServer.cpp + M src/remote/server/os/posix/inet_server.cpp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h + M src/yvalve/PluginManager.cpp +Convert legacy auth server to non-builtin plugin on posix + 2013-10-25 09:56 alexpeshkoff M src/auth/SecurityDatabase/LegacyServer.cpp cleanup Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-10-28 11:51:54 UTC (rev 58730) +++ firebird/trunk/src/jrd/build_no.h 2013-10-29 00:28:28 UTC (rev 58731) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30698 + FORMAL BUILD NUMBER:30701 */ -#define PRODUCT_VER_STRING "3.0.0.30698" -#define FILE_VER_STRING "WI-T3.0.0.30698" -#define LICENSE_VER_STRING "WI-T3.0.0.30698" -#define FILE_VER_NUMBER 3, 0, 0, 30698 +#define PRODUCT_VER_STRING "3.0.0.30701" +#define FILE_VER_STRING "WI-T3.0.0.30701" +#define LICENSE_VER_STRING "WI-T3.0.0.30701" +#define FILE_VER_NUMBER 3, 0, 0, 30701 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30698" +#define FB_BUILD_NO "30701" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-10-28 11:51:54 UTC (rev 58730) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-10-29 00:28:28 UTC (rev 58731) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30698 +BuildNum=30701 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |