|
From: <fir...@us...> - 2011-06-06 03:15:27
|
Revision: 53122
http://firebird.svn.sourceforge.net/firebird/?rev=53122&view=rev
Author: firebirds
Date: 2011-06-06 03:15:20 +0000 (Mon, 06 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-06 02:58:08 UTC (rev 53121)
+++ firebird/trunk/ChangeLog 2011-06-06 03:15:20 UTC (rev 53122)
@@ -1,3 +1,18 @@
+ 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).
+
+ 2011-06-05 22:50 hvlad
+ M src/remote/client/interface.cpp
+Windows trusted auth didn't worked
+
+ 2011-06-05 08:15 hvlad
+ M src/jrd/dpm.epp
+ M src/jrd/dpm_proto.h
+ M src/jrd/idx.cpp
+ M src/jrd/vio.cpp
+Fixed bug CORE-3515 : Index corruption. Validation put "missing entries" message into firebird.log
+
2011-06-04 02:18 asfernandes
M builds/install/misc/posixLibrary.sh.in
M src/burp/restore.epp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-06-06 02:58:08 UTC (rev 53121)
+++ firebird/trunk/src/jrd/build_no.h 2011-06-06 03:15:20 UTC (rev 53122)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29433
+ FORMAL BUILD NUMBER:29436
*/
-#define PRODUCT_VER_STRING "3.0.0.29433"
-#define FILE_VER_STRING "WI-T3.0.0.29433"
-#define LICENSE_VER_STRING "WI-T3.0.0.29433"
-#define FILE_VER_NUMBER 3, 0, 0, 29433
+#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 FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29433"
+#define FB_BUILD_NO "29436"
#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-06 02:58:08 UTC (rev 53121)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-06-06 03:15:20 UTC (rev 53122)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29433
+BuildNum=29436
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|