|
From: <fir...@us...> - 2014-12-25 00:13:31
|
Revision: 60429
http://sourceforge.net/p/firebird/code/60429
Author: firebirds
Date: 2014-12-25 00:13:28 +0000 (Thu, 25 Dec 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-12-24 15:23:42 UTC (rev 60428)
+++ firebird/trunk/ChangeLog 2014-12-25 00:13:28 UTC (rev 60429)
@@ -1,3 +1,23 @@
+ 2014-12-24 15:23 alexpeshkoff
+ M doc/sql.extensions/README.user_management
+Documentation changes for CORE-4607: Add support for having >1 UserManager in firebird.conf and use them from SQL
+
+ 2014-12-24 14:50 alexpeshkoff
+ M src/common/classes/fb_string.h
+ M src/common/security.cpp
+ M src/common/security.h
+ M src/dsql/DdlNodes.epp
+ M src/dsql/DdlNodes.h
+ M src/dsql/parse.y
+ M src/include/gen/ids.h
+ M src/jrd/UserManagement.cpp
+ M src/jrd/UserManagement.h
+ M src/jrd/fields.h
+ M src/jrd/names.h
+ M src/jrd/relations.h
+ M src/yvalve/PluginManager.cpp
+Implemented CORE-4607: Add support for having >1 UserManager in firebird.conf and use them from SQL
+
2014-12-22 16:19 alexpeshkoff
M src/auth/SecurityDatabase/LegacyServer.cpp
Fixed CORE-4646: Attach failure when using LegacyAuth on server and default configuration on client
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-12-24 15:23:42 UTC (rev 60428)
+++ firebird/trunk/src/jrd/build_no.h 2014-12-25 00:13:28 UTC (rev 60429)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31512
+ FORMAL BUILD NUMBER:31514
*/
-#define PRODUCT_VER_STRING "3.0.0.31512"
-#define FILE_VER_STRING "WI-T3.0.0.31512"
-#define LICENSE_VER_STRING "WI-T3.0.0.31512"
-#define FILE_VER_NUMBER 3, 0, 0, 31512
+#define PRODUCT_VER_STRING "3.0.0.31514"
+#define FILE_VER_STRING "WI-T3.0.0.31514"
+#define LICENSE_VER_STRING "WI-T3.0.0.31514"
+#define FILE_VER_NUMBER 3, 0, 0, 31514
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31512"
+#define FB_BUILD_NO "31514"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-12-24 15:23:42 UTC (rev 60428)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-12-25 00:13:28 UTC (rev 60429)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31512
+BuildNum=31514
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|