|
From: <fir...@us...> - 2015-04-25 00:16:31
|
Revision: 61429
http://sourceforge.net/p/firebird/code/61429
Author: firebirds
Date: 2015-04-25 00:16:24 +0000 (Sat, 25 Apr 2015)
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 2015-04-24 19:03:05 UTC (rev 61428)
+++ firebird/trunk/ChangeLog 2015-04-25 00:16:24 UTC (rev 61429)
@@ -1,3 +1,17 @@
+ 2015-04-24 17:48 alexpeshkoff
+ M src/jrd/UserManagement.cpp
+rolled back accidentially committed debug code
+
+ 2015-04-24 17:47 alexpeshkoff
+ M src/jrd/UserManagement.cpp
+ M src/jrd/vio.cpp
+Make it possible for DBA only to NULLify sources
+
+ 2015-04-24 13:07 alexpeshkoff
+ M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
+ M src/jrd/jrd.cpp
+Fixed CORE-4768: CREATE USER ... TAGS ( argument_1 = 'value1', ..., argument_N = 'valueN' ) - wrong results of statement when there are many arguments
+
2015-04-22 17:02 alexpeshkoff
M src/common/config/config_file.cpp
M src/common/config/config_file.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-04-24 19:03:05 UTC (rev 61428)
+++ firebird/trunk/src/jrd/build_no.h 2015-04-25 00:16:24 UTC (rev 61429)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31807
+ FORMAL BUILD NUMBER:31810
*/
-#define PRODUCT_VER_STRING "3.0.0.31807"
-#define FILE_VER_STRING "WI-T3.0.0.31807"
-#define LICENSE_VER_STRING "WI-T3.0.0.31807"
-#define FILE_VER_NUMBER 3, 0, 0, 31807
+#define PRODUCT_VER_STRING "3.0.0.31810"
+#define FILE_VER_STRING "WI-T3.0.0.31810"
+#define LICENSE_VER_STRING "WI-T3.0.0.31810"
+#define FILE_VER_NUMBER 3, 0, 0, 31810
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31807"
+#define FB_BUILD_NO "31810"
#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 2015-04-24 19:03:05 UTC (rev 61428)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-04-25 00:16:24 UTC (rev 61429)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31807
+BuildNum=31810
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|