mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
nightly update
This commit is contained in:
parent
066dfda8e2
commit
a914b27fe1
31
ChangeLog
31
ChangeLog
@ -1,3 +1,34 @@
|
||||
2015-03-30 17:39 alexpeshkoff
|
||||
M src/common/unicode_util.cpp
|
||||
Fixed CORE-4583: FB 3 embedded tries to load ICU DLLs from PATH folders
|
||||
|
||||
2015-03-30 14:35 egorpugin
|
||||
M src/jrd/jrd.cpp
|
||||
[build] Fix duplicate symbol error on AppleClang while building for iOS.
|
||||
|
||||
2015-03-30 14:34 egorpugin
|
||||
M builds/cmake/Configure.cmake
|
||||
M src/include/gen/autoconfig.h.in
|
||||
[build] [cmake] Search for accept4 and SOCK_CLOEXEC symbols during configuration step.
|
||||
|
||||
2015-03-30 13:49 alexpeshkoff
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
Fixed CORE-4712: Messages "Error in isc_release_request() ... when working with legacy security database" appear in firebird.log for CLASSIC server when connecting with legacy auth
|
||||
|
||||
2015-03-30 12:03 alexpeshkoff
|
||||
M src/common/isc_s_proto.h
|
||||
M src/common/isc_sync.cpp
|
||||
Fixed compilation on Mac
|
||||
|
||||
2015-03-30 11:12 alexpeshkoff
|
||||
M configure.ac
|
||||
M src/remote/inet.cpp
|
||||
Added check for SOCK_CLOEXEC
|
||||
|
||||
2015-03-30 09:34 alexpeshkoff
|
||||
M src/remote/inet.cpp
|
||||
Use better flag name for sockets
|
||||
|
||||
2015-03-29 19:25 mapopa
|
||||
M builds/install/posix-common/posixLibrary.sh.in
|
||||
Cleanup editors battle comment
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31756
|
||||
FORMAL BUILD NUMBER:31763
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31756"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31756"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31756"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31756
|
||||
#define PRODUCT_VER_STRING "3.0.0.31763"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31763"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31763"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31763
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31756"
|
||||
#define FB_BUILD_NO "31763"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31756
|
||||
BuildNum=31763
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user