|
From: <fir...@us...> - 2011-05-31 03:30:09
|
Revision: 53045
http://firebird.svn.sourceforge.net/firebird/?rev=53045&view=rev
Author: firebirds
Date: 2011-05-31 03:29:57 +0000 (Tue, 31 May 2011)
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 2011-05-31 03:17:42 UTC (rev 53044)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-05-31 03:29:57 UTC (rev 53045)
@@ -1,3 +1,22 @@
+ 2011-05-31 00:54 asfernandes
+ M src/jrd/cmp.cpp
+Fixed CORE-3489 - Blob transliteration may not happen inside the union.
+
+ 2011-05-30 15:50 alexpeshkoff
+ M builds/install/arch-specific/linux/misc/tarMainInstall.sh.in
+ M builds/install/arch-specific/linux/misc/tarMainUninstall.sh.in
+ M builds/install/misc/posixLibrary.sh.in
+Fixed CORE-3467: provide a silent install switch
+
+ 2011-05-30 12:39 alexpeshkoff
+ M src/utilities/fbsvcmgr.cpp
+ M src/utilities/fbtracemgr/traceMgrMain.cpp
+Fixed CORE-3487: sometimes fbtracemgr segfaults when ending with ctrl+c
+
+ 2011-05-30 09:55 dimitr
+ M src/remote/inet.cpp
+Fixed CORE-3387: Client library could hang infinitely waiting for a reply packet on a forcibly disconnected server socket.
+
2011-05-27 09:00 mapopa
M src/common/classes/alloc.cpp
Unused inline function
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-05-31 03:17:42 UTC (rev 53044)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-05-31 03:29:57 UTC (rev 53045)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26292
+ FORMAL BUILD NUMBER:26296
*/
-#define PRODUCT_VER_STRING "2.5.1.26292"
-#define FILE_VER_STRING "WI-V2.5.1.26292"
-#define LICENSE_VER_STRING "WI-V2.5.1.26292"
-#define FILE_VER_NUMBER 2, 5, 1, 26292
+#define PRODUCT_VER_STRING "2.5.1.26296"
+#define FILE_VER_STRING "WI-V2.5.1.26296"
+#define LICENSE_VER_STRING "WI-V2.5.1.26296"
+#define FILE_VER_NUMBER 2, 5, 1, 26296
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26292"
+#define FB_BUILD_NO "26296"
#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 2011-05-31 03:17:42 UTC (rev 53044)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-05-31 03:29:57 UTC (rev 53045)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26292
+BuildNum=26296
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.
|