From: <fir...@us...> - 2012-04-10 04:49:57
|
Revision: 54356 http://firebird.svn.sourceforge.net/firebird/?rev=54356&view=rev Author: firebirds Date: 2012-04-10 04:49:50 +0000 (Tue, 10 Apr 2012) 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 2012-04-10 02:37:34 UTC (rev 54355) +++ firebird/trunk/ChangeLog 2012-04-10 04:49:50 UTC (rev 54356) @@ -1,3 +1,72 @@ + 2012-04-10 02:37 robocop + M src/dsql/pass1.cpp +Misc. + + 2012-04-10 01:52 robocop + M src/dsql/DdlNodes.h +Misc. + + 2012-04-10 01:47 robocop + M src/jrd/RuntimeStatistics.h +Misc. + + 2012-04-10 01:46 robocop + M src/lock/lock.cpp + M src/remote/client/interface.cpp + M src/remote/remote.h + M src/remote/server/server.cpp + M src/yvalve/why.cpp +Misc. + + 2012-04-10 01:41 robocop + M src/gpre/languages/ada.cpp +Misc. + + 2012-04-10 01:40 robocop + M src/common/cvt.cpp + M src/common/isc_file.cpp +Misc. + + 2012-04-10 01:38 robocop + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +I plan to use this msg because the current one is misleading. + + 2012-04-10 01:36 robocop + M builds/install/misc/firebird.conf.in +Misc. + + 2012-04-10 01:36 robocop + M builds/win32/msvc9/yvalve.vcproj +Update VC9 project. + + 2012-04-09 12:03 alexpeshkoff + M src/jrd/svc.cpp +Fixed delay changed for debugging purposes + + 2012-04-09 05:20 dimitr + M src/jrd/trig.h + M src/msgs/messages2.sql +Fixed the slow restore of user privileges. +Added the missing validation for functions. + + 2012-04-09 05:18 dimitr + M src/jrd/idx.h +Misc. + + 2012-04-09 05:11 dimitr + M src/jrd/opt.cpp +1) Fixed the infinite loop in the optimizer. +2) Fixed the refactoring error causing a crash. + 2012-04-08 10:23 hvlad M src/common/isc_file.cpp Make Windows version of ISC_systemToUtf8() and ISC_utf8ToSystem() to work with strings longer than MAX_PATH Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-04-10 02:37:34 UTC (rev 54355) +++ firebird/trunk/src/jrd/build_no.h 2012-04-10 04:49:50 UTC (rev 54356) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29913 + FORMAL BUILD NUMBER:29926 */ -#define PRODUCT_VER_STRING "3.0.0.29913" -#define FILE_VER_STRING "WI-T3.0.0.29913" -#define LICENSE_VER_STRING "WI-T3.0.0.29913" -#define FILE_VER_NUMBER 3, 0, 0, 29913 +#define PRODUCT_VER_STRING "3.0.0.29926" +#define FILE_VER_STRING "WI-T3.0.0.29926" +#define LICENSE_VER_STRING "WI-T3.0.0.29926" +#define FILE_VER_NUMBER 3, 0, 0, 29926 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29913" +#define FB_BUILD_NO "29926" #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 2012-04-10 02:37:34 UTC (rev 54355) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-04-10 04:49:50 UTC (rev 54356) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29913 +BuildNum=29926 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |