|
From: <fir...@us...> - 2014-07-22 00:31:30
|
Revision: 59901
http://sourceforge.net/p/firebird/code/59901
Author: firebirds
Date: 2014-07-22 00:31:22 +0000 (Tue, 22 Jul 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-07-21 16:13:49 UTC (rev 59900)
+++ firebird/trunk/ChangeLog 2014-07-22 00:31:22 UTC (rev 59901)
@@ -1,3 +1,18 @@
+ 2014-07-21 16:13 asfernandes
+ M src/dsql/DsqlCompilerScratch.h
+ M src/dsql/ExprNodes.cpp
+ M src/dsql/StmtNodes.cpp
+Tweaks to CORE-4488.
+
+ 2014-07-21 08:10 alexpeshkoff
+ M src/include/types_pub.h
+Fixed build on linux64 - it was really bad that behavior of macro FB_ALIGN depended upon alignment parameter type
+
+ 2014-07-21 02:37 asfernandes
+ M doc/sql.extensions/README.cursor_variables.txt
+ M src/dsql/ExprNodes.cpp
+Fixed CORE-4488 - Wrong results of FOR SELECT <L> FROM <T> AS CURSOR <C> and table <T> is modified inside cursor's begin...end block.
+
2014-07-20 15:44 asfernandes
M src/remote/remote.h
Misc.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-07-21 16:13:49 UTC (rev 59900)
+++ firebird/trunk/src/jrd/build_no.h 2014-07-22 00:31:22 UTC (rev 59901)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31242
+ FORMAL BUILD NUMBER:31245
*/
-#define PRODUCT_VER_STRING "3.0.0.31242"
-#define FILE_VER_STRING "WI-T3.0.0.31242"
-#define LICENSE_VER_STRING "WI-T3.0.0.31242"
-#define FILE_VER_NUMBER 3, 0, 0, 31242
+#define PRODUCT_VER_STRING "3.0.0.31245"
+#define FILE_VER_STRING "WI-T3.0.0.31245"
+#define LICENSE_VER_STRING "WI-T3.0.0.31245"
+#define FILE_VER_NUMBER 3, 0, 0, 31245
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31242"
+#define FB_BUILD_NO "31245"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-07-21 16:13:49 UTC (rev 59900)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-07-22 00:31:22 UTC (rev 59901)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31242
+BuildNum=31245
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|