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

nightly update

This commit is contained in:
firebirds 2013-02-19 01:09:55 +00:00
parent ba09d5262f
commit 7d58701c38
3 changed files with 52 additions and 7 deletions

View File

@ -1,3 +1,48 @@
2013-02-18 15:28 asfernandes
M src/remote/server/server.cpp
M src/yvalve/YObjects.h
M src/yvalve/why.cpp
Misc.
2013-02-18 13:53 alexpeshkoff
M src/jrd/jrd.cpp
M src/remote/client/interface.cpp
Make openCursor() use default output format when none is given explicitly
2013-02-18 11:42 alexpeshkoff
M examples/interfaces/select.cpp
misc
2013-02-18 11:07 alexpeshkoff
A examples/interfaces
A examples/interfaces/select.cpp
A sample of using OO API
2013-02-18 11:06 alexpeshkoff
M src/common/MsgMetadata.cpp
M src/include/firebird/Provider.h
A number of fixes related with ICoerceMetadata interface - thanks to Adriano
2013-02-18 08:27 hvlad
M builds/win32/msvc9/common.vcproj
M builds/win32/msvc9/engine.vcproj
M builds/win32/msvc9/yvalve.vcproj
Update MSVC9 build
2013-02-18 08:23 hvlad
M builds/win32/msvc8/common.vcproj
M builds/win32/msvc8/engine.vcproj
M builds/win32/msvc8/yvalve.vcproj
Update MSVC8 build
2013-02-18 07:54 alexpeshkoff
M src/jrd/EngineInterface.h
Cleanup - thanks to Adriano
2013-02-18 02:14 asfernandes
M src/remote/client/interface.cpp
Misc.
2013-02-17 23:06 asfernandes 2013-02-17 23:06 asfernandes
M src/auth/SecureRemotePassword/Message.h M src/auth/SecureRemotePassword/Message.h
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp M src/auth/SecureRemotePassword/manage/SrpManagement.cpp

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT *** *** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30215 FORMAL BUILD NUMBER:30224
*/ */
#define PRODUCT_VER_STRING "3.0.0.30215" #define PRODUCT_VER_STRING "3.0.0.30224"
#define FILE_VER_STRING "WI-T3.0.0.30215" #define FILE_VER_STRING "WI-T3.0.0.30224"
#define LICENSE_VER_STRING "WI-T3.0.0.30215" #define LICENSE_VER_STRING "WI-T3.0.0.30224"
#define FILE_VER_NUMBER 3, 0, 0, 30215 #define FILE_VER_NUMBER 3, 0, 0, 30224
#define FB_MAJOR_VER "3" #define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0" #define FB_MINOR_VER "0"
#define FB_REV_NO "0" #define FB_REV_NO "0"
#define FB_BUILD_NO "30215" #define FB_BUILD_NO "30224"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

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