From: <fir...@us...> - 2011-03-03 03:17:13
|
Revision: 52494 http://firebird.svn.sourceforge.net/firebird/?rev=52494&view=rev Author: firebirds Date: 2011-03-03 03:17:05 +0000 (Thu, 03 Mar 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-03-02 23:42:58 UTC (rev 52493) +++ firebird/trunk/ChangeLog 2011-03-03 03:17:05 UTC (rev 52494) @@ -1,3 +1,77 @@ + 2011-03-02 23:42 hvlad + M builds/win32/msvc10/common.vcxproj + M builds/win32/msvc10/common.vcxproj.filters + M builds/win32/msvc10/engine.vcxproj + M builds/win32/msvc10/engine.vcxproj.filters + M builds/win32/msvc10/fbserver.vcxproj + M builds/win32/msvc10/fbserver.vcxproj.filters + M builds/win32/msvc10/gsec.vcxproj + M builds/win32/msvc10/gsec.vcxproj.filters + M src/gpre/boot/gpre_meta_boot.cpp + M src/remote/server/os/win32/srvr_w32.cpp + M src/utilities/gsec/gsec.cpp +Follow Alex changes + + 2011-03-02 13:42 alexpeshkoff + M builds/posix/make.shared.variables + M src/auth/AuthInterface.h + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/auth/SecurityDatabase/LegacyManagement.h + A src/auth/SecurityDatabase/LegacyServer.cpp (from /firebird/trunk/src/auth/SecurityDatabase/pwd.cpp:52312) + A src/auth/SecurityDatabase/LegacyServer.h (from /firebird/trunk/src/auth/SecurityDatabase/jrd_pwd.h:52312) + D src/auth/SecurityDatabase/jrd_pwd.h + D src/auth/SecurityDatabase/pwd.cpp + M src/common/call_service.cpp + M src/common/call_service.h + A src/common/classes/GetPlugins.h + M src/common/classes/ImplementHelper.h + M src/common/classes/PublicHandle.cpp + M src/common/classes/PublicHandle.h + M src/common/classes/alloc.cpp + M src/common/classes/alloc.h + M src/common/classes/init.h + M src/common/config/config.cpp + M src/common/config/config.h + M src/common/config/config_file.cpp + M src/common/config/config_file.h + M src/common/fb_exception.cpp + M src/common/isc_sync.cpp + A src/common/security.cpp (from /firebird/trunk/src/utilities/gsec/security.cpp:52312) + A src/common/security.h (from /firebird/trunk/src/utilities/gsec/secur_proto.h:52312) + M src/dbs/security.sql + M src/include/FirebirdPluginApi.h + M src/include/Interface.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/UserManagement.cpp + M src/jrd/UserManagement.h + M src/jrd/dyn.epp + M src/jrd/jrd.cpp + M src/jrd/svc.cpp + M src/jrd/trace/TraceManager.cpp + M src/remote/client/interface.cpp + M src/remote/server/os/posix/inet_server.cpp + M src/remote/server/os/win32/srvr_w32.cpp + M src/remote/server/server.cpp + M src/utilities/gsec/gsec.cpp + M src/utilities/gsec/gsec.h + M src/utilities/gsec/gsecswi.h + D src/utilities/gsec/secur_proto.h + D src/utilities/gsec/security.cpp + M src/utilities/gstat/dba.epp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/PluginManager.cpp + M src/yvalve/PluginManager.h + M src/yvalve/alt.cpp + M src/yvalve/why.cpp +Fixed CORE-3369: first step to make it possible to specify non-default security database for specific database + + 2011-03-02 09:43 hvlad + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/jrd/exe.h +Additional patch for CORE-3362 : Cursors should ignore changes made by the same statement +Statements with more that one cursors should not create savepoint for the first cursor + 2011-03-01 01:07 asfernandes M src/dsql/dsql.cpp Misc Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-03-02 23:42:58 UTC (rev 52493) +++ firebird/trunk/src/jrd/build_no.h 2011-03-03 03:17:05 UTC (rev 52494) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29161 + FORMAL BUILD NUMBER:29164 */ -#define PRODUCT_VER_STRING "3.0.0.29161" -#define FILE_VER_STRING "WI-T3.0.0.29161" -#define LICENSE_VER_STRING "WI-T3.0.0.29161" -#define FILE_VER_NUMBER 3, 0, 0, 29161 +#define PRODUCT_VER_STRING "3.0.0.29164" +#define FILE_VER_STRING "WI-T3.0.0.29164" +#define LICENSE_VER_STRING "WI-T3.0.0.29164" +#define FILE_VER_NUMBER 3, 0, 0, 29164 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29161" +#define FB_BUILD_NO "29164" #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-03-02 23:42:58 UTC (rev 52493) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-03-03 03:17:05 UTC (rev 52494) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29161 +BuildNum=29164 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |