|
From: <fir...@us...> - 2011-12-30 03:20:03
|
Revision: 53794
http://firebird.svn.sourceforge.net/firebird/?rev=53794&view=rev
Author: firebirds
Date: 2011-12-30 03:19:57 +0000 (Fri, 30 Dec 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-12-29 17:48:59 UTC (rev 53793)
+++ firebird/trunk/ChangeLog 2011-12-30 03:19:57 UTC (rev 53794)
@@ -1,3 +1,14 @@
+ 2011-12-29 17:48 alexpeshkoff
+ M src/common/isc_s_proto.h
+ M src/common/isc_sync.cpp
+ A src/common/os/SyncSignals.h
+ A src/common/os/posix/SyncSignals.cpp
+ M src/common/thd.cpp
+ M src/common/thd.h
+ M src/jrd/ibsetjmp.h
+ M src/yvalve/MasterImplementation.cpp
+Front-ported fix for CORE-3646: Segmentation fault in Linux
+
2011-12-29 00:21 asfernandes
M builds/posix/Makefile.in
M builds/posix/make.defaults
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-12-29 17:48:59 UTC (rev 53793)
+++ firebird/trunk/src/jrd/build_no.h 2011-12-30 03:19:57 UTC (rev 53794)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29689
+ FORMAL BUILD NUMBER:29690
*/
-#define PRODUCT_VER_STRING "3.0.0.29689"
-#define FILE_VER_STRING "WI-T3.0.0.29689"
-#define LICENSE_VER_STRING "WI-T3.0.0.29689"
-#define FILE_VER_NUMBER 3, 0, 0, 29689
+#define PRODUCT_VER_STRING "3.0.0.29690"
+#define FILE_VER_STRING "WI-T3.0.0.29690"
+#define LICENSE_VER_STRING "WI-T3.0.0.29690"
+#define FILE_VER_NUMBER 3, 0, 0, 29690
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29689"
+#define FB_BUILD_NO "29690"
#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-12-29 17:48:59 UTC (rev 53793)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-12-30 03:19:57 UTC (rev 53794)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29689
+BuildNum=29690
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|