|
From: <fir...@us...> - 2011-04-30 03:16:07
|
Revision: 52856
http://firebird.svn.sourceforge.net/firebird/?rev=52856&view=rev
Author: firebirds
Date: 2011-04-30 03:16:00 +0000 (Sat, 30 Apr 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-04-30 02:28:31 UTC (rev 52855)
+++ firebird/trunk/ChangeLog 2011-04-30 03:16:00 UTC (rev 52856)
@@ -1,3 +1,55 @@
+ 2011-04-30 02:28 asfernandes
+ M src/common/classes/SyncObject.cpp
+ M src/common/classes/SyncObject.h
+ M src/common/classes/Synchronize.cpp
+ M src/common/classes/Synchronize.h
+ M src/common/classes/fb_atomic.h
+ M src/jrd/jrd.cpp
+ M src/yvalve/PluginManager.cpp
+ M src/yvalve/why.cpp
+Misc.
+
+ 2011-04-29 19:11 hvlad
+ M src/common/classes/fb_atomic.h
+Windows version of PlatformAtomicPointer
+
+ 2011-04-29 16:24 alexpeshkoff
+ M src/common/classes/ImplementHelper.h
+ M src/include/FirebirdPluginApi.h
+ M src/jrd/jrd.cpp
+ M src/yvalve/MasterImplementation.cpp
+ M src/yvalve/PluginManager.cpp
+ M src/yvalve/PluginManager.h
+Added delay before unloading plugin module after last reference to that module outside plugin manager is gone
+
+ 2011-04-29 15:50 alexpeshkoff
+ D src/common/classes/Interlock.h
+ M src/common/classes/SyncObject.cpp
+ M src/common/classes/alloc.cpp
+ M src/common/classes/alloc.h
+ M src/common/classes/fb_atomic.h
+Cleanup: make fb_atomic be the single file working with atomic operations and membars
+
+ 2011-04-29 15:16 asfernandes
+ M src/dsql/DdlNodes.epp
+Correction.
+
+ 2011-04-29 12:03 hvlad
+ M src/common/classes/fb_atomic.h
+Typo and missed cast
+
+ 2011-04-29 11:34 hvlad
+ M src/common/classes/SyncObject.cpp
+Cleanup and some comments
+
+ 2011-04-29 11:12 hvlad
+ M src/common/classes/fb_atomic.h
+Let PlatformAtomicCounter::setValue() returns old value on Windows too
+
+ 2011-04-29 09:25 alexpeshkoff
+ M src/common/classes/fb_atomic.h
+Fixed posix build
+
2011-04-28 16:59 dimitr
M src/common/classes/SyncObject.cpp
M src/common/classes/SyncObject.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-04-30 02:28:31 UTC (rev 52855)
+++ firebird/trunk/src/jrd/build_no.h 2011-04-30 03:16:00 UTC (rev 52856)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29319
+ FORMAL BUILD NUMBER:29328
*/
-#define PRODUCT_VER_STRING "3.0.0.29319"
-#define FILE_VER_STRING "WI-T3.0.0.29319"
-#define LICENSE_VER_STRING "WI-T3.0.0.29319"
-#define FILE_VER_NUMBER 3, 0, 0, 29319
+#define PRODUCT_VER_STRING "3.0.0.29328"
+#define FILE_VER_STRING "WI-T3.0.0.29328"
+#define LICENSE_VER_STRING "WI-T3.0.0.29328"
+#define FILE_VER_NUMBER 3, 0, 0, 29328
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29319"
+#define FB_BUILD_NO "29328"
#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-04-30 02:28:31 UTC (rev 52855)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-04-30 03:16:00 UTC (rev 52856)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29319
+BuildNum=29328
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|