|
From: <fir...@us...> - 2013-06-17 00:27:11
|
Revision: 58196
http://sourceforge.net/p/firebird/code/58196
Author: firebirds
Date: 2013-06-17 00:27:06 +0000 (Mon, 17 Jun 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-16 23:05:41 UTC (rev 58195)
+++ firebird/trunk/ChangeLog 2013-06-17 00:27:06 UTC (rev 58196)
@@ -1,3 +1,36 @@
+ 2013-06-16 23:05 asfernandes
+ M src/dsql/Parser.cpp
+ M src/dsql/Parser.h
+ M src/jrd/Attachment.cpp
+ M src/jrd/Attachment.h
+Fixed CORE-4119 - Metadata source becomes wrong after twice transliteration to the metadata charset.
+
+ 2013-06-16 21:41 hvlad
+ M src/jrd/cch.cpp
+ M src/jrd/cch.h
+Implement wait with timeout for page buffer's latches.
+Note, engine passes timeout as negative seconds, while sync objects works with positive milliseconds.
+
+ 2013-06-16 21:28 hvlad
+ M src/common/classes/SyncObject.cpp
+ M src/common/classes/SyncObject.h
+A cleanup and a few improvements :
+- ability to wait with finite timeout
+- separate counts of waiting readers and writers
+- two interlocked operations are needed when lock granted to a waiting readers (despite of its amount)
+
+ 2013-06-16 21:21 hvlad
+ M src/common/classes/Synchronize.cpp
+misc
+
+ 2013-06-15 14:12 dimitr
+ M src/jrd/jrd.cpp
+Protection against the not supported mode. I used a non-translatable error because it might be a temporary measure, time will show.
+
+ 2013-06-15 06:08 dimitr
+ M src/jrd/event.cpp
+Fixed Windows build.
+
2013-06-11 15:57 asfernandes
M src/plugins/udr_engine/UdrEngine.cpp
Misc
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-06-16 23:05:41 UTC (rev 58195)
+++ firebird/trunk/src/jrd/build_no.h 2013-06-17 00:27:06 UTC (rev 58196)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30445
+ FORMAL BUILD NUMBER:30451
*/
-#define PRODUCT_VER_STRING "3.0.0.30445"
-#define FILE_VER_STRING "WI-T3.0.0.30445"
-#define LICENSE_VER_STRING "WI-T3.0.0.30445"
-#define FILE_VER_NUMBER 3, 0, 0, 30445
+#define PRODUCT_VER_STRING "3.0.0.30451"
+#define FILE_VER_STRING "WI-T3.0.0.30451"
+#define LICENSE_VER_STRING "WI-T3.0.0.30451"
+#define FILE_VER_NUMBER 3, 0, 0, 30451
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30445"
+#define FB_BUILD_NO "30451"
#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 2013-06-16 23:05:41 UTC (rev 58195)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-06-17 00:27:06 UTC (rev 58196)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30445
+BuildNum=30451
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|