diff --git a/ChangeLog b/ChangeLog index 5af071ef75..d0e316047a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 9ac16d50cb..b954e09649 100644 --- a/src/jrd/build_no.h +++ b/src/jrd/build_no.h @@ -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" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index a2fb51e393..7fdce99905 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=T MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30326 +BuildNum=30327 NowAt=`pwd` cd `dirname $0`