|
From: <fir...@us...> - 2011-06-08 03:16:58
|
Revision: 53132
http://firebird.svn.sourceforge.net/firebird/?rev=53132&view=rev
Author: firebirds
Date: 2011-06-08 03:16:51 +0000 (Wed, 08 Jun 2011)
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 2011-06-08 01:55:13 UTC (rev 53131)
+++ firebird/trunk/ChangeLog 2011-06-08 03:16:51 UTC (rev 53132)
@@ -1,3 +1,14 @@
+ 2011-06-08 01:55 asfernandes
+ M src/jrd/dpm.epp
+ M src/jrd/vio.cpp
+ M src/remote/client/interface.cpp
+Misc.
+
+ 2011-06-07 12:59 hvlad
+ M src/common/Auth.cpp
+ M src/remote/server/server.cpp
+Make TA work with 2.1 clients and not crash. Thanks to Alex.
+
2011-06-06 02:58 asfernandes
M src/jrd/cvt.cpp
Fixed CORE-3373 - It is possible to store string with lenght 31 chars into column varchar(25).
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-06-08 01:55:13 UTC (rev 53131)
+++ firebird/trunk/src/jrd/build_no.h 2011-06-08 03:16:51 UTC (rev 53132)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29436
+ FORMAL BUILD NUMBER:29438
*/
-#define PRODUCT_VER_STRING "3.0.0.29436"
-#define FILE_VER_STRING "WI-T3.0.0.29436"
-#define LICENSE_VER_STRING "WI-T3.0.0.29436"
-#define FILE_VER_NUMBER 3, 0, 0, 29436
+#define PRODUCT_VER_STRING "3.0.0.29438"
+#define FILE_VER_STRING "WI-T3.0.0.29438"
+#define LICENSE_VER_STRING "WI-T3.0.0.29438"
+#define FILE_VER_NUMBER 3, 0, 0, 29438
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29436"
+#define FB_BUILD_NO "29438"
#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 2011-06-08 01:55:13 UTC (rev 53131)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-06-08 03:16:51 UTC (rev 53132)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29436
+BuildNum=29438
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|