From: <fir...@us...> - 2013-04-18 00:40:05
|
Revision: 57966 http://sourceforge.net/p/firebird/code/57966 Author: firebirds Date: 2013-04-18 00:40:00 +0000 (Thu, 18 Apr 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-04-17 15:54:00 UTC (rev 57965) +++ firebird/trunk/ChangeLog 2013-04-18 00:40:00 UTC (rev 57966) @@ -1,3 +1,31 @@ + 2013-04-17 15:54 asfernandes + M src/jrd/RecordSourceNodes.cpp +Fixed CORE-4084 - GROUP BY fails if subselect-column is involved. + + 2013-04-17 11:16 alexpeshkoff + M src/auth/SecureRemotePassword/Message.h + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/auth/SecurityDatabase/LegacyServer.cpp + M src/common/classes/GetPlugins.h + M src/common/classes/RefCounted.h + M src/common/classes/semaphore.cpp + M src/jrd/ExtEngineManager.cpp + M src/jrd/Function.epp + M src/jrd/jrd.cpp + M src/jrd/met.epp + M src/plugins/udr_engine/UdrEngine.cpp + M src/remote/client/interface.cpp + M src/utilities/gsec/gsec.cpp + M src/yvalve/why.cpp +Avoid extra atomic operations when assigning pointer to the object with pre-incremented counter (like returned from the function) to reference-counted pointer holder + + 2013-04-17 08:04 alexpeshkoff + M src/jrd/cch.cpp + M src/jrd/jrd.cpp +Fixes related with CORE-3993 + 2013-04-16 16:13 asfernandes M doc/WhatsNew M doc/sql.extensions/README.data_types Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-04-17 15:54:00 UTC (rev 57965) +++ firebird/trunk/src/jrd/build_no.h 2013-04-18 00:40:00 UTC (rev 57966) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30367 + FORMAL BUILD NUMBER:30370 */ -#define PRODUCT_VER_STRING "3.0.0.30367" -#define FILE_VER_STRING "WI-T3.0.0.30367" -#define LICENSE_VER_STRING "WI-T3.0.0.30367" -#define FILE_VER_NUMBER 3, 0, 0, 30367 +#define PRODUCT_VER_STRING "3.0.0.30370" +#define FILE_VER_STRING "WI-T3.0.0.30370" +#define LICENSE_VER_STRING "WI-T3.0.0.30370" +#define FILE_VER_NUMBER 3, 0, 0, 30370 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30367" +#define FB_BUILD_NO "30370" #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 2013-04-17 15:54:00 UTC (rev 57965) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-04-18 00:40:00 UTC (rev 57966) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30367 +BuildNum=30370 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |