From: <fir...@us...> - 2013-04-05 00:34:51
|
Revision: 57897 http://sourceforge.net/p/firebird/code/57897 Author: firebirds Date: 2013-04-05 00:34:48 +0000 (Fri, 05 Apr 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-04-04 13:17:57 UTC (rev 57896) +++ firebird/trunk/ChangeLog 2013-04-05 00:34:48 UTC (rev 57897) @@ -1,3 +1,35 @@ + 2013-04-04 13:17 alexpeshkoff + M builds/install/misc/firebird.conf.in + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/common/call_service.cpp + M src/common/call_service.h + M src/common/config/config.cpp + M src/common/config/config.h + M src/gpre/boot/gpre_meta_boot.cpp + M src/include/consts_pub.h + M src/include/firebird/Interface.h + M src/include/firebird.h + M src/jrd/EngineInterface.h + M src/jrd/jrd.cpp + M src/jrd/svc.cpp + M src/remote/client/interface.cpp + M src/remote/inet.cpp + M src/remote/inet_proto.h + M src/remote/os/win32/wnet.cpp + M src/remote/os/win32/wnet_proto.h + M src/remote/os/win32/xnet.cpp + M src/remote/os/win32/xnet_proto.h + M src/remote/remot_proto.h + M src/remote/remote.cpp + M src/remote/remote.h + M src/remote/server/os/posix/inet_server.cpp + M src/remote/server/server.cpp + M src/utilities/gsec/gsec.cpp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h + M src/yvalve/why.cpp +Added support for changing configuration (client and embedded) from API + 2013-04-03 15:27 asfernandes M src/jrd/recsrc/ProcedureScan.cpp Fixed CORE-4073 - Constant columns getting empty value with subselect from procedure. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-04-04 13:17:57 UTC (rev 57896) +++ firebird/trunk/src/jrd/build_no.h 2013-04-05 00:34:48 UTC (rev 57897) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30326 + FORMAL BUILD NUMBER:30327 */ -#define PRODUCT_VER_STRING "3.0.0.30326" -#define FILE_VER_STRING "WI-T3.0.0.30326" -#define LICENSE_VER_STRING "WI-T3.0.0.30326" -#define FILE_VER_NUMBER 3, 0, 0, 30326 +#define PRODUCT_VER_STRING "3.0.0.30327" +#define FILE_VER_STRING "WI-T3.0.0.30327" +#define LICENSE_VER_STRING "WI-T3.0.0.30327" +#define FILE_VER_NUMBER 3, 0, 0, 30327 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30326" +#define FB_BUILD_NO "30327" #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-04-04 13:17:57 UTC (rev 57896) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-04-05 00:34:48 UTC (rev 57897) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30326 +BuildNum=30327 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |