|
From: <fir...@us...> - 2015-02-06 00:14:20
|
Revision: 60633
http://sourceforge.net/p/firebird/code/60633
Author: firebirds
Date: 2015-02-06 00:14:11 +0000 (Fri, 06 Feb 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-02-05 23:04:36 UTC (rev 60632)
+++ firebird/trunk/ChangeLog 2015-02-06 00:14:11 UTC (rev 60633)
@@ -1,3 +1,21 @@
+ 2015-02-05 23:04 hvlad
+ M src/jrd/recsrc/RecordSource.h
+ M src/jrd/recsrc/SingularStream.cpp
+It should fix regression CORE-4653 : Crash on infinite mutual SP calls (instead of "Too many concurrent executions of the same request.")
+
+ 2015-02-05 17:10 egorpugin
+ M CMakeLists.txt
+ M examples/CMakeLists.txt
+[build] [cmake] Bump minimal cmake version. Add missed dependency.
+
+ 2015-02-05 06:36 egorpugin
+ M CMakeLists.txt
+ M builds/cmake/BuildFunctions.cmake
+ M examples/CMakeLists.txt
+ M src/CMakeLists.txt
+ M src/utilities/CMakeLists.txt
+[build] [cmake] Do not place boot targets into output directory.
+
2015-02-04 14:03 hvlad
M builds/win32/msvc12/Firebird3.sln
M builds/win32/msvc12/alice.vcxproj
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-02-05 23:04:36 UTC (rev 60632)
+++ firebird/trunk/src/jrd/build_no.h 2015-02-06 00:14:11 UTC (rev 60633)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31618
+ FORMAL BUILD NUMBER:31621
*/
-#define PRODUCT_VER_STRING "3.0.0.31618"
-#define FILE_VER_STRING "WI-T3.0.0.31618"
-#define LICENSE_VER_STRING "WI-T3.0.0.31618"
-#define FILE_VER_NUMBER 3, 0, 0, 31618
+#define PRODUCT_VER_STRING "3.0.0.31621"
+#define FILE_VER_STRING "WI-T3.0.0.31621"
+#define LICENSE_VER_STRING "WI-T3.0.0.31621"
+#define FILE_VER_NUMBER 3, 0, 0, 31621
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31618"
+#define FB_BUILD_NO "31621"
#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-02-05 23:04:36 UTC (rev 60632)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-02-06 00:14:11 UTC (rev 60633)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31618
+BuildNum=31621
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|