mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
nightly update
This commit is contained in:
parent
36ac140be8
commit
2f824e345d
25
ChangeLog
25
ChangeLog
@ -1,3 +1,28 @@
|
||||
2016-02-01 16:51 asfernandes
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/parse.y
|
||||
Fixed CORE-5093 - Alter computed field type does not work.
|
||||
|
||||
2016-02-01 16:16 alexpeshkoff
|
||||
M src/jrd/CryptoManager.cpp
|
||||
M src/jrd/CryptoManager.h
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/nbak.cpp
|
||||
M src/jrd/sdw.cpp
|
||||
Fixed CORE-5044: Pages are encrypted for each shadow separately
|
||||
|
||||
2016-02-01 16:13 alexpeshkoff
|
||||
M examples/interfaces/05.user_metadata.cpp
|
||||
comment
|
||||
|
||||
2016-02-01 15:05 dimitr
|
||||
M src/jrd/jrd.cpp
|
||||
Fixed (or worked around, if you wish) redundant UTF8->system conversions happening if isc_dpb_utf8_filename tag is located in the middle of DPB.
|
||||
|
||||
2016-02-01 14:54 dimitr
|
||||
M src/auth/trusted/AuthSspi.cpp
|
||||
Fixed (on behalf of Alex) CORE-4885: Error retrieving current user name when using Windows trusted authentication and OS user name contains non-ASCII characters.
|
||||
|
||||
2016-01-31 23:57 asfernandes
|
||||
M src/isql/extract.epp
|
||||
Fixed CORE-5092 - ISQL extract command lose COMPUTED BY field types.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32306
|
||||
FORMAL BUILD NUMBER:32311
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.32306"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32306"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32306"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32306
|
||||
#define PRODUCT_VER_STRING "3.0.0.32311"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32311"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32311"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32311
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32306"
|
||||
#define FB_BUILD_NO "32311"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32306
|
||||
BuildNum=32311
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user