|
From: <fir...@us...> - 2014-12-27 00:13:57
|
Revision: 60436
http://sourceforge.net/p/firebird/code/60436
Author: firebirds
Date: 2014-12-27 00:13:46 +0000 (Sat, 27 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-26 16:06:57 UTC (rev 60435)
+++ firebird/trunk/ChangeLog 2014-12-27 00:13:46 UTC (rev 60436)
@@ -1,3 +1,21 @@
+ 2014-12-26 15:32 alexpeshkoff
+ M src/auth/SecurityDatabase/LegacyManagement.epp
+Fixed CORE-4652: Legacy user manager ignores explicitly set SQL role
+
+ 2014-12-26 15:04 alexpeshkoff
+ M src/isql/show.epp
+Skip system attachmnets in SHOW USERS
+
+ 2014-12-26 14:10 alexpeshkoff
+ M doc/sql.extensions/README.ddl.txt
+ M src/dsql/parse.y
+ M src/isql/isql.epp
+ M src/jrd/DbCreators.cpp
+ M src/jrd/DbCreators.h
+ M src/jrd/jrd.cpp
+ M src/yvalve/preparse.cpp
+Fixed CORE-4651: CREATE DATABASE fails for the user having RDB$ADMIN rights in security database
+
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
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-12-26 16:06:57 UTC (rev 60435)
+++ firebird/trunk/src/jrd/build_no.h 2014-12-27 00:13:46 UTC (rev 60436)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31514
+ FORMAL BUILD NUMBER:31517
*/
-#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 PRODUCT_VER_STRING "3.0.0.31517"
+#define FILE_VER_STRING "WI-T3.0.0.31517"
+#define LICENSE_VER_STRING "WI-T3.0.0.31517"
+#define FILE_VER_NUMBER 3, 0, 0, 31517
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31514"
+#define FB_BUILD_NO "31517"
#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-26 16:06:57 UTC (rev 60435)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-12-27 00:13:46 UTC (rev 60436)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31514
+BuildNum=31517
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|