From: <fir...@us...> - 2014-01-16 00:31:51
|
Revision: 59040 http://sourceforge.net/p/firebird/code/59040 Author: firebirds Date: 2014-01-16 00:31:47 +0000 (Thu, 16 Jan 2014) 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 2014-01-15 13:02:08 UTC (rev 59039) +++ firebird/trunk/ChangeLog 2014-01-16 00:31:47 UTC (rev 59040) @@ -1,3 +1,44 @@ + 2014-01-15 13:02 alexpeshkoff + M builds/posix/make.rules + M builds/posix/prefix.linux_amd64 + M src/auth/SecureRemotePassword/Message.h + M src/common/MsgMetadata.cpp + M src/common/MsgMetadata.h + M src/common/classes/ImplementHelper.h + M src/common/classes/TempFile.cpp + M src/common/classes/TempFile.h + M src/gpre/boot/gpre_meta_boot.cpp + M src/gpre/gpre.cpp + M src/gpre/gpreswi.h + M src/gpre/lang_proto.h + A src/gpre/obj_cxx.cpp + M src/include/firebird/Interface.h + M src/include/firebird/Provider.h + A src/include/firebird/Utl.h + M src/isql/extract.epp + M src/isql/isql.epp + M src/isql/isql.h + M src/isql/isql_proto.h + M src/isql/show.epp + M src/isql/show_proto.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/remote/client/BlrFromMessage.cpp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h + M src/yvalve/perf.cpp + M src/yvalve/prepa_proto.h + M src/yvalve/preparse.cpp + M src/yvalve/utl.cpp + M src/yvalve/utl_proto.h + M src/yvalve/why.cpp + M src/yvalve/why_proto.h +Implemented CORE-4317: Make ISQL use new object API with 32-bit length for object sizes (messages, SQL statements, etc.) +Implementation also includes changes in GPRE, but this utility is not complete - only commands, used in ISQL, +are working in code generator for new API. +New interface IUtl is added - it performs tasks, related with database objects (attachment, transaction, etc.), +but not requiring routing in YValve, i.e. client only tasks. + 2014-01-14 15:03 asfernandes M src/dsql/DdlNodes.epp M src/dsql/ExprNodes.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-01-15 13:02:08 UTC (rev 59039) +++ firebird/trunk/src/jrd/build_no.h 2014-01-16 00:31:47 UTC (rev 59040) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30837 + FORMAL BUILD NUMBER:30838 */ -#define PRODUCT_VER_STRING "3.0.0.30837" -#define FILE_VER_STRING "WI-T3.0.0.30837" -#define LICENSE_VER_STRING "WI-T3.0.0.30837" -#define FILE_VER_NUMBER 3, 0, 0, 30837 +#define PRODUCT_VER_STRING "3.0.0.30838" +#define FILE_VER_STRING "WI-T3.0.0.30838" +#define LICENSE_VER_STRING "WI-T3.0.0.30838" +#define FILE_VER_NUMBER 3, 0, 0, 30838 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30837" +#define FB_BUILD_NO "30838" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-01-15 13:02:08 UTC (rev 59039) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-01-16 00:31:47 UTC (rev 59040) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30837 +BuildNum=30838 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |