From: <fir...@us...> - 2014-04-19 00:28:20
|
Revision: 59456 http://sourceforge.net/p/firebird/code/59456 Author: firebirds Date: 2014-04-19 00:28:15 +0000 (Sat, 19 Apr 2014) 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 2014-04-18 15:45:58 UTC (rev 59455) +++ firebird/trunk/ChangeLog 2014-04-19 00:28:15 UTC (rev 59456) @@ -1,3 +1,63 @@ + 2014-04-18 15:45 mapopa + M src/isql/show.epp +cleanup comments + + 2014-04-18 15:41 mapopa + M src/dsql/errd.cpp +cleanup comments + + 2014-04-18 15:40 mapopa + M src/isql/isql.h +cleanup comments + + 2014-04-18 15:33 alexpeshkoff + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/common/utils.cpp + M src/common/utils_proto.h + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/isql/show.epp + M src/jrd/Mapping.cpp + M src/jrd/Mapping.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Enhanced diagnostics in authentication mapping + + 2014-04-18 14:43 mapopa + M src/isql/isql.h +remove unused constants + + 2014-04-18 14:32 mapopa + M src/isql/isql.h +cleanup WAL was removed + + 2014-04-18 12:08 dimitr + M src/jrd/dfw.epp +CORE-4386: Report more details for "object in use" errors. More changes to follow. + + 2014-04-18 12:08 alexpeshkoff + M src/dsql/dsql.cpp + M src/dsql/dsql.h + M src/include/firebird/Provider.h + M src/jrd/EngineInterface.h + M src/jrd/jrd.cpp + M src/remote/client/interface.cpp + M src/remote/remote.h + M src/remote/server/server.cpp + M src/yvalve/YObjects.h + M src/yvalve/why.cpp +Fixed CORE-4394: Cursor not found error when using legacy API + + 2014-04-18 11:44 mapopa + M src/isql/isql_proto.h +cleanup Not found, probably in some lost GUI-related file + 2014-04-15 12:18 alexpeshkoff M src/gpre/obj_cxx.cpp M src/include/gen/msgs.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-04-18 15:45:58 UTC (rev 59455) +++ firebird/trunk/src/jrd/build_no.h 2014-04-19 00:28:15 UTC (rev 59456) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31059 + FORMAL BUILD NUMBER:31068 */ -#define PRODUCT_VER_STRING "3.0.0.31059" -#define FILE_VER_STRING "WI-T3.0.0.31059" -#define LICENSE_VER_STRING "WI-T3.0.0.31059" -#define FILE_VER_NUMBER 3, 0, 0, 31059 +#define PRODUCT_VER_STRING "3.0.0.31068" +#define FILE_VER_STRING "WI-T3.0.0.31068" +#define LICENSE_VER_STRING "WI-T3.0.0.31068" +#define FILE_VER_NUMBER 3, 0, 0, 31068 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31059" +#define FB_BUILD_NO "31068" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-04-18 15:45:58 UTC (rev 59455) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-04-19 00:28:15 UTC (rev 59456) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31059 +BuildNum=31068 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |