From: <fir...@us...> - 2015-02-12 00:15:12
|
Revision: 60675 http://sourceforge.net/p/firebird/code/60675 Author: firebirds Date: 2015-02-12 00:15:04 +0000 (Thu, 12 Feb 2015) 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 2015-02-11 17:00:58 UTC (rev 60674) +++ firebird/trunk/ChangeLog 2015-02-12 00:15:04 UTC (rev 60675) @@ -1,3 +1,53 @@ + 2015-02-11 17:00 egorpugin + M src/CMakeLists.txt +[build] [cmake] Fix Windows build. + + 2015-02-11 16:31 alexpeshkoff + M src/common/os/os_utils.h + M src/common/os/win32/os_utils.cpp +One more attempt to fix windows build + + 2015-02-11 15:30 alexpeshkoff + M src/common/os/win32/os_utils.cpp +This should fix windows build + + 2015-02-11 15:12 asfernandes + M examples/udr/Functions.cpp + M examples/udr/Triggers.cpp + M src/include/firebird/Interface.h + M src/include/firebird/UdrCppEngine.h + M src/jrd/ExtEngineManager.cpp +Move Helper class from UDR to the main interface header. Use proper (argh) ref. counting in the ExternalContext::get* methods. + + 2015-02-11 15:11 asfernandes + M src/jrd/ibase.h +Increase FB_API_VER to 30. + + 2015-02-11 10:19 alexpeshkoff + M src/jrd/ibsetjmp.h +Fixed posix build + + 2015-02-11 09:20 dimitr + M src/jrd/cch.cpp + M src/jrd/jrd.h +Change the status handling a little. + + 2015-02-10 14:17 hvlad + M src/common/isc_s_proto.h + M src/common/isc_sync.cpp + M src/jrd/blob_filter.cpp + M src/jrd/ibsetjmp.h + M src/jrd/jrd.h +Fixed bug CORE-4688 : Recovery after stack overflow exception is not complete + + 2015-02-10 13:32 alexpeshkoff + M examples/interfaces/01.create.cpp + M examples/interfaces/02.update.cpp + M examples/interfaces/03.select.cpp + M examples/interfaces/04.print_table.cpp + M examples/interfaces/ifaceExamples.h +Bring examples up-to-date, use ThrowStatusWrapper in them + 2015-02-09 14:39 asfernandes M src/yvalve/why.cpp Misc. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-02-11 17:00:58 UTC (rev 60674) +++ firebird/trunk/src/jrd/build_no.h 2015-02-12 00:15:04 UTC (rev 60675) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31632 + FORMAL BUILD NUMBER:31641 */ -#define PRODUCT_VER_STRING "3.0.0.31632" -#define FILE_VER_STRING "WI-T3.0.0.31632" -#define LICENSE_VER_STRING "WI-T3.0.0.31632" -#define FILE_VER_NUMBER 3, 0, 0, 31632 +#define PRODUCT_VER_STRING "3.0.0.31641" +#define FILE_VER_STRING "WI-T3.0.0.31641" +#define LICENSE_VER_STRING "WI-T3.0.0.31641" +#define FILE_VER_NUMBER 3, 0, 0, 31641 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31632" +#define FB_BUILD_NO "31641" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-02-11 17:00:58 UTC (rev 60674) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-02-12 00:15:04 UTC (rev 60675) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31632 +BuildNum=31641 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |