|
From: <fir...@us...> - 2013-03-08 02:48:46
|
Revision: 57751
http://sourceforge.net/p/firebird/code/57751
Author: firebirds
Date: 2013-03-08 02:48:42 +0000 (Fri, 08 Mar 2013)
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 2013-03-08 02:37:40 UTC (rev 57750)
+++ firebird/branches/B2_5_Release/ChangeLog 2013-03-08 02:48:42 UTC (rev 57751)
@@ -1,3 +1,13 @@
+ 2013-03-07 12:11 hvlad
+ M src/common/classes/FpeControl.h
+Fixed the way floating point exceptions are masked.
+This is quick and incomplete solution for the CORE-4043 (FBCLIENT.DLL forces Delphi to ignore EZeroDivide exceptions).
+Complete solution should be MT-safe and sooner of all requires FP-exception handling code in the engine.
+
+ 2013-03-07 05:32 dimitr
+ M src/isql/isql.epp
+Fixed Windows build. Thanks to Dmitry Kovalenko.
+
2013-03-06 14:30 dimitr
M builds/win32/msvc8/firebird2.vsprops
M builds/win32/msvc9/btyacc.vcproj
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-08 02:37:40 UTC (rev 57750)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-08 02:48:42 UTC (rev 57751)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26623
+ FORMAL BUILD NUMBER:26625
*/
-#define PRODUCT_VER_STRING "2.5.3.26623"
-#define FILE_VER_STRING "WI-V2.5.3.26623"
-#define LICENSE_VER_STRING "WI-V2.5.3.26623"
-#define FILE_VER_NUMBER 2, 5, 3, 26623
+#define PRODUCT_VER_STRING "2.5.3.26625"
+#define FILE_VER_STRING "WI-V2.5.3.26625"
+#define LICENSE_VER_STRING "WI-V2.5.3.26625"
+#define FILE_VER_NUMBER 2, 5, 3, 26625
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "3"
-#define FB_BUILD_NO "26623"
+#define FB_BUILD_NO "26625"
#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 2013-03-08 02:37:40 UTC (rev 57750)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-08 02:48:42 UTC (rev 57751)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=3
-BuildNum=26623
+BuildNum=26625
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.
|