mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
nightly update
This commit is contained in:
parent
c74565ce0e
commit
a5e57e4568
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
2012-12-29 13:48 alexpeshkoff
|
||||
M src/jrd/Attachment.cpp
|
||||
M src/jrd/Attachment.h
|
||||
M src/jrd/jrd.h
|
||||
M src/jrd/lck.cpp
|
||||
M src/jrd/lck.h
|
||||
Avoid races with lck_attachment in AST
|
||||
|
||||
2012-12-29 11:15 alexpeshkoff
|
||||
M src/auth/SecurityDatabase/LegacyManagement.epp
|
||||
Fixed CORE-3932: can create but cant delete user with username containing double quotes with gsec
|
||||
|
||||
2012-12-29 10:53 alexpeshkoff
|
||||
M src/utilities/gsec/gsec.cpp
|
||||
Make gsec take into an account settings from firebird.conf
|
||||
|
||||
2012-12-25 17:34 asfernandes
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DdlNodes.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30182
|
||||
FORMAL BUILD NUMBER:30185
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30182"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30182"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30182"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30182
|
||||
#define PRODUCT_VER_STRING "3.0.0.30185"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30185"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30185"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30185
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30182"
|
||||
#define FB_BUILD_NO "30185"
|
||||
#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=30182
|
||||
BuildNum=30185
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user