From: <fir...@us...> - 2013-11-15 01:27:09
|
Revision: 58789 http://sourceforge.net/p/firebird/code/58789 Author: firebirds Date: 2013-11-15 01:27:05 +0000 (Fri, 15 Nov 2013) 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 2013-11-14 17:10:46 UTC (rev 58788) +++ firebird/trunk/ChangeLog 2013-11-15 01:27:05 UTC (rev 58789) @@ -1,3 +1,57 @@ + 2013-11-14 17:10 dimitr + M src/dsql/BoolNodes.h +Fixed CORE-4262: Context parsing error with derived tables and CASE functions. + + 2013-11-14 16:16 alexpeshkoff + M doc/README.services_extension + A doc/sql.extensions/README.linger + M src/alice/aliceswi.h + M src/alice/exe.cpp + M src/dbs/security.sql + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/parse.y + M src/include/consts_pub.h + M src/include/firebird/Plugin.h + M src/include/gen/ids.h + M src/jrd/Database.cpp + M src/jrd/Database.h + M src/jrd/EngineInterface.h + M src/jrd/dfw.epp + M src/jrd/fields.h + M src/jrd/irq.h + M src/jrd/jrd.cpp + M src/jrd/jrd_proto.h + M src/jrd/met.epp + M src/jrd/met_proto.h + M src/jrd/names.h + M src/jrd/relations.h + M src/jrd/tra.h + M src/jrd/vio.cpp + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/remote/server/os/posix/inet_server.cpp + M src/utilities/fbsvcmgr/fbsvcmgr.cpp + M src/yvalve/PluginManager.cpp + M src/yvalve/keywords.cpp +Implemented CORE-4263: Database linger + + 2013-11-14 15:36 alexpeshkoff + M src/common/os/posix/mod_loader.cpp +misc + + 2013-11-14 15:36 alexpeshkoff + M src/auth/SecurityDatabase/LegacyServer.cpp +misc + + 2013-11-14 13:52 alexpeshkoff + M src/remote/server/server.cpp +misc.debug + + 2013-11-14 10:26 alexpeshkoff + M src/jrd/shut.cpp +Fixed assertion (and possible deadlock) + 2013-11-13 16:08 dimitr M src/jrd/Database.cpp Misc. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-11-14 17:10:46 UTC (rev 58788) +++ firebird/trunk/src/jrd/build_no.h 2013-11-15 01:27:05 UTC (rev 58789) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30728 + FORMAL BUILD NUMBER:30734 */ -#define PRODUCT_VER_STRING "3.0.0.30728" -#define FILE_VER_STRING "WI-T3.0.0.30728" -#define LICENSE_VER_STRING "WI-T3.0.0.30728" -#define FILE_VER_NUMBER 3, 0, 0, 30728 +#define PRODUCT_VER_STRING "3.0.0.30734" +#define FILE_VER_STRING "WI-T3.0.0.30734" +#define LICENSE_VER_STRING "WI-T3.0.0.30734" +#define FILE_VER_NUMBER 3, 0, 0, 30734 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30728" +#define FB_BUILD_NO "30734" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-11-14 17:10:46 UTC (rev 58788) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-11-15 01:27:05 UTC (rev 58789) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30728 +BuildNum=30734 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |