From: <fir...@us...> - 2011-05-26 03:25:52
|
Revision: 53013 http://firebird.svn.sourceforge.net/firebird/?rev=53013&view=rev Author: firebirds Date: 2011-05-26 03:25:45 +0000 (Thu, 26 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-26 03:18:34 UTC (rev 53012) +++ firebird/branches/B2_5_Release/ChangeLog 2011-05-26 03:25:45 UTC (rev 53013) @@ -1,3 +1,19 @@ + 2011-05-25 11:50 alexpeshkoff + M src/utilities/nbackup.cpp +Fixed CORE-3482: nbackup ctrl-c segfaults and leaves db locked (delta file continues to grow) + + 2011-05-25 11:41 alexpeshkoff + M src/jrd/why.cpp +Fixed CORE-3494: Attach fails after shutdown rejected by handler installed in fb_shutdown_callback() + + 2011-05-25 10:56 dimitr + M src/jrd/evl.cpp +Fixed CORE-3493: Adding a value to a timestamp below '16.11.1858 00:00:01' throws 'value exceeds the range for valid timestamp'. v2.1 wasn't really affected although the validation sequence was wrong. + + 2011-05-25 07:48 dimitr + M src/jrd/vio.cpp +Fixed the assertion. + 2011-05-19 17:08 alexpeshkoff M src/gpre/ada.cpp M src/gpre/cob.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-05-26 03:18:34 UTC (rev 53012) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-05-26 03:25:45 UTC (rev 53013) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26285 + FORMAL BUILD NUMBER:26289 */ -#define PRODUCT_VER_STRING "2.5.1.26285" -#define FILE_VER_STRING "WI-V2.5.1.26285" -#define LICENSE_VER_STRING "WI-V2.5.1.26285" -#define FILE_VER_NUMBER 2, 5, 1, 26285 +#define PRODUCT_VER_STRING "2.5.1.26289" +#define FILE_VER_STRING "WI-V2.5.1.26289" +#define LICENSE_VER_STRING "WI-V2.5.1.26289" +#define FILE_VER_NUMBER 2, 5, 1, 26289 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26285" +#define FB_BUILD_NO "26289" #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-26 03:18:34 UTC (rev 53012) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-05-26 03:25:45 UTC (rev 53013) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26285 +BuildNum=26289 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. |