|
From: <fir...@us...> - 2014-10-12 01:19:08
|
Revision: 60102
http://sourceforge.net/p/firebird/code/60102
Author: firebirds
Date: 2014-10-12 01:19:03 +0000 (Sun, 12 Oct 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-10-11 19:17:39 UTC (rev 60101)
+++ firebird/trunk/ChangeLog 2014-10-12 01:19:03 UTC (rev 60102)
@@ -1,3 +1,17 @@
+ 2014-10-11 19:17 dimitr
+ M doc/WhatsNew
+Updated the docs.
+
+ 2014-10-11 09:02 dimitr
+ M src/remote/client/interface.cpp
+ M src/remote/inet.cpp
+ M src/remote/os/win32/wnet.cpp
+ M src/remote/os/win32/xnet.cpp
+ M src/remote/remote.cpp
+ M src/remote/remote.h
+ M src/remote/server/server.cpp
+Improved the batching (prefetch) logic. This is the second part of CORE-2530.
+
2014-10-10 16:00 asfernandes
M src/jrd/RecordSourceNodes.cpp
Fixed CORE-4574 - Incorrect result in subquery with aggregate.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-10-11 19:17:39 UTC (rev 60101)
+++ firebird/trunk/src/jrd/build_no.h 2014-10-12 01:19:03 UTC (rev 60102)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31362
+ FORMAL BUILD NUMBER:31364
*/
-#define PRODUCT_VER_STRING "3.0.0.31362"
-#define FILE_VER_STRING "WI-T3.0.0.31362"
-#define LICENSE_VER_STRING "WI-T3.0.0.31362"
-#define FILE_VER_NUMBER 3, 0, 0, 31362
+#define PRODUCT_VER_STRING "3.0.0.31364"
+#define FILE_VER_STRING "WI-T3.0.0.31364"
+#define LICENSE_VER_STRING "WI-T3.0.0.31364"
+#define FILE_VER_NUMBER 3, 0, 0, 31364
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31362"
+#define FB_BUILD_NO "31364"
#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-10-11 19:17:39 UTC (rev 60101)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-10-12 01:19:03 UTC (rev 60102)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31362
+BuildNum=31364
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|