|
From: <fir...@us...> - 2015-05-12 00:10:23
|
Revision: 61523
http://sourceforge.net/p/firebird/code/61523
Author: firebirds
Date: 2015-05-12 00:10:20 +0000 (Tue, 12 May 2015)
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 2015-05-11 19:18:02 UTC (rev 61522)
+++ firebird/trunk/ChangeLog 2015-05-12 00:10:20 UTC (rev 61523)
@@ -1,3 +1,11 @@
+ 2015-05-11 15:48 asfernandes
+ M src/gpre/gpre_meta.h
+ M src/gpre/jrdmet.cpp
+ M src/gpre/std/gpre_meta.epp
+Fixed CORE-4782 - Command `SHOW TABLE` fails when the table contains field with unicode collationin its DDL.
+This should fix the problem with QA tests failing with Windows build.
+It also changes Linux build, which was incorrect in a different manner.
+
2015-05-10 20:46 hvlad
M src/jrd/Attachment.cpp
M src/jrd/extds/ExtDS.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-05-11 19:18:02 UTC (rev 61522)
+++ firebird/trunk/src/jrd/build_no.h 2015-05-12 00:10:20 UTC (rev 61523)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31831
+ FORMAL BUILD NUMBER:31832
*/
-#define PRODUCT_VER_STRING "3.0.0.31831"
-#define FILE_VER_STRING "WI-T3.0.0.31831"
-#define LICENSE_VER_STRING "WI-T3.0.0.31831"
-#define FILE_VER_NUMBER 3, 0, 0, 31831
+#define PRODUCT_VER_STRING "3.0.0.31832"
+#define FILE_VER_STRING "WI-T3.0.0.31832"
+#define LICENSE_VER_STRING "WI-T3.0.0.31832"
+#define FILE_VER_NUMBER 3, 0, 0, 31832
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31831"
+#define FB_BUILD_NO "31832"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2015-05-11 19:18:02 UTC (rev 61522)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-05-12 00:10:20 UTC (rev 61523)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31831
+BuildNum=31832
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|