|
From: <fir...@us...> - 2015-05-18 00:14:59
|
Revision: 61572
http://sourceforge.net/p/firebird/code/61572
Author: firebirds
Date: 2015-05-18 00:14:56 +0000 (Mon, 18 May 2015)
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 2015-05-18 00:10:34 UTC (rev 61571)
+++ firebird/branches/B2_5_Release/ChangeLog 2015-05-18 00:14:56 UTC (rev 61572)
@@ -1,3 +1,8 @@
+ 2015-05-17 02:21 asfernandes
+ M src/common/classes/timestamp.h
+ M src/jrd/SysFunction.cpp
+Postfix for CORE-4789 - Prohibit ability to cast timestamps that out of valid range to varchar.
+
2015-05-13 15:49 asfernandes
M src/jrd/SysFunction.cpp
Backported fix for CORE-4789 - Prohibit ability to cast timestamps that out of valid range to varchar.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-05-18 00:10:34 UTC (rev 61571)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-05-18 00:14:56 UTC (rev 61572)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26870
+ FORMAL BUILD NUMBER:26871
*/
-#define PRODUCT_VER_STRING "2.5.5.26870"
-#define FILE_VER_STRING "WI-V2.5.5.26870"
-#define LICENSE_VER_STRING "WI-V2.5.5.26870"
-#define FILE_VER_NUMBER 2, 5, 5, 26870
+#define PRODUCT_VER_STRING "2.5.5.26871"
+#define FILE_VER_STRING "WI-V2.5.5.26871"
+#define LICENSE_VER_STRING "WI-V2.5.5.26871"
+#define FILE_VER_NUMBER 2, 5, 5, 26871
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "5"
-#define FB_BUILD_NO "26870"
+#define FB_BUILD_NO "26871"
#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 2015-05-18 00:10:34 UTC (rev 61571)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-05-18 00:14:56 UTC (rev 61572)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=5
-BuildNum=26870
+BuildNum=26871
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.
|