|
From: <fir...@us...> - 2013-07-01 00:39:53
|
Revision: 58282
http://sourceforge.net/p/firebird/code/58282
Author: firebirds
Date: 2013-07-01 00:39:51 +0000 (Mon, 01 Jul 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-06-30 19:21:02 UTC (rev 58281)
+++ firebird/trunk/ChangeLog 2013-07-01 00:39:51 UTC (rev 58282)
@@ -1,3 +1,30 @@
+ 2013-06-30 19:21 dimitr
+ M src/auth/SecureRemotePassword/server/SrpServer.cpp
+Misc.
+
+ 2013-06-30 19:05 dimitr
+ M src/remote/client/interface.cpp
+Fixed CORE-4132: gbak requires exclusive access.
+
+ 2013-06-30 17:33 dimitr
+ M src/jrd/Optimizer.cpp
+ M src/jrd/Optimizer.h
+ M src/jrd/opt.cpp
+Slightly refactored the optimizer regarding navigational walks.
+
+ 2013-06-30 15:20 hvlad
+ M src/jrd/shut.cpp
+Prevent starting a lot of threads when forced shutdown is in progress.
+
+ 2013-06-30 14:02 hvlad
+ M src/jrd/cch.cpp
+Fixed my bug introduced when porting page cache on fb3
+
+ 2013-06-30 02:15 asfernandes
+ M src/jrd/recsrc/AggregatedStream.cpp
+ M src/jrd/recsrc/RecordSource.h
+Refactor AggregatedStream to remove duplicated code and make it easier to understand.
+
2013-06-29 11:32 hvlad
M src/jrd/Database.cpp
M src/jrd/Database.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-06-30 19:21:02 UTC (rev 58281)
+++ firebird/trunk/src/jrd/build_no.h 2013-07-01 00:39:51 UTC (rev 58282)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30492
+ FORMAL BUILD NUMBER:30498
*/
-#define PRODUCT_VER_STRING "3.0.0.30492"
-#define FILE_VER_STRING "WI-T3.0.0.30492"
-#define LICENSE_VER_STRING "WI-T3.0.0.30492"
-#define FILE_VER_NUMBER 3, 0, 0, 30492
+#define PRODUCT_VER_STRING "3.0.0.30498"
+#define FILE_VER_STRING "WI-T3.0.0.30498"
+#define LICENSE_VER_STRING "WI-T3.0.0.30498"
+#define FILE_VER_NUMBER 3, 0, 0, 30498
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30492"
+#define FB_BUILD_NO "30498"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2013-06-30 19:21:02 UTC (rev 58281)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-07-01 00:39:51 UTC (rev 58282)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30492
+BuildNum=30498
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|