|
From: <fir...@us...> - 2013-12-27 00:27:43
|
Revision: 58978
http://sourceforge.net/p/firebird/code/58978
Author: firebirds
Date: 2013-12-27 00:27:39 +0000 (Fri, 27 Dec 2013)
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 2013-12-26 11:58:04 UTC (rev 58977)
+++ firebird/trunk/ChangeLog 2013-12-27 00:27:39 UTC (rev 58978)
@@ -1,3 +1,10 @@
+ 2013-12-26 10:59 alexpeshkoff
+ M src/auth/SecureRemotePassword/Message.h
+ M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
+ M src/dsql/DdlNodes.h
+ M src/dsql/parse.y
+Misc enhancements in user management - thanks to Adriano
+
2013-12-25 23:36 asfernandes
M src/dsql/DdlNodes.epp
M src/jrd/UserManagement.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-12-26 11:58:04 UTC (rev 58977)
+++ firebird/trunk/src/jrd/build_no.h 2013-12-27 00:27:39 UTC (rev 58978)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30808
+ FORMAL BUILD NUMBER:30809
*/
-#define PRODUCT_VER_STRING "3.0.0.30808"
-#define FILE_VER_STRING "WI-T3.0.0.30808"
-#define LICENSE_VER_STRING "WI-T3.0.0.30808"
-#define FILE_VER_NUMBER 3, 0, 0, 30808
+#define PRODUCT_VER_STRING "3.0.0.30809"
+#define FILE_VER_STRING "WI-T3.0.0.30809"
+#define LICENSE_VER_STRING "WI-T3.0.0.30809"
+#define FILE_VER_NUMBER 3, 0, 0, 30809
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30808"
+#define FB_BUILD_NO "30809"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-26 11:58:04 UTC (rev 58977)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-27 00:27:39 UTC (rev 58978)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30808
+BuildNum=30809
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|