From: <fir...@us...> - 2013-03-25 02:18:28
|
Revision: 57831 http://sourceforge.net/p/firebird/code/57831 Author: firebirds Date: 2013-03-25 02:18:25 +0000 (Mon, 25 Mar 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-03-25 01:25:01 UTC (rev 57830) +++ firebird/trunk/ChangeLog 2013-03-25 02:18:25 UTC (rev 57831) @@ -1,3 +1,24 @@ + 2013-03-24 16:16 dimitr + M src/jrd/jrd.cpp +The minimal patch for CORE-1604 (Error at database creation by user with non-ascii name) and CORE-3243 (CURRENT_USER and MON$USER don't work properly) that seems to work for the trusted authentication, but [at least] the legacy auth module has to be reviewed as it seems to deal with the user name "as is", without checking whether it arrived in UTF8 or not. + + 2013-03-24 15:55 asfernandes + M src/dsql/ExprNodes.cpp +Fixed problem reported in fb-devel: FB3 vs FB2.5: Different result for SUBSTRING('test' FROM 1 FOR NULL). + + 2013-03-24 07:14 dimitr + M extern/icu/source/allinone/firebird2intl.props +Enabled multi-threaded compilation for ICU. + + 2013-03-24 06:38 dimitr + M src/dsql/DsqlCompilerScratch.cpp + M src/remote/client/interface.cpp +Misc. + + 2013-03-24 06:19 dimitr + M src/common/gdsassert.h +A more clever implementation of the assertion macros. It suppresses С4390 warnings and pleases the /W4 warning level at the same time, without any need for the new macros. + 2013-03-23 21:12 asfernandes M examples/udr/UdrCppExample.cpp M src/include/firebird/ExternalEngine.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-03-25 01:25:01 UTC (rev 57830) +++ firebird/trunk/src/jrd/build_no.h 2013-03-25 02:18:25 UTC (rev 57831) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30287 + FORMAL BUILD NUMBER:30292 */ -#define PRODUCT_VER_STRING "3.0.0.30287" -#define FILE_VER_STRING "WI-T3.0.0.30287" -#define LICENSE_VER_STRING "WI-T3.0.0.30287" -#define FILE_VER_NUMBER 3, 0, 0, 30287 +#define PRODUCT_VER_STRING "3.0.0.30292" +#define FILE_VER_STRING "WI-T3.0.0.30292" +#define LICENSE_VER_STRING "WI-T3.0.0.30292" +#define FILE_VER_NUMBER 3, 0, 0, 30292 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30287" +#define FB_BUILD_NO "30292" #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-03-25 01:25:01 UTC (rev 57830) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-03-25 02:18:25 UTC (rev 57831) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30287 +BuildNum=30292 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |