|
From: <fir...@us...> - 2014-12-03 09:20:59
|
Revision: 60332
http://sourceforge.net/p/firebird/code/60332
Author: firebirds
Date: 2014-12-03 09:20:56 +0000 (Wed, 03 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-03 07:23:15 UTC (rev 60331)
+++ firebird/trunk/ChangeLog 2014-12-03 09:20:56 UTC (rev 60332)
@@ -1,3 +1,12 @@
+ 2014-12-02 20:37 dimitr
+ M src/common/StatusArg.cpp
+ M src/common/StatusArg.h
+Forgotten commit.
+
+ 2014-12-02 20:14 dimitr
+ M src/lock/lock.cpp
+Fixed CORE-4631: Lock manager "out of room" error hides the real cause of this problem.
+
2014-12-01 21:53 dimitr
M src/dsql/StmtNodes.cpp
M src/jrd/JrdStatement.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-12-03 07:23:15 UTC (rev 60331)
+++ firebird/trunk/src/jrd/build_no.h 2014-12-03 09:20:56 UTC (rev 60332)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31463
+ FORMAL BUILD NUMBER:31465
*/
-#define PRODUCT_VER_STRING "3.0.0.31463"
-#define FILE_VER_STRING "WI-T3.0.0.31463"
-#define LICENSE_VER_STRING "WI-T3.0.0.31463"
-#define FILE_VER_NUMBER 3, 0, 0, 31463
+#define PRODUCT_VER_STRING "3.0.0.31465"
+#define FILE_VER_STRING "WI-T3.0.0.31465"
+#define LICENSE_VER_STRING "WI-T3.0.0.31465"
+#define FILE_VER_NUMBER 3, 0, 0, 31465
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31463"
+#define FB_BUILD_NO "31465"
#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-03 07:23:15 UTC (rev 60331)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-12-03 09:20:56 UTC (rev 60332)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31463
+BuildNum=31465
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|