|
From: <fir...@us...> - 2011-06-30 03:18:37
|
Revision: 53262
http://firebird.svn.sourceforge.net/firebird/?rev=53262&view=rev
Author: firebirds
Date: 2011-06-30 03:18:31 +0000 (Thu, 30 Jun 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-06-29 20:18:37 UTC (rev 53261)
+++ firebird/trunk/ChangeLog 2011-06-30 03:18:31 UTC (rev 53262)
@@ -1,3 +1,24 @@
+ 2011-06-29 20:18 hvlad
+ M src/jrd/jrd.cpp
+ M src/yvalve/why.cpp
+Fixed some AV's reported privately
+
+ 2011-06-29 09:41 alexpeshkoff
+ M src/common/StatusArg.cpp
+ M src/common/StatusArg.h
+ M src/common/StatusHolder.cpp
+ M src/common/StatusHolder.h
+ M src/dsql/sqlda_pub.h
+ M src/include/firebird/Provider.h
+ M src/remote/client/interface.cpp
+ M src/remote/protocol.cpp
+ M src/remote/protocol.h
+ M src/remote/remote.h
+ M src/remote/server/server.cpp
+ M src/yvalve/YObjects.h
+ M src/yvalve/why.cpp
+Use interface-based API in remote server. Use stable "next" pointers in yvalve.
+
2011-06-26 18:48 asfernandes
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-06-29 20:18:37 UTC (rev 53261)
+++ firebird/trunk/src/jrd/build_no.h 2011-06-30 03:18:31 UTC (rev 53262)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29475
+ FORMAL BUILD NUMBER:29477
*/
-#define PRODUCT_VER_STRING "3.0.0.29475"
-#define FILE_VER_STRING "WI-T3.0.0.29475"
-#define LICENSE_VER_STRING "WI-T3.0.0.29475"
-#define FILE_VER_NUMBER 3, 0, 0, 29475
+#define PRODUCT_VER_STRING "3.0.0.29477"
+#define FILE_VER_STRING "WI-T3.0.0.29477"
+#define LICENSE_VER_STRING "WI-T3.0.0.29477"
+#define FILE_VER_NUMBER 3, 0, 0, 29477
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29475"
+#define FB_BUILD_NO "29477"
#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-06-29 20:18:37 UTC (rev 53261)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-06-30 03:18:31 UTC (rev 53262)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29475
+BuildNum=29477
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|