mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
nightly update
This commit is contained in:
parent
b9bc308a72
commit
1d85d380a9
23
ChangeLog
23
ChangeLog
@ -1,3 +1,26 @@
|
||||
2013-03-23 21:12 asfernandes
|
||||
M examples/udr/UdrCppExample.cpp
|
||||
M src/include/firebird/ExternalEngine.h
|
||||
M src/include/firebird/UdrCppEngine.h
|
||||
M src/include/firebird/UdrEngine.h
|
||||
M src/jrd/ExtEngineManager.cpp
|
||||
M src/jrd/ExtEngineManager.h
|
||||
M src/jrd/jrd.cpp
|
||||
M src/plugins/udr_engine/UdrEngine.cpp
|
||||
Work in progress fixing external triggers.
|
||||
|
||||
2013-03-23 20:41 asfernandes
|
||||
M src/dsql/DdlNodes.epp
|
||||
Fixed CORE-4067 - Problem with "CREATE DATABASE ... COLLATION ..." and 1 dialect.
|
||||
|
||||
2013-03-23 13:58 hvlad
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/cch.h
|
||||
Cleanup:
|
||||
- removed never used bcb_checkpoint and BDB_checkpoint
|
||||
- removed conditional compilation for CACHE_WRITER as it is already ruled by flag BCB_cache_writer at almost all places
|
||||
- added necessary checks for BCB_cache_writer when it was missed
|
||||
|
||||
2013-03-22 14:29 alexpeshkoff
|
||||
M src/remote/client/interface.cpp
|
||||
M src/yvalve/YObjects.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30284
|
||||
FORMAL BUILD NUMBER:30287
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30284"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30284"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30284"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30284
|
||||
#define PRODUCT_VER_STRING "3.0.0.30287"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30287"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30287"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30287
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30284"
|
||||
#define FB_BUILD_NO "30287"
|
||||
#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=30284
|
||||
BuildNum=30287
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user