mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
nightly update
This commit is contained in:
parent
359f74e73a
commit
2133884499
21
ChangeLog
21
ChangeLog
@ -1,3 +1,24 @@
|
||||
2011-12-24 18:08 asfernandes
|
||||
M builds/posix/Makefile.in
|
||||
M doc/sql.extensions/README.builtin_functions.txt
|
||||
M src/auth/SecureRemotePassword/client/SrpClient.cpp
|
||||
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
|
||||
M src/auth/SecureRemotePassword/server/SrpServer.cpp
|
||||
M src/auth/SecureRemotePassword/srp.cpp
|
||||
M src/auth/SecureRemotePassword/srp.h
|
||||
M src/auth/SecurityDatabase/LegacyHash.h
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
M src/common/classes/GetPlugins.h
|
||||
M src/common/sha.cpp
|
||||
M src/dsql/parse.y
|
||||
M src/include/firebird/Provider.h
|
||||
M src/lock/lock.cpp
|
||||
Misc.
|
||||
|
||||
2011-12-24 17:59 asfernandes
|
||||
M src/include/firebird/Plugin.h
|
||||
Correction.
|
||||
|
||||
2011-12-23 18:33 dimitr
|
||||
M src/remote/client/interface.cpp
|
||||
M src/remote/inet.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29661
|
||||
FORMAL BUILD NUMBER:29663
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29661"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29661"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29661"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29661
|
||||
#define PRODUCT_VER_STRING "3.0.0.29663"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29663"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29663"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29663
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29661"
|
||||
#define FB_BUILD_NO "29663"
|
||||
#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=29661
|
||||
BuildNum=29663
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user