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

nightly update

This commit is contained in:
firebirds 2016-02-02 00:10:04 +00:00
parent 36ac140be8
commit 2f824e345d
3 changed files with 32 additions and 7 deletions

View File

@ -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 2016-01-31 23:57 asfernandes
M src/isql/extract.epp M src/isql/extract.epp
Fixed CORE-5092 - ISQL extract command lose COMPUTED BY field types. Fixed CORE-5092 - ISQL extract command lose COMPUTED BY field types.

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:32306 FORMAL BUILD NUMBER:32311
*/ */
#define PRODUCT_VER_STRING "3.0.0.32306" #define PRODUCT_VER_STRING "3.0.0.32311"
#define FILE_VER_STRING "WI-V3.0.0.32306" #define FILE_VER_STRING "WI-V3.0.0.32311"
#define LICENSE_VER_STRING "WI-V3.0.0.32306" #define LICENSE_VER_STRING "WI-V3.0.0.32311"
#define FILE_VER_NUMBER 3, 0, 0, 32306 #define FILE_VER_NUMBER 3, 0, 0, 32311
#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 "32306" #define FB_BUILD_NO "32311"
#define FB_BUILD_TYPE "V" #define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=3 MajorVer=3
MinorVer=0 MinorVer=0
RevNo=0 RevNo=0
BuildNum=32306 BuildNum=32311
NowAt=`pwd` NowAt=`pwd`
cd `dirname $0` cd `dirname $0`