From: <fir...@us...> - 2010-10-29 03:15:18
|
Revision: 51795 http://firebird.svn.sourceforge.net/firebird/?rev=51795&view=rev Author: firebirds Date: 2010-10-29 03:15:11 +0000 (Fri, 29 Oct 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-10-29 00:28:35 UTC (rev 51794) +++ firebird/trunk/ChangeLog 2010-10-29 03:15:11 UTC (rev 51795) @@ -1,3 +1,44 @@ + 2010-10-29 00:28 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h +Misc + + 2010-10-29 00:23 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h +Fixed CORE-3140 - Preserve comments for parameters after altering procedures + + 2010-10-28 18:16 dimitr + M src/remote/server/server.cpp +Fixed CORE-3202: execute_immediate API call family may crash the remote server. + + 2010-10-28 08:02 alexpeshkoff + M src/auth/AuthInterface.h + M src/auth/SecurityDatabase/LegacyClient.cpp + M src/auth/SecurityDatabase/LegacyClient.h + M src/auth/SecurityDatabase/jrd_pwd.h + M src/auth/SecurityDatabase/pwd.cpp + M src/common/StatusArg.h + M src/common/StatusHolder.h + M src/common/classes/Interface.h + M src/common/fb_exception.cpp + M src/common/utils_proto.h + M src/include/ProviderInterface.h + M src/include/fb_exception.h + M src/jrd/Attachment.h + M src/jrd/blb.h + M src/jrd/extds/ExtDS.cpp + M src/jrd/extds/ExtDS.h + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/remote/client/interface.cpp + M src/remote/remote.cpp + M src/remote/remote.h + M src/remote/server/server.cpp + M src/yvalve/gds.cpp + M src/yvalve/why.cpp +Avoid throwing C++ exceptions from authentication plugins + 2010-10-27 09:49 alexpeshkoff M src/common/classes/alloc.cpp M src/common/classes/alloc.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-29 00:28:35 UTC (rev 51794) +++ firebird/trunk/src/jrd/build_no.h 2010-10-29 03:15:11 UTC (rev 51795) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28831 + FORMAL BUILD NUMBER:28835 */ -#define PRODUCT_VER_STRING "3.0.0.28831" -#define FILE_VER_STRING "WI-T3.0.0.28831" -#define LICENSE_VER_STRING "WI-T3.0.0.28831" -#define FILE_VER_NUMBER 3, 0, 0, 28831 +#define PRODUCT_VER_STRING "3.0.0.28835" +#define FILE_VER_STRING "WI-T3.0.0.28835" +#define LICENSE_VER_STRING "WI-T3.0.0.28835" +#define FILE_VER_NUMBER 3, 0, 0, 28835 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28831" +#define FB_BUILD_NO "28835" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-10-29 00:28:35 UTC (rev 51794) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-29 03:15:11 UTC (rev 51795) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28831 +BuildNum=28835 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |