|
From: <fir...@us...> - 2012-01-26 04:36:55
|
Revision: 53928
http://firebird.svn.sourceforge.net/firebird/?rev=53928&view=rev
Author: firebirds
Date: 2012-01-26 04:36:48 +0000 (Thu, 26 Jan 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-01-25 17:46:44 UTC (rev 53927)
+++ firebird/trunk/ChangeLog 2012-01-26 04:36:48 UTC (rev 53928)
@@ -1,3 +1,49 @@
+ 2012-01-25 17:46 asfernandes
+ M src/common/dsc.h
+ M src/dsql/DdlNodes.epp
+Fixed problem with default collation.
+
+ 2012-01-25 13:49 alexpeshkoff
+ A src/common/classes/NoThrowTimeStamp.cpp
+ A src/common/classes/NoThrowTimeStamp.h
+ M src/common/classes/timestamp.cpp
+ M src/common/classes/timestamp.h
+ M src/extlib/fbudf/fbudf.cpp
+Avoid presence of a lot of unneeded stuff like exceptions and pools in fbudf. This also fixes segfault when library is unloaded.
+
+ 2012-01-25 13:30 alexpeshkoff
+ M src/jrd/scl.epp
+Warning
+
+ 2012-01-25 09:19 alexpeshkoff
+ M src/common/classes/timestamp.h
+ M src/common/cvt.h
+Simplify .h-file dependencies
+
+ 2012-01-25 07:32 dimitr
+ M src/remote/client/interface.cpp
+ M src/remote/parser.cpp
+ M src/remote/protocol.cpp
+ M src/remote/remote.h
+Simplification.
+
+ 2012-01-25 07:13 dimitr
+ M src/burp/canonical.cpp
+ M src/common/cvt.cpp
+ M src/common/xdr.cpp
+ M src/common/xdr.h
+ M src/common/xdr_proto.h
+ M src/include/fb_types.h
+ M src/remote/client/interface.cpp
+ M src/remote/inet.cpp
+ M src/remote/os/win32/wnet.cpp
+ M src/remote/os/win32/xnet.cpp
+ M src/remote/protocol.cpp
+ M src/remote/protocol.h
+ M src/remote/remote.cpp
+ M src/remote/server/server.cpp
+Cleaned up and slightly refactored the XDR logic.
+
2012-01-24 10:02 dimitr
M src/remote/protocol.cpp
Front ported CORE-3730: isc_dsql_exec_immed2() loses input parameter value with RETURNING clause.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2012-01-25 17:46:44 UTC (rev 53927)
+++ firebird/trunk/src/jrd/build_no.h 2012-01-26 04:36:48 UTC (rev 53928)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29756
+ FORMAL BUILD NUMBER:29762
*/
-#define PRODUCT_VER_STRING "3.0.0.29756"
-#define FILE_VER_STRING "WI-T3.0.0.29756"
-#define LICENSE_VER_STRING "WI-T3.0.0.29756"
-#define FILE_VER_NUMBER 3, 0, 0, 29756
+#define PRODUCT_VER_STRING "3.0.0.29762"
+#define FILE_VER_STRING "WI-T3.0.0.29762"
+#define LICENSE_VER_STRING "WI-T3.0.0.29762"
+#define FILE_VER_NUMBER 3, 0, 0, 29762
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29756"
+#define FB_BUILD_NO "29762"
#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-01-25 17:46:44 UTC (rev 53927)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2012-01-26 04:36:48 UTC (rev 53928)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29756
+BuildNum=29762
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|