|
From: <fir...@us...> - 2012-03-15 05:03:05
|
Revision: 54161
http://firebird.svn.sourceforge.net/firebird/?rev=54161&view=rev
Author: firebirds
Date: 2012-03-15 05:02:58 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2012-03-15 04:50:08 UTC (rev 54160)
+++ firebird/branches/B2_5_Release/ChangeLog 2012-03-15 05:02:58 UTC (rev 54161)
@@ -1,3 +1,23 @@
+ 2012-03-14 17:46 dimitr
+ M src/msgs/messages2.sql
+Pleased Paul V. so that CORE-3195 (Concatenation to CHAR(32766/7) impossible) could be resolved.
+
+ 2012-03-14 17:37 dimitr
+ M src/dsql/gen.cpp
+ M src/dsql/pass1.cpp
+ M src/dsql/utld.cpp
+ M src/dsql/utld_proto.h
+ M src/jrd/DataTypeUtil.cpp
+Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future.
+
+ 2012-03-14 15:55 dimitr
+ M doc/WhatsNew
+Added the forgotten bugfix.
+
+ 2012-03-14 15:24 dimitr
+ M src/jrd/DatabaseSnapshot.cpp
+Fixed CORE-2286: Selecting from MON$CALL_STACK within a Trigger or SP sometimes return 0 rows.
+
2012-03-09 08:27 robocop
M src/jrd/Optimizer.cpp
Misc.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-03-15 04:50:08 UTC (rev 54160)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-03-15 05:02:58 UTC (rev 54161)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26436
+ FORMAL BUILD NUMBER:26440
*/
-#define PRODUCT_VER_STRING "2.5.2.26436"
-#define FILE_VER_STRING "WI-V2.5.2.26436"
-#define LICENSE_VER_STRING "WI-V2.5.2.26436"
-#define FILE_VER_NUMBER 2, 5, 2, 26436
+#define PRODUCT_VER_STRING "2.5.2.26440"
+#define FILE_VER_STRING "WI-V2.5.2.26440"
+#define LICENSE_VER_STRING "WI-V2.5.2.26440"
+#define FILE_VER_NUMBER 2, 5, 2, 26440
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "2"
-#define FB_BUILD_NO "26436"
+#define FB_BUILD_NO "26440"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2012-03-15 04:50:08 UTC (rev 54160)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2012-03-15 05:02:58 UTC (rev 54161)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=2
-BuildNum=26436
+BuildNum=26440
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|