From: <fir...@us...> - 2015-01-17 00:15:51
|
Revision: 60512 http://sourceforge.net/p/firebird/code/60512 Author: firebirds Date: 2015-01-17 00:15:43 +0000 (Sat, 17 Jan 2015) 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 2015-01-16 17:53:38 UTC (rev 60511) +++ firebird/trunk/ChangeLog 2015-01-17 00:15:43 UTC (rev 60512) @@ -1,3 +1,26 @@ + 2015-01-16 17:53 alexpeshkoff + M src/auth/SecureRemotePassword/client/SrpClient.cpp + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/include/firebird/FirebirdInterface.idl + M src/include/firebird/IdlFbInterfaces.h + M src/include/firebird/Interface.h + M src/plugins/crypt/arc4/Arc4.cpp + M src/remote/client/interface.cpp + M src/remote/remote.cpp + M src/remote/remote.h + M src/remote/server/server.cpp + M src/yvalve/DistributedTransaction.cpp + A src/yvalve/DistributedTransaction.h + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h + M src/yvalve/why.cpp +Avoid use of plain structures, missing in previous FB versions, in public API + + 2015-01-16 15:12 asfernandes + M src/include/firebird/Interface.h + M src/include/firebird/Message.h +Adjustments after fix and test of fbstuff repository. + 2015-01-15 14:55 asfernandes M src/include/firebird/FirebirdInterface.idl M src/include/firebird/IdlFbInterfaces.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-01-16 17:53:38 UTC (rev 60511) +++ firebird/trunk/src/jrd/build_no.h 2015-01-17 00:15:43 UTC (rev 60512) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31551 + FORMAL BUILD NUMBER:31553 */ -#define PRODUCT_VER_STRING "3.0.0.31551" -#define FILE_VER_STRING "WI-T3.0.0.31551" -#define LICENSE_VER_STRING "WI-T3.0.0.31551" -#define FILE_VER_NUMBER 3, 0, 0, 31551 +#define PRODUCT_VER_STRING "3.0.0.31553" +#define FILE_VER_STRING "WI-T3.0.0.31553" +#define LICENSE_VER_STRING "WI-T3.0.0.31553" +#define FILE_VER_NUMBER 3, 0, 0, 31553 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31551" +#define FB_BUILD_NO "31553" #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 2015-01-16 17:53:38 UTC (rev 60511) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-01-17 00:15:43 UTC (rev 60512) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31551 +BuildNum=31553 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |