mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
nightly update
This commit is contained in:
parent
8780552b94
commit
db434f6f7e
32
ChangeLog
32
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.
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=30326
|
||||
BuildNum=30327
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user