|
From: <fir...@us...> - 2014-02-23 00:53:35
|
Revision: 59174
http://sourceforge.net/p/firebird/code/59174
Author: firebirds
Date: 2014-02-23 00:53:32 +0000 (Sun, 23 Feb 2014)
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 2014-02-23 00:37:58 UTC (rev 59173)
+++ firebird/branches/B2_5_Release/ChangeLog 2014-02-23 00:53:32 UTC (rev 59174)
@@ -1,3 +1,19 @@
+ 2014-02-22 22:22 robocop
+ M src/jrd/sdl.cpp
+Warning (PVS-Studio).
+
+ 2014-02-22 22:22 robocop
+ M src/gpre/gpre.cpp
+Logic error (PVS-Studio).
+
+ 2014-02-22 07:01 robocop
+ M src/qli/compile.cpp
+This bug comes from IB, maybe from the dawn of time (PVS-Studio).
+
+ 2014-02-22 07:01 robocop
+ M src/burp/restore.epp
+Revert code as it was in FB1.5 (PVS-Studio).
+
2014-02-03 08:45 paulbeach
M src/remote/inet.cpp
Users on Windows are hitting the 1024 FD_SETSIZE socket limit
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-02-23 00:37:58 UTC (rev 59173)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-02-23 00:53:32 UTC (rev 59174)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26740
+ FORMAL BUILD NUMBER:26744
*/
-#define PRODUCT_VER_STRING "2.5.3.26740"
-#define FILE_VER_STRING "WI-V2.5.3.26740"
-#define LICENSE_VER_STRING "WI-V2.5.3.26740"
-#define FILE_VER_NUMBER 2, 5, 3, 26740
+#define PRODUCT_VER_STRING "2.5.3.26744"
+#define FILE_VER_STRING "WI-V2.5.3.26744"
+#define LICENSE_VER_STRING "WI-V2.5.3.26744"
+#define FILE_VER_NUMBER 2, 5, 3, 26744
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "3"
-#define FB_BUILD_NO "26740"
+#define FB_BUILD_NO "26744"
#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 2014-02-23 00:37:58 UTC (rev 59173)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2014-02-23 00:53:32 UTC (rev 59174)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=3
-BuildNum=26740
+BuildNum=26744
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.
|