From: <fir...@us...> - 2014-11-11 08:55:41
|
Revision: 60188 http://sourceforge.net/p/firebird/code/60188 Author: firebirds Date: 2014-11-11 08:55:38 +0000 (Tue, 11 Nov 2014) 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 2014-11-10 20:00:21 UTC (rev 60187) +++ firebird/trunk/ChangeLog 2014-11-11 08:55:38 UTC (rev 60188) @@ -1,3 +1,46 @@ + 2014-11-10 14:45 asfernandes + M examples/dbcrypt/CryptKeyHolder.cpp + M examples/dbcrypt/DbCrypt.cpp + M examples/udr/UdrCppExample.cpp + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/common/classes/GetPlugins.h + M src/common/classes/ImplementHelper.cpp + M src/common/fb_exception.cpp + M src/gpre/boot/gpre_meta_boot.cpp + M src/include/firebird/FirebirdInterface.idl + M src/include/firebird/IdlFbInterfaces.h + M src/include/firebird/Interface.h + M src/include/firebird/UdrCppEngine.h + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/include/ibase.h + M src/jrd/CryptoManager.cpp + M src/jrd/ExtEngineManager.cpp + M src/jrd/ExtEngineManager.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql + M src/plugins/udr_engine/UdrEngine.cpp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h + M src/yvalve/PluginManager.cpp + M src/yvalve/PluginManager.h +Get rid of upgradeInterface API method and some adjustments. To be continued. + + 2014-11-10 09:32 paulbeach + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp +Fix visibility problem for: +GSEC> add sysdba -pw masterkey +unable to open database +Error loading plugin Srp +Standard plugin entrypoint does not exist in module +/Users/pbeach/firebird30/gen/Release/firebird/plugins/libSrp.dylib +GSEC> + 2014-11-09 16:40 dimitr M src/jrd/vio.cpp Relaxed system tables protection for cases UPDATE ... SET RDB$*_SOURCE = NULL. So far nullification is allowed for views/packages/procedures/functions/triggers only. I'm not sure somebody really needs hiding sources for defaults and check constraints, but this can be supported later, if required. This is a temporary solution, intended to be replaced with something more clever (e.g. special permissions or new DDL command) in v4. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-11-10 20:00:21 UTC (rev 60187) +++ firebird/trunk/src/jrd/build_no.h 2014-11-11 08:55:38 UTC (rev 60188) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31399 + FORMAL BUILD NUMBER:31401 */ -#define PRODUCT_VER_STRING "3.0.0.31399" -#define FILE_VER_STRING "WI-T3.0.0.31399" -#define LICENSE_VER_STRING "WI-T3.0.0.31399" -#define FILE_VER_NUMBER 3, 0, 0, 31399 +#define PRODUCT_VER_STRING "3.0.0.31401" +#define FILE_VER_STRING "WI-T3.0.0.31401" +#define LICENSE_VER_STRING "WI-T3.0.0.31401" +#define FILE_VER_NUMBER 3, 0, 0, 31401 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31399" +#define FB_BUILD_NO "31401" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-11-10 20:00:21 UTC (rev 60187) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-11-11 08:55:38 UTC (rev 60188) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31399 +BuildNum=31401 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |