|
From: <fir...@us...> - 2011-05-04 03:17:16
|
Revision: 52872
http://firebird.svn.sourceforge.net/firebird/?rev=52872&view=rev
Author: firebirds
Date: 2011-05-04 03:17:09 +0000 (Wed, 04 May 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-05-03 17:09:46 UTC (rev 52871)
+++ firebird/trunk/ChangeLog 2011-05-04 03:17:09 UTC (rev 52872)
@@ -1,3 +1,11 @@
+ 2011-05-03 12:03 hvlad
+ M src/common/classes/alloc.cpp
+Don't use placement new[] as its behavior is inconsistent between compilers
+
+ 2011-05-03 07:43 alexpeshkoff
+ M src/yvalve/MasterImplementation.cpp
+This should fix deadlock, noticed by Damyan
+
2011-04-30 18:23 asfernandes
M src/common/config/os/config_root.h
Invert the functionality of addSlash to fixPath. It was creating paths with double slashes in config files.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-05-03 17:09:46 UTC (rev 52871)
+++ firebird/trunk/src/jrd/build_no.h 2011-05-04 03:17:09 UTC (rev 52872)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29330
+ FORMAL BUILD NUMBER:29332
*/
-#define PRODUCT_VER_STRING "3.0.0.29330"
-#define FILE_VER_STRING "WI-T3.0.0.29330"
-#define LICENSE_VER_STRING "WI-T3.0.0.29330"
-#define FILE_VER_NUMBER 3, 0, 0, 29330
+#define PRODUCT_VER_STRING "3.0.0.29332"
+#define FILE_VER_STRING "WI-T3.0.0.29332"
+#define LICENSE_VER_STRING "WI-T3.0.0.29332"
+#define FILE_VER_NUMBER 3, 0, 0, 29332
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29330"
+#define FB_BUILD_NO "29332"
#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-05-03 17:09:46 UTC (rev 52871)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-05-04 03:17:09 UTC (rev 52872)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29330
+BuildNum=29332
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|