|
From: <fir...@us...> - 2010-11-14 03:18:27
|
Revision: 51913
http://firebird.svn.sourceforge.net/firebird/?rev=51913&view=rev
Author: firebirds
Date: 2010-11-14 03:18:16 +0000 (Sun, 14 Nov 2010)
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 2010-11-14 03:14:45 UTC (rev 51912)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-11-14 03:18:16 UTC (rev 51913)
@@ -1,3 +1,11 @@
+ 2010-11-13 06:40 dimitr
+ M src/jrd/isc_file.cpp
+This is a poor man's extension to the solution for CORE-1038 (Remote shadows on NT-based systems) that's expected to fix CORE-3059 (RemoteFileOpenAbility fails on Windows).
+
+ 2010-11-13 06:34 dimitr
+ M src/dsql/pass1.cpp
+Backport CORE-2812: Prohibit any improper mixture of explicit and implicit joins.
+
2010-11-12 12:20 alexpeshkoff
M src/jrd/os/posix/os_utils.cpp
Backported fix for CORE-3229: Records: "operating system directive open failed, Too many links" in firebird.log
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-14 03:14:45 UTC (rev 51912)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-14 03:18:16 UTC (rev 51913)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26128
+ FORMAL BUILD NUMBER:26130
*/
-#define PRODUCT_VER_STRING "2.5.0.26128"
-#define FILE_VER_STRING "WI-V2.5.0.26128"
-#define LICENSE_VER_STRING "WI-V2.5.0.26128"
-#define FILE_VER_NUMBER 2, 5, 0, 26128
+#define PRODUCT_VER_STRING "2.5.0.26130"
+#define FILE_VER_STRING "WI-V2.5.0.26130"
+#define LICENSE_VER_STRING "WI-V2.5.0.26130"
+#define FILE_VER_NUMBER 2, 5, 0, 26130
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "26128"
+#define FB_BUILD_NO "26130"
#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 2010-11-14 03:14:45 UTC (rev 51912)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-14 03:18:16 UTC (rev 51913)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=0
-BuildNum=26128
+BuildNum=26130
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.
|