|
From: <fir...@us...> - 2015-08-11 00:14:27
|
Revision: 62091
http://sourceforge.net/p/firebird/code/62091
Author: firebirds
Date: 2015-08-11 00:14:24 +0000 (Tue, 11 Aug 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-08-10 14:20:55 UTC (rev 62090)
+++ firebird/branches/B2_5_Release/ChangeLog 2015-08-11 00:14:24 UTC (rev 62091)
@@ -1,7 +1,23 @@
- 2015-07-26 11:18 asfernandes
+ 2015-08-09 20:58 hvlad
+ M src/jrd/btr.cpp
+ M src/jrd/validation.cpp
+Backport fix for bug CORE-4904 : Index corruption when add data in long-key-indexed field
+
+ 2015-07-30 10:00 dimitr
+ M src/jrd/build_no.h
+ M src/misc/writeBuildNum.sh
+Manual update: changelog + buildno.
+
+ 2015-07-30 09:59 dimitr
+ M ChangeLog
+Manual update: changelog + buildno.
+
+ 2015-07-26 15:18 asfernandes
+ M src/jrd/validation.cpp
On behalf of hvlad after sourceforge crash - Backport fix for bug CORE-4860 : Online validation fails on WINDOWS if `dbname` argument contains forward slash ('/') and concurrent attachment which also uses '/' exists.
- 2015-07-15 10:15 hvlad
+ 2015-07-15 14:15 hvlad
+ M src/utilities/fbsvcmgr.cpp
Fixed bug CORE-4876
fbsvcmgr shows wrong options for some Trace API services in help screen
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-08-10 14:20:55 UTC (rev 62090)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-08-11 00:14:24 UTC (rev 62091)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26914
+ FORMAL BUILD NUMBER:26919
*/
-#define PRODUCT_VER_STRING "2.5.5.26916"
-#define FILE_VER_STRING "WI-V2.5.5.26916"
-#define LICENSE_VER_STRING "WI-V2.5.5.26916"
-#define FILE_VER_NUMBER 2, 5, 5, 26916
+#define PRODUCT_VER_STRING "2.5.5.26919"
+#define FILE_VER_STRING "WI-V2.5.5.26919"
+#define LICENSE_VER_STRING "WI-V2.5.5.26919"
+#define FILE_VER_NUMBER 2, 5, 5, 26919
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "5"
-#define FB_BUILD_NO "26916"
+#define FB_BUILD_NO "26919"
#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-08-10 14:20:55 UTC (rev 62090)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-08-11 00:14:24 UTC (rev 62091)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=5
-BuildNum=26916
+BuildNum=26919
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.
|