mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
5635607c9d
commit
8ee9033501
20
ChangeLog
20
ChangeLog
@ -1,3 +1,23 @@
|
||||
2011-10-12 23:17 asfernandes
|
||||
M src/remote/client/interface.cpp
|
||||
Avoid exception in successfull attachments.
|
||||
|
||||
2011-10-12 18:59 hvlad
|
||||
M src/jrd/idx.cpp
|
||||
Fixed bug CORE-3631 : Duplicate records with NULLs checked incorrectly
|
||||
|
||||
2011-10-12 11:55 alexpeshkoff
|
||||
M builds/posix/make.defaults
|
||||
Fixed CORE-3606: Linker commands that use c or c++ compiler should apply CFLAGS and CXXFLAGS respectively
|
||||
|
||||
2011-10-12 11:24 alexpeshkoff
|
||||
M builds/posix/Makefile.in
|
||||
Fixed non-root build
|
||||
|
||||
2011-10-12 09:57 alexpeshkoff
|
||||
M src/common/cvt.cpp
|
||||
Frontported fix for CORE-3627: Server crashes with access violation when inserting row into table with unique index
|
||||
|
||||
2011-10-12 02:06 asfernandes
|
||||
M src/common/unicode_util.cpp
|
||||
Avoid thrown exceptions in normal operation when loading non-existent ICU versions. This was a pain in the debugger.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29580
|
||||
FORMAL BUILD NUMBER:29585
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29580"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29580"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29580"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29580
|
||||
#define PRODUCT_VER_STRING "3.0.0.29585"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29585"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29585"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29585
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29580"
|
||||
#define FB_BUILD_NO "29585"
|
||||
#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=29580
|
||||
BuildNum=29585
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user