|
From: <fir...@us...> - 2014-05-17 00:31:52
|
Revision: 59602
http://sourceforge.net/p/firebird/code/59602
Author: firebirds
Date: 2014-05-17 00:31:50 +0000 (Sat, 17 May 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-05-16 13:21:16 UTC (rev 59601)
+++ firebird/trunk/ChangeLog 2014-05-17 00:31:50 UTC (rev 59602)
@@ -1,3 +1,34 @@
+ 2014-05-16 13:21 mapopa
+ M src/remote/merge.cpp
+Cleanup convert function NOT_USED_OR_REPLACED
+
+ 2014-05-16 13:06 mapopa
+ M src/remote/server/os/posix/inet_server.cpp
+Cleanup
+
+ 2014-05-16 12:59 hvlad
+ M src/jrd/validation.cpp
+Correct format specifiers
+
+ 2014-05-16 12:10 hvlad
+ M src/jrd/GlobalRWLock.cpp
+Front ported fix for bug CORE-4433 : GlobalRWLock could not downgrade EX lock to SH if readers is present
+
+ 2014-05-16 12:07 hvlad
+ M src/jrd/cch.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/nbak.cpp
+ M src/jrd/nbak.h
+Front ported:
+1. Improvement CORE-4431 : Reduce contention for allocation table lock while database is in stalled physical backup state
+2. Improvement CORE-4432 : Let attachments to not block others when allocation table is read first time
+3. On Windows, file can not be deleted while system writes cached data into it, even if file is not open by anyone.
+Therefore flush delta file implicitly before closing it.
+
+ 2014-05-16 10:53 hvlad
+ M src/jrd/dpm.epp
+Front ported fix for bug CORE-4372 : Deadlock is possible when two data pages contains record fragments pointing to each other
+
2014-05-14 09:22 dimitr
M src/jrd/sort.cpp
M src/jrd/sort.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-05-16 13:21:16 UTC (rev 59601)
+++ firebird/trunk/src/jrd/build_no.h 2014-05-17 00:31:50 UTC (rev 59602)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31135
+ FORMAL BUILD NUMBER:31141
*/
-#define PRODUCT_VER_STRING "3.0.0.31135"
-#define FILE_VER_STRING "WI-T3.0.0.31135"
-#define LICENSE_VER_STRING "WI-T3.0.0.31135"
-#define FILE_VER_NUMBER 3, 0, 0, 31135
+#define PRODUCT_VER_STRING "3.0.0.31141"
+#define FILE_VER_STRING "WI-T3.0.0.31141"
+#define LICENSE_VER_STRING "WI-T3.0.0.31141"
+#define FILE_VER_NUMBER 3, 0, 0, 31141
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31135"
+#define FB_BUILD_NO "31141"
#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-05-16 13:21:16 UTC (rev 59601)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-05-17 00:31:50 UTC (rev 59602)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31135
+BuildNum=31141
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|