|
From: <fir...@us...> - 2012-03-01 04:50:19
|
Revision: 54067
http://firebird.svn.sourceforge.net/firebird/?rev=54067&view=rev
Author: firebirds
Date: 2012-03-01 04:50:12 +0000 (Thu, 01 Mar 2012)
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 2012-02-29 15:24:50 UTC (rev 54066)
+++ firebird/trunk/ChangeLog 2012-03-01 04:50:12 UTC (rev 54067)
@@ -1,3 +1,23 @@
+ 2012-02-29 15:24 asfernandes
+ M src/dsql/DdlNodes.epp
+Correction.
+
+ 2012-02-29 07:08 alexpeshkoff
+ M src/common/classes/Synchronize.h
+ M src/common/classes/condition.h
+ M src/common/classes/fb_tls.h
+ M src/common/classes/locks.h
+ M src/common/classes/rwlock.h
+ M src/common/classes/semaphore.h
+ M src/common/isc_s_proto.h
+ M src/common/os/posix/SyncSignals.cpp
+ M src/common/thd.cpp
+ M src/extlib/fbudf/stdafx.h
+ A src/include/fb_pthread.h
+ M src/utilities/fbcpl/stdafx.h
+ M src/yvalve/MasterImplementation.cpp
+Always define appropriate macro before including pthread.h
+
2012-02-28 12:58 alexpeshkoff
M src/jrd/os/posix/unix.cpp
Lock database file when opening it
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2012-02-29 15:24:50 UTC (rev 54066)
+++ firebird/trunk/src/jrd/build_no.h 2012-03-01 04:50:12 UTC (rev 54067)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29811
+ FORMAL BUILD NUMBER:29813
*/
-#define PRODUCT_VER_STRING "3.0.0.29811"
-#define FILE_VER_STRING "WI-T3.0.0.29811"
-#define LICENSE_VER_STRING "WI-T3.0.0.29811"
-#define FILE_VER_NUMBER 3, 0, 0, 29811
+#define PRODUCT_VER_STRING "3.0.0.29813"
+#define FILE_VER_STRING "WI-T3.0.0.29813"
+#define LICENSE_VER_STRING "WI-T3.0.0.29813"
+#define FILE_VER_NUMBER 3, 0, 0, 29813
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29811"
+#define FB_BUILD_NO "29813"
#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 2012-02-29 15:24:50 UTC (rev 54066)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2012-03-01 04:50:12 UTC (rev 54067)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29811
+BuildNum=29813
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|