|
From: <fir...@us...> - 2016-01-07 00:14:57
|
Revision: 62789
http://sourceforge.net/p/firebird/code/62789
Author: firebirds
Date: 2016-01-07 00:14:54 +0000 (Thu, 07 Jan 2016)
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 2016-01-07 00:09:51 UTC (rev 62788)
+++ firebird/branches/B2_5_Release/ChangeLog 2016-01-07 00:14:54 UTC (rev 62789)
@@ -1,3 +1,16 @@
+ 2016-01-06 18:33 asfernandes
+ M src/jrd/SysFunction.cpp
+Misc.
+
+ 2016-01-06 18:26 asfernandes
+ M src/dsql/dsql.cpp
+ M src/jrd/SysFunction.cpp
+Revert to the bad (that works) commit for CORE-5062. It's difficult to work when both the original architects and the users do bad things in relation to CHAR and MBCS.
+
+ 2016-01-06 07:43 hvlad
+ M src/burp/burp.cpp
+Fixed bug CORE-5068 : gbak with invalid parameter crashes FB
+
2016-01-03 02:56 asfernandes
M src/dsql/dsql.cpp
Fixed CORE-5062 - CHAR_TO_UUID on column with index throws expression evaluation not supported Human readable UUID argument for CHAR_TO_UUID must be of exact length 36.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-07 00:09:51 UTC (rev 62788)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-07 00:14:54 UTC (rev 62789)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26959
+ FORMAL BUILD NUMBER:26962
*/
-#define PRODUCT_VER_STRING "2.5.6.26959"
-#define FILE_VER_STRING "WI-V2.5.6.26959"
-#define LICENSE_VER_STRING "WI-V2.5.6.26959"
-#define FILE_VER_NUMBER 2, 5, 6, 26959
+#define PRODUCT_VER_STRING "2.5.6.26962"
+#define FILE_VER_STRING "WI-V2.5.6.26962"
+#define LICENSE_VER_STRING "WI-V2.5.6.26962"
+#define FILE_VER_NUMBER 2, 5, 6, 26962
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "6"
-#define FB_BUILD_NO "26959"
+#define FB_BUILD_NO "26962"
#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 2016-01-07 00:09:51 UTC (rev 62788)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2016-01-07 00:14:54 UTC (rev 62789)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=6
-BuildNum=26959
+BuildNum=26962
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.
|