From: <fir...@us...> - 2011-12-25 03:19:30
|
Revision: 53753 http://firebird.svn.sourceforge.net/firebird/?rev=53753&view=rev Author: firebirds Date: 2011-12-25 03:19:23 +0000 (Sun, 25 Dec 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-12-24 18:21:57 UTC (rev 53752) +++ firebird/trunk/ChangeLog 2011-12-25 03:19:23 UTC (rev 53753) @@ -1,3 +1,24 @@ + 2011-12-24 18:08 asfernandes + M builds/posix/Makefile.in + M doc/sql.extensions/README.builtin_functions.txt + M src/auth/SecureRemotePassword/client/SrpClient.cpp + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/auth/SecureRemotePassword/srp.cpp + M src/auth/SecureRemotePassword/srp.h + M src/auth/SecurityDatabase/LegacyHash.h + M src/auth/SecurityDatabase/LegacyServer.cpp + M src/common/classes/GetPlugins.h + M src/common/sha.cpp + M src/dsql/parse.y + M src/include/firebird/Provider.h + M src/lock/lock.cpp +Misc. + + 2011-12-24 17:59 asfernandes + M src/include/firebird/Plugin.h +Correction. + 2011-12-23 18:33 dimitr M src/remote/client/interface.cpp M src/remote/inet.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-12-24 18:21:57 UTC (rev 53752) +++ firebird/trunk/src/jrd/build_no.h 2011-12-25 03:19:23 UTC (rev 53753) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29661 + FORMAL BUILD NUMBER:29663 */ -#define PRODUCT_VER_STRING "3.0.0.29661" -#define FILE_VER_STRING "WI-T3.0.0.29661" -#define LICENSE_VER_STRING "WI-T3.0.0.29661" -#define FILE_VER_NUMBER 3, 0, 0, 29661 +#define PRODUCT_VER_STRING "3.0.0.29663" +#define FILE_VER_STRING "WI-T3.0.0.29663" +#define LICENSE_VER_STRING "WI-T3.0.0.29663" +#define FILE_VER_NUMBER 3, 0, 0, 29663 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29661" +#define FB_BUILD_NO "29663" #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-12-24 18:21:57 UTC (rev 53752) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-12-25 03:19:23 UTC (rev 53753) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29661 +BuildNum=29663 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |