|
From: <fir...@us...> - 2015-03-26 00:13:10
|
Revision: 61087
http://sourceforge.net/p/firebird/code/61087
Author: firebirds
Date: 2015-03-26 00:13:01 +0000 (Thu, 26 Mar 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-03-25 20:16:02 UTC (rev 61086)
+++ firebird/trunk/ChangeLog 2015-03-26 00:13:01 UTC (rev 61087)
@@ -1,3 +1,23 @@
+ 2015-03-25 17:52 asfernandes
+ M src/dsql/AggNodes.cpp
+ M src/dsql/AggNodes.h
+ M src/dsql/Nodes.h
+ M src/dsql/WinNodes.cpp
+ M src/jrd/blp.h
+ M src/jrd/blr.h
+Rework new aggregate functions so that they use the single blr_agg_function BLR verb.
+
+ 2015-03-25 17:51 asfernandes
+ M doc/WhatsNew
+ A doc/sql.extensions/README.regr_functions.txt
+ M src/dsql/AggNodes.cpp
+ M src/dsql/AggNodes.h
+ M src/dsql/parse.y
+ M src/jrd/blp.h
+ M src/jrd/blr.h
+ M src/yvalve/keywords.cpp
+Feature CORE-4722 - Aggregate linear regression functions.
+
2015-03-24 01:30 robocop
M src/jrd/vio.cpp
Misc.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-03-25 20:16:02 UTC (rev 61086)
+++ firebird/trunk/src/jrd/build_no.h 2015-03-26 00:13:01 UTC (rev 61087)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31740
+ FORMAL BUILD NUMBER:31742
*/
-#define PRODUCT_VER_STRING "3.0.0.31740"
-#define FILE_VER_STRING "WI-T3.0.0.31740"
-#define LICENSE_VER_STRING "WI-T3.0.0.31740"
-#define FILE_VER_NUMBER 3, 0, 0, 31740
+#define PRODUCT_VER_STRING "3.0.0.31742"
+#define FILE_VER_STRING "WI-T3.0.0.31742"
+#define LICENSE_VER_STRING "WI-T3.0.0.31742"
+#define FILE_VER_NUMBER 3, 0, 0, 31742
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31740"
+#define FB_BUILD_NO "31742"
#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-03-25 20:16:02 UTC (rev 61086)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-03-26 00:13:01 UTC (rev 61087)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31740
+BuildNum=31742
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|