From: <fir...@us...> - 2012-06-21 04:27:37
|
Revision: 54646 http://firebird.svn.sourceforge.net/firebird/?rev=54646&view=rev Author: firebirds Date: 2012-06-21 04:27:30 +0000 (Thu, 21 Jun 2012) 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 2012-06-20 18:57:39 UTC (rev 54645) +++ firebird/trunk/ChangeLog 2012-06-21 04:27:30 UTC (rev 54646) @@ -1,3 +1,27 @@ + 2012-06-20 11:47 alexpeshkoff + M doc/README.services_extension + M src/burp/burp.cpp + M src/burp/burp.h + M src/burp/mvol.cpp + M src/burp/split/spit.cpp + M src/burp/split/spit.h + M src/burp/std_desc.h + M src/common/UtilSvc.cpp + M src/common/UtilSvc.h + M src/common/utils.cpp + M src/include/consts_pub.h + M src/include/gen/msgs.h + M src/jrd/svc.cpp + M src/jrd/svc.h + M src/msgs/messages2.sql + M src/utilities/fbsvcmgr/fbsvcmgr.cpp + M src/utilities/ntrace/TracePluginImpl.cpp +Implemented CORE-2666: Make it possible to use API to do remote backups/restores + + 2012-06-20 09:30 paulbeach + M builds/posix/postfix.darwin +Copy libfbclient.dylib to Firebird SuperServer Framework Libraries to support the ODBC driver + 2012-06-19 18:28 dimitr M src/jrd/DatabaseSnapshot.cpp Misc. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-06-20 18:57:39 UTC (rev 54645) +++ firebird/trunk/src/jrd/build_no.h 2012-06-21 04:27:30 UTC (rev 54646) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30008 + FORMAL BUILD NUMBER:30010 */ -#define PRODUCT_VER_STRING "3.0.0.30008" -#define FILE_VER_STRING "WI-T3.0.0.30008" -#define LICENSE_VER_STRING "WI-T3.0.0.30008" -#define FILE_VER_NUMBER 3, 0, 0, 30008 +#define PRODUCT_VER_STRING "3.0.0.30010" +#define FILE_VER_STRING "WI-T3.0.0.30010" +#define LICENSE_VER_STRING "WI-T3.0.0.30010" +#define FILE_VER_NUMBER 3, 0, 0, 30010 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30008" +#define FB_BUILD_NO "30010" #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 2012-06-20 18:57:39 UTC (rev 54645) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-06-21 04:27:30 UTC (rev 54646) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30008 +BuildNum=30010 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |