|
From: <fir...@us...> - 2011-12-04 03:20:13
|
Revision: 53662
http://firebird.svn.sourceforge.net/firebird/?rev=53662&view=rev
Author: firebirds
Date: 2011-12-04 03:20:06 +0000 (Sun, 04 Dec 2011)
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 2011-12-03 20:22:14 UTC (rev 53661)
+++ firebird/trunk/ChangeLog 2011-12-04 03:20:06 UTC (rev 53662)
@@ -1,3 +1,12 @@
+ 2011-12-03 20:22 asfernandes
+ M src/jrd/recsrc/AggregatedStream.cpp
+ M src/jrd/recsrc/RecursiveStream.cpp
+Fixed CORE-3683 - Recursive query with GROUP BY in root part: wrong results if no index exists for fields that are grouped.
+
+ 2011-12-03 12:48 dimitr
+ M src/burp/restore.epp
+Fixed the authentication during restore via the Services API.
+
2011-12-01 09:54 dimitr
M src/jrd/exe.cpp
For a number of reasons, it seems being a good thing to unwind the trigger requests ASAP.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-12-03 20:22:14 UTC (rev 53661)
+++ firebird/trunk/src/jrd/build_no.h 2011-12-04 03:20:06 UTC (rev 53662)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29628
+ FORMAL BUILD NUMBER:29630
*/
-#define PRODUCT_VER_STRING "3.0.0.29628"
-#define FILE_VER_STRING "WI-T3.0.0.29628"
-#define LICENSE_VER_STRING "WI-T3.0.0.29628"
-#define FILE_VER_NUMBER 3, 0, 0, 29628
+#define PRODUCT_VER_STRING "3.0.0.29630"
+#define FILE_VER_STRING "WI-T3.0.0.29630"
+#define LICENSE_VER_STRING "WI-T3.0.0.29630"
+#define FILE_VER_NUMBER 3, 0, 0, 29630
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29628"
+#define FB_BUILD_NO "29630"
#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 2011-12-03 20:22:14 UTC (rev 53661)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-12-04 03:20:06 UTC (rev 53662)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29628
+BuildNum=29630
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|