8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

nightly update

This commit is contained in:
firebirds 2014-11-11 08:55:38 +00:00
parent 49d1a73994
commit 6701d1b131
3 changed files with 50 additions and 7 deletions

View File

@ -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.

View File

@ -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"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31399
BuildNum=31401
NowAt=`pwd`
cd `dirname $0`