|
From: <fir...@us...> - 2014-04-09 00:37:56
|
Revision: 59399
http://sourceforge.net/p/firebird/code/59399
Author: firebirds
Date: 2014-04-09 00:37:52 +0000 (Wed, 09 Apr 2014)
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 2014-04-08 16:13:12 UTC (rev 59398)
+++ firebird/trunk/ChangeLog 2014-04-09 00:37:52 UTC (rev 59399)
@@ -1,3 +1,43 @@
+ 2014-04-08 16:13 alexpeshkoff
+ M src/common/classes/InternalMessageBuffer.cpp
+ M src/common/classes/InternalMessageBuffer.h
+ M src/yvalve/YObjects.h
+ M src/yvalve/why.cpp
+Patch from Dmitry Sibiryakov - convert SQLDA directly to IMessageMetadata w/o intermediate BLR
+
+ 2014-04-08 13:45 alexpeshkoff
+ M src/jrd/EngineInterface.h
+ M src/jrd/jrd.cpp
+ M src/remote/client/interface.cpp
+ M src/yvalve/why.cpp
+Implemented improvement CORE-4387: IStatement::execute() and IAttachment::execute() functions should return on error pointer to old transaction interface
+
+ 2014-04-08 10:46 alexpeshkoff
+ M doc/sql.extensions/README.mapping.html
+misc
+
+ 2014-04-08 10:33 alexpeshkoff
+ M src/msgs/facilities2.sql
+ M src/msgs/messages2.sql
+Added isql error messages
+
+ 2014-04-08 10:32 alexpeshkoff
+ M src/jrd/Mapping.cpp
+Turned off debugging
+
+ 2014-04-08 07:15 hvlad
+ M src/jrd/jrd.cpp
+Patch by Alex (re.CORE-3370 and deadlock in user mapping code)
+
+ 2014-04-08 03:37 asfernandes
+ M src/alice/alice.cpp
+ M src/auth/SecureRemotePassword/Message.h
+ M src/burp/backup.epp
+ M src/burp/burp.cpp
+ M src/dsql/StmtNodes.cpp
+ M src/jrd/dfw.epp
+Misc.
+
2014-04-07 15:23 asfernandes
M src/dsql/StmtNodes.h
Warning.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-04-08 16:13:12 UTC (rev 59398)
+++ firebird/trunk/src/jrd/build_no.h 2014-04-09 00:37:52 UTC (rev 59399)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31030
+ FORMAL BUILD NUMBER:31037
*/
-#define PRODUCT_VER_STRING "3.0.0.31030"
-#define FILE_VER_STRING "WI-T3.0.0.31030"
-#define LICENSE_VER_STRING "WI-T3.0.0.31030"
-#define FILE_VER_NUMBER 3, 0, 0, 31030
+#define PRODUCT_VER_STRING "3.0.0.31037"
+#define FILE_VER_STRING "WI-T3.0.0.31037"
+#define LICENSE_VER_STRING "WI-T3.0.0.31037"
+#define FILE_VER_NUMBER 3, 0, 0, 31037
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31030"
+#define FB_BUILD_NO "31037"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-04-08 16:13:12 UTC (rev 59398)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-04-09 00:37:52 UTC (rev 59399)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31030
+BuildNum=31037
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|