From: <di...@us...> - 2010-06-25 09:07:05
|
Revision: 51283 http://firebird.svn.sourceforge.net/firebird/?rev=51283&view=rev Author: dimitr Date: 2010-06-25 09:06:55 +0000 (Fri, 25 Jun 2010) Log Message: ----------- Update. Modified Paths: -------------- firebird/branches/B2_5_Release/doc/WhatsNew firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/jrd/isc_version.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/doc/WhatsNew =================================================================== --- firebird/branches/B2_5_Release/doc/WhatsNew 2010-06-25 06:45:10 UTC (rev 51282) +++ firebird/branches/B2_5_Release/doc/WhatsNew 2010-06-25 09:06:55 UTC (rev 51283) @@ -2,35 +2,55 @@ * v2.5 Release Candidate 3 ************************** + * Bugfix CORE-3046 + Assertion after ALTER TABLE + Contributor(s): + Alex Peshkov <peshkoff at mail.ru> + + * Bugfix CORE-3038 + The insert failed because a column definition includes validation + Contributor(s): + Adriano dos Santos Fernandes <adrianosf at uol.com.br> + + * Bugfix CORE-3034 + Bugcheck 300 (can't find shared latch) + Contributor(s): + Vlad Khorsun <hvlad at users.sourceforge.net> + * Bugfix CORE-3021 - Segfault in DEV_BUILD + Segfault in DEV_BUILD Contributor(s): Alex Peshkov <peshkoff at mail.ru> + * Bugfix CORE-3019 + Startup failure of SuperServer and SuperClassic on Linux Gentoo + Contributor(s): + Alex Peshkov <peshkoff at mail.ru> + * Bugfix CORE-3017 - Files left at Firebird's lock directory + Files left at Firebird's lock directory Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net> Alex Peshkov <peshkoff at mail.ru> * Bugfix CORE-3016 - On disconnect it is possible to see "Fatal lock manager error: invalid lock id (0), errno: 0" - in firebird.log + On disconnect it is possible to see "Fatal lock manager error: invalid lock id (0), errno: 0" + in firebird.log Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net> * Bugfix CORE-3015 - Various "Cannot initialize the shared memory region" errors + Various "Cannot initialize the shared memory region" errors Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net> * Bugfix CORE-3011 - Server hangs or crashes while monitoring connections repeatedly attaching and detaching + Server hangs or crashes while monitoring connections repeatedly attaching and detaching Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org> * Bugfix CORE-3010 - First connect to any database shows MON$MEMORY_USED = 4Gb + First connect to any database shows MON$MEMORY_USED = 4Gb Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org> Vlad Khorsun <hvlad at users.sourceforge.net> @@ -40,6 +60,11 @@ Contributor(s): Alex Peshkov <peshkoff at mail.ru> + * Bugfix CORE-3003 + Procedure suspend check may cause restore to fail + Contributor(s): + Dmitry Yemanov <dimitr at firebirdsql.org> + * Bugfix CORE-3001 Install fails to create user and group "firebird" Contributor(s): @@ -62,6 +87,11 @@ Vlad Khorsun <hvlad at users.sourceforge.net> Dmitry Yemanov <dimitr at firebirdsql.org> + * Bugfix CORE-2985 + Altering COMPUTED columns doesn't handle dependencies well + Contributor(s): + Adriano dos Santos Fernandes <adrianosf at uol.com.br> + * Bugfix CORE-2984 GBAK -v srv:db stdout creates a broken backup Contributor(s): @@ -157,6 +187,11 @@ Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br> + * Bugfix CORE-2920 + Incorrect execution of volatile SQL statements inside EXECUTE STATEMENT + Contributor(s): + Vlad Khorsun <hvlad at users.sourceforge.net> + * Bugfix CORE-2919 Installation script ignores non-standard ports Contributor(s): @@ -192,11 +227,21 @@ Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net> + * Bugfix CORE-2900 + Access violation using aggregate distinct + Contributor(s): + Adriano dos Santos Fernandes <adrianosf at uol.com.br> + * Bugfix CORE-2898 CHAR_TO_UUID and UUID_TO_CHAR work differently in big/little endian architectures Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br> + * Bugfix CORE-2893 + Expression in a subquery may be treated as invariant and produce incorrect results + Contributor(s): + Adriano dos Santos Fernandes <adrianosf at uol.com.br> + * Bugfix CORE-2888 A memory corruption cause incorrect query evaluation and may crash the server Contributor(s): @@ -242,16 +287,16 @@ Contributor(s): Alex Peshkov <peshkoff at mail.ru> + * Bugfix CORE-2859 + Security database remains locked after replacing database + Contributor(s): + Alex Peshkov <peshkoff at mail.ru> + * Bugfix CORE-2858 Possible memory trashing when raising some exceptions to signal failed security checks Contributor(s): Claudio Valderrama <cvalde at usa.net> - * Bugfix CORE-2859 - Security database remains locked after replacing database - Contributor(s): - Alex Peshkov <peshkoff at mail.ru> - * Bugfix CORE-2856 Non-NULL key in unique index could be not found when key is removed Contributor(s): @@ -273,6 +318,11 @@ Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org> + * Bugfix CORE-2845 + Solaris 10 no longer requires SFIO + Contributor(s): + Paul Beach <pbeach at ibphoenix.com> + * Bugfix CORE-2844 Unresolved symbol references when linking fbsvcmgr and fbtracemgr Contributor(s): @@ -294,6 +344,11 @@ Damyan Ivanov <dmn at debian.org> Alex Peshkov <peshkoff at mail.ru> + * Bugfix CORE-2756 + Substring from timestamp - unexpected result + Contributor(s): + Alex Peshkov <peshkoff at mail.ru> + * Bugfix CORE-2750 Physical backup cannot restart operations after the explicit difference file has been dropped Contributor(s): Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-06-25 06:45:10 UTC (rev 51282) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-06-25 09:06:55 UTC (rev 51283) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26038 + FORMAL BUILD NUMBER:26050 */ -#define PRODUCT_VER_STRING "2.5.0.26038" -#define FILE_VER_STRING "WI-V2.5.0.26038" -#define LICENSE_VER_STRING "WI-V2.5.0.26038" -#define FILE_VER_NUMBER 2, 5, 0, 26038 +#define PRODUCT_VER_STRING "2.5.0.26050" +#define FILE_VER_STRING "WI-V2.5.0.26050" +#define LICENSE_VER_STRING "WI-V2.5.0.26050" +#define FILE_VER_NUMBER 2, 5, 0, 26050 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "0" -#define FB_BUILD_NO "26038" +#define FB_BUILD_NO "26050" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5 Release Candidate 3" Modified: firebird/branches/B2_5_Release/src/jrd/isc_version.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/isc_version.h 2010-06-25 06:45:10 UTC (rev 51282) +++ firebird/branches/B2_5_Release/src/jrd/isc_version.h 2010-06-25 09:06:55 UTC (rev 51283) @@ -17,7 +17,7 @@ * Contributor(s): ______________________________________. */ -#define ISC_FILE_VER_STRING "WI-T6.3.4.26038" -#define ISC_FILE_VER_NUMBER 6, 3, 4, 26038 +#define ISC_FILE_VER_STRING "WI-T6.3.4.26050" +#define ISC_FILE_VER_NUMBER 6, 3, 4, 26050 #define ISC_MAJOR_VER "6" #define ISC_MINOR_VER "3" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-06-25 06:45:10 UTC (rev 51282) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-06-25 09:06:55 UTC (rev 51283) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=0 -BuildNum=26038 +BuildNum=26050 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. |