From: <fir...@us...> - 2012-03-17 04:50:59
|
Revision: 54188 http://firebird.svn.sourceforge.net/firebird/?rev=54188&view=rev Author: firebirds Date: 2012-03-17 04:50:51 +0000 (Sat, 17 Mar 2012) 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 2012-03-17 02:26:59 UTC (rev 54187) +++ firebird/trunk/ChangeLog 2012-03-17 04:50:51 UTC (rev 54188) @@ -1,3 +1,40 @@ + 2012-03-17 02:26 asfernandes + M src/common/IntlParametersBlock.cpp + M src/common/db_alias.cpp + M src/common/db_alias.h + M src/dsql/StmtNodes.cpp + M src/dsql/gen.cpp + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/TempSpace.cpp + M src/jrd/TempSpace.h + M src/jrd/UserManagement.cpp + M src/jrd/btr.cpp +Misc. + + 2012-03-17 02:26 asfernandes + M src/common/isc_file.cpp +Corrections. + + 2012-03-16 17:10 alexpeshkoff + A src/common/IntlParametersBlock.cpp + A src/common/IntlParametersBlock.h + M src/remote/client/interface.cpp + M src/yvalve/why.cpp +Finished with conversions of all strings in both kinds of SPBs (attach/start) to UTF8 + + 2012-03-16 17:08 alexpeshkoff + M configure.in + M src/common/isc_file.cpp +System to UTF8 conversion on non-Windows systems + + 2012-03-16 17:05 alexpeshkoff + M src/jrd/UserManagement.cpp +Misc + + 2012-03-16 12:46 alexpeshkoff + M src/common/BigInteger.h +Misc + 2012-03-15 15:05 alexpeshkoff M src/alice/exe.cpp M src/alice/tdr.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-03-17 02:26:59 UTC (rev 54187) +++ firebird/trunk/src/jrd/build_no.h 2012-03-17 04:50:51 UTC (rev 54188) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29857 + FORMAL BUILD NUMBER:29863 */ -#define PRODUCT_VER_STRING "3.0.0.29857" -#define FILE_VER_STRING "WI-T3.0.0.29857" -#define LICENSE_VER_STRING "WI-T3.0.0.29857" -#define FILE_VER_NUMBER 3, 0, 0, 29857 +#define PRODUCT_VER_STRING "3.0.0.29863" +#define FILE_VER_STRING "WI-T3.0.0.29863" +#define LICENSE_VER_STRING "WI-T3.0.0.29863" +#define FILE_VER_NUMBER 3, 0, 0, 29863 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29857" +#define FB_BUILD_NO "29863" #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 2012-03-17 02:26:59 UTC (rev 54187) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-03-17 04:50:51 UTC (rev 54188) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29857 +BuildNum=29863 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |