From: <fir...@us...> - 2011-12-21 03:22:06
|
Revision: 53719 http://firebird.svn.sourceforge.net/firebird/?rev=53719&view=rev Author: firebirds Date: 2011-12-21 03:21:59 +0000 (Wed, 21 Dec 2011) 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 2011-12-21 00:51:28 UTC (rev 53718) +++ firebird/trunk/ChangeLog 2011-12-21 03:21:59 UTC (rev 53719) @@ -1,3 +1,23 @@ + 2011-12-21 00:51 asfernandes + M src/dsql/dsql.cpp +Misc. + + 2011-12-20 14:30 asfernandes + M doc/sql.extensions/README.builtin_functions.txt + M src/common/os/guid.h + M src/common/os/posix/guid.cpp + M src/common/os/win32/guid.cpp + M src/common/sha.cpp + M src/dsql/parse.y + M src/jrd/RandomGenerator.cpp + M src/jrd/SysFunction.cpp + M src/jrd/nbak.cpp + M src/jrd/trace/TraceService.cpp + M src/utilities/gstat/ppg.cpp + M src/utilities/nbackup/nbackup.cpp + M src/yvalve/keywords.cpp +Fixed CORE-3238 - Makes GEN_UUID return a compliant RFC-4122 binary UUID and introduce CHAR_TO_UUID2 and UUID_TO_CHAR2 to convert UUIDs from/to string also complying with the RFC. + 2011-12-19 10:01 hvlad M src/dsql/dsql.cpp Fixed AV in trace when statement free event is traced and it is first traced event for a given statement (i.e. prepare\execution was not traced before). Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-12-21 00:51:28 UTC (rev 53718) +++ firebird/trunk/src/jrd/build_no.h 2011-12-21 03:21:59 UTC (rev 53719) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29646 + FORMAL BUILD NUMBER:29648 */ -#define PRODUCT_VER_STRING "3.0.0.29646" -#define FILE_VER_STRING "WI-T3.0.0.29646" -#define LICENSE_VER_STRING "WI-T3.0.0.29646" -#define FILE_VER_NUMBER 3, 0, 0, 29646 +#define PRODUCT_VER_STRING "3.0.0.29648" +#define FILE_VER_STRING "WI-T3.0.0.29648" +#define LICENSE_VER_STRING "WI-T3.0.0.29648" +#define FILE_VER_NUMBER 3, 0, 0, 29648 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29646" +#define FB_BUILD_NO "29648" #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 2011-12-21 00:51:28 UTC (rev 53718) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-12-21 03:21:59 UTC (rev 53719) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29646 +BuildNum=29648 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |