|
From: <fir...@us...> - 2014-09-17 01:22:59
|
Revision: 60043
http://sourceforge.net/p/firebird/code/60043
Author: firebirds
Date: 2014-09-17 01:22:54 +0000 (Wed, 17 Sep 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-09-14 19:46:35 UTC (rev 60042)
+++ firebird/trunk/ChangeLog 2014-09-17 01:22:54 UTC (rev 60043)
@@ -1,3 +1,16 @@
+ 2014-09-14 19:46 mapopa
+ M doc/README.build.posix.html
+Update FreeBSD section for trunk in doc/README.build.posix.html
+
+ 2014-09-14 16:25 mapopa
+ M src/common/isc_sync.cpp
+Apply patch from 2.5 branch related to #CORE-3400 http://sourceforge.net/p/firebird/mailman/message/27734396/
+
+ 2014-09-10 11:55 dimitr
+ M src/remote/protocol.cpp
+ M src/remote/protocol.h
+Resolved CORE-2897: Don't send full length of field over the wire when field is null.
+
2014-09-07 19:37 asfernandes
M src/jrd/TempSpace.cpp
M src/jrd/nbak.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-09-14 19:46:35 UTC (rev 60042)
+++ firebird/trunk/src/jrd/build_no.h 2014-09-17 01:22:54 UTC (rev 60043)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31328
+ FORMAL BUILD NUMBER:31331
*/
-#define PRODUCT_VER_STRING "3.0.0.31328"
-#define FILE_VER_STRING "WI-T3.0.0.31328"
-#define LICENSE_VER_STRING "WI-T3.0.0.31328"
-#define FILE_VER_NUMBER 3, 0, 0, 31328
+#define PRODUCT_VER_STRING "3.0.0.31331"
+#define FILE_VER_STRING "WI-T3.0.0.31331"
+#define LICENSE_VER_STRING "WI-T3.0.0.31331"
+#define FILE_VER_NUMBER 3, 0, 0, 31331
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31328"
+#define FB_BUILD_NO "31331"
#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-09-14 19:46:35 UTC (rev 60042)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-09-17 01:22:54 UTC (rev 60043)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31328
+BuildNum=31331
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|