|
From: <fir...@us...> - 2013-04-07 00:38:05
|
Revision: 57913
http://sourceforge.net/p/firebird/code/57913
Author: firebirds
Date: 2013-04-07 00:37:00 +0000 (Sun, 07 Apr 2013)
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 2013-04-06 17:58:35 UTC (rev 57912)
+++ firebird/trunk/ChangeLog 2013-04-07 00:37:00 UTC (rev 57913)
@@ -1,3 +1,18 @@
+ 2013-04-06 17:58 mapopa
+ M doc/emacros-cross_ref.html
+ M src/remote/inet.cpp
+Remove unused and broken code defined with PIGGYBACK
+
+ 2013-04-06 17:46 mapopa
+ M src/remote/inet.cpp
+Cleanup comments and unused code
+
+ 2013-04-06 09:12 dimitr
+ M src/jrd/dpm.epp
+ M src/jrd/sqz.cpp
+ M src/jrd/sqz.h
+Pass the pool explicitly, it saves us one TLS access per record.
+
2013-04-05 07:48 hvlad
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/xnet.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-04-06 17:58:35 UTC (rev 57912)
+++ firebird/trunk/src/jrd/build_no.h 2013-04-07 00:37:00 UTC (rev 57913)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30328
+ FORMAL BUILD NUMBER:30331
*/
-#define PRODUCT_VER_STRING "3.0.0.30328"
-#define FILE_VER_STRING "WI-T3.0.0.30328"
-#define LICENSE_VER_STRING "WI-T3.0.0.30328"
-#define FILE_VER_NUMBER 3, 0, 0, 30328
+#define PRODUCT_VER_STRING "3.0.0.30331"
+#define FILE_VER_STRING "WI-T3.0.0.30331"
+#define LICENSE_VER_STRING "WI-T3.0.0.30331"
+#define FILE_VER_NUMBER 3, 0, 0, 30331
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30328"
+#define FB_BUILD_NO "30331"
#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 2013-04-06 17:58:35 UTC (rev 57912)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-04-07 00:37:00 UTC (rev 57913)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30328
+BuildNum=30331
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|