|
From: <fir...@us...> - 2012-08-17 04:31:55
|
Revision: 57044
http://firebird.svn.sourceforge.net/firebird/?rev=57044&view=rev
Author: firebirds
Date: 2012-08-17 04:31:48 +0000 (Fri, 17 Aug 2012)
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 2012-08-15 15:24:49 UTC (rev 57043)
+++ firebird/trunk/ChangeLog 2012-08-17 04:31:48 UTC (rev 57044)
@@ -1,3 +1,32 @@
+ 2012-08-15 15:24 dimitr
+ M src/jrd/nbak.h
+Corrected the arguments. Luckily, their binary values are the same.
+
+ 2012-08-14 15:49 asfernandes
+ M src/remote/client/interface.cpp
+Fixed CORE-3596 - Client library cannot connect to the non-ASCII host name.
+
+ 2012-08-13 16:50 dimitr
+ M src/common/classes/stack.h
+Fixed the server crash in Stack::assign().
+
+ 2012-08-13 01:20 asfernandes
+ M src/jrd/ini.epp
+ M src/jrd/ntrace.h
+ M src/jrd/tra.cpp
+ M src/jrd/trace/TraceJrdHelpers.h
+ M src/jrd/trace/TraceManager.cpp
+ M src/jrd/trace/TraceManager.h
+ M src/utilities/ntrace/TracePluginImpl.cpp
+ M src/utilities/ntrace/TracePluginImpl.h
+Misc.
+
+ 2012-08-12 21:10 hvlad
+ M src/utilities/fbsvcmgr/fbsvcmgr.cpp
+Make consistent usage of CRT routines in windows builds (perror() not aware of Win32 errors).
+Unify file IO API usage across POSIX\WIN32 platforms (use common read()\write() routines).
+Avoid usage of (questionable) gbak code in other utility.
+
2012-08-10 15:40 asfernandes
M src/dsql/dsql.cpp
Fix segfault while checking for trace of failed statement compilation. (happens with CORE-3794 testcase)
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2012-08-15 15:24:49 UTC (rev 57043)
+++ firebird/trunk/src/jrd/build_no.h 2012-08-17 04:31:48 UTC (rev 57044)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30050
+ FORMAL BUILD NUMBER:30055
*/
-#define PRODUCT_VER_STRING "3.0.0.30050"
-#define FILE_VER_STRING "WI-T3.0.0.30050"
-#define LICENSE_VER_STRING "WI-T3.0.0.30050"
-#define FILE_VER_NUMBER 3, 0, 0, 30050
+#define PRODUCT_VER_STRING "3.0.0.30055"
+#define FILE_VER_STRING "WI-T3.0.0.30055"
+#define LICENSE_VER_STRING "WI-T3.0.0.30055"
+#define FILE_VER_NUMBER 3, 0, 0, 30055
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30050"
+#define FB_BUILD_NO "30055"
#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 2012-08-15 15:24:49 UTC (rev 57043)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2012-08-17 04:31:48 UTC (rev 57044)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30050
+BuildNum=30055
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|