|
From: <fir...@us...> - 2013-05-08 00:48:55
|
Revision: 58045
http://sourceforge.net/p/firebird/code/58045
Author: firebirds
Date: 2013-05-08 00:48:52 +0000 (Wed, 08 May 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-05-07 16:02:28 UTC (rev 58044)
+++ firebird/trunk/ChangeLog 2013-05-08 00:48:52 UTC (rev 58045)
@@ -1,3 +1,15 @@
+ 2013-05-07 16:02 asfernandes
+ M src/dsql/AggNodes.cpp
+Fixed crash with CORE-3694 test-case.
+
+ 2013-05-07 11:52 hvlad
+ M src/common/classes/ClumpletWriter.h
+Enlarge DPB\SPB size limit up to 1MB (as Alex suggested). Former limit (4KB) was too small even to pass contents of standard fbtrace.conf into the trace start service.
+
+ 2013-05-07 11:37 hvlad
+ M src/jrd/trace/TraceObjects.cpp
+Fixed bug CORE-4094 : Wrong parameters order in trace output
+
2013-05-06 18:41 dimitr
M src/jrd/btr.cpp
Postfix for my prior commit.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-05-07 16:02:28 UTC (rev 58044)
+++ firebird/trunk/src/jrd/build_no.h 2013-05-08 00:48:52 UTC (rev 58045)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30397
+ FORMAL BUILD NUMBER:30400
*/
-#define PRODUCT_VER_STRING "3.0.0.30397"
-#define FILE_VER_STRING "WI-T3.0.0.30397"
-#define LICENSE_VER_STRING "WI-T3.0.0.30397"
-#define FILE_VER_NUMBER 3, 0, 0, 30397
+#define PRODUCT_VER_STRING "3.0.0.30400"
+#define FILE_VER_STRING "WI-T3.0.0.30400"
+#define LICENSE_VER_STRING "WI-T3.0.0.30400"
+#define FILE_VER_NUMBER 3, 0, 0, 30400
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30397"
+#define FB_BUILD_NO "30400"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2013-05-07 16:02:28 UTC (rev 58044)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-05-08 00:48:52 UTC (rev 58045)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30397
+BuildNum=30400
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|