8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:43:02 +01:00

nightly update

This commit is contained in:
firebirds 2010-10-29 03:15:11 +00:00
parent c46f5cf800
commit cba02bc072
3 changed files with 48 additions and 7 deletions

View File

@ -1,3 +1,44 @@
2010-10-29 00:28 asfernandes
M src/dsql/DdlNodes.epp
M src/dsql/DdlNodes.h
Misc
2010-10-29 00:23 asfernandes
M src/dsql/DdlNodes.epp
M src/dsql/DdlNodes.h
Fixed CORE-3140 - Preserve comments for parameters after altering procedures
2010-10-28 18:16 dimitr
M src/remote/server/server.cpp
Fixed CORE-3202: execute_immediate API call family may crash the remote server.
2010-10-28 08:02 alexpeshkoff
M src/auth/AuthInterface.h
M src/auth/SecurityDatabase/LegacyClient.cpp
M src/auth/SecurityDatabase/LegacyClient.h
M src/auth/SecurityDatabase/jrd_pwd.h
M src/auth/SecurityDatabase/pwd.cpp
M src/common/StatusArg.h
M src/common/StatusHolder.h
M src/common/classes/Interface.h
M src/common/fb_exception.cpp
M src/common/utils_proto.h
M src/include/ProviderInterface.h
M src/include/fb_exception.h
M src/jrd/Attachment.h
M src/jrd/blb.h
M src/jrd/extds/ExtDS.cpp
M src/jrd/extds/ExtDS.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/remote/client/interface.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server/server.cpp
M src/yvalve/gds.cpp
M src/yvalve/why.cpp
Avoid throwing C++ exceptions from authentication plugins
2010-10-27 09:49 alexpeshkoff
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:28831
FORMAL BUILD NUMBER:28835
*/
#define PRODUCT_VER_STRING "3.0.0.28831"
#define FILE_VER_STRING "WI-T3.0.0.28831"
#define LICENSE_VER_STRING "WI-T3.0.0.28831"
#define FILE_VER_NUMBER 3, 0, 0, 28831
#define PRODUCT_VER_STRING "3.0.0.28835"
#define FILE_VER_STRING "WI-T3.0.0.28835"
#define LICENSE_VER_STRING "WI-T3.0.0.28835"
#define FILE_VER_NUMBER 3, 0, 0, 28835
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "28831"
#define FB_BUILD_NO "28835"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=28831
BuildNum=28835
NowAt=`pwd`
cd `dirname $0`