|
From: <fir...@us...> - 2011-05-21 03:18:47
|
Revision: 52980
http://firebird.svn.sourceforge.net/firebird/?rev=52980&view=rev
Author: firebirds
Date: 2011-05-21 03:18:40 +0000 (Sat, 21 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-21 01:02:33 UTC (rev 52979)
+++ firebird/trunk/ChangeLog 2011-05-21 03:18:40 UTC (rev 52980)
@@ -1,3 +1,37 @@
+ 2011-05-21 01:02 asfernandes
+ M src/gpre/sqe.cpp
+ M src/qli/exe.h
+ M src/qli/gener_proto.h
+Warnings.
+
+ 2011-05-20 17:14 alexpeshkoff
+ M src/yvalve/why.cpp
+Destroy transaction only when next level returns success
+
+ 2011-05-20 16:45 alexpeshkoff
+ M src/common/classes/fb_atomic.h
+Atomic operations: use gcc builtin functions instead asm, fix atomic_ops library use
+
+ 2011-05-20 16:44 alexpeshkoff
+ M builds/posix/Makefile.in
+misc
+
+ 2011-05-20 09:13 mapopa
+ M src/gpre/gpre.h
+fix warning: using the result of an assignment as a condition without parentheses
+note:place parentheses around the assignment to silence this warning
+
+ 2011-05-20 08:31 mapopa
+ M autogen.sh
+PKG_NAME is now Firebird3 for trunk
+
+ 2011-05-20 07:22 hvlad
+ M builds/win32/msvc10/yvalve.vcxproj
+ M builds/win32/msvc10/yvalve.vcxproj.filters
+ M builds/win32/msvc8/yvalve.vcproj
+ M builds/win32/msvc9/yvalve.vcproj
+Update Windows build
+
2011-05-19 17:09 alexpeshkoff
M src/gpre/languages/rmc.cpp
warnings
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-05-21 01:02:33 UTC (rev 52979)
+++ firebird/trunk/src/jrd/build_no.h 2011-05-21 03:18:40 UTC (rev 52980)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29370
+ FORMAL BUILD NUMBER:29377
*/
-#define PRODUCT_VER_STRING "3.0.0.29370"
-#define FILE_VER_STRING "WI-T3.0.0.29370"
-#define LICENSE_VER_STRING "WI-T3.0.0.29370"
-#define FILE_VER_NUMBER 3, 0, 0, 29370
+#define PRODUCT_VER_STRING "3.0.0.29377"
+#define FILE_VER_STRING "WI-T3.0.0.29377"
+#define LICENSE_VER_STRING "WI-T3.0.0.29377"
+#define FILE_VER_NUMBER 3, 0, 0, 29377
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29370"
+#define FB_BUILD_NO "29377"
#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-21 01:02:33 UTC (rev 52979)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-05-21 03:18:40 UTC (rev 52980)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29370
+BuildNum=29377
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|