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
3a0f66637b
commit
d9917f0b9a
24
ChangeLog
24
ChangeLog
@ -1,3 +1,15 @@
|
||||
2011-01-31 12:11 hvlad
|
||||
M src/jrd/dfw.epp
|
||||
Backport fix for bug CORE-3095 : Client receive event's with count equal to 1 despite of how many times EVENT was POSTed in same transaction
|
||||
|
||||
2011-01-30 14:44 asfernandes
|
||||
M src/dsql/pass1.cpp
|
||||
Backported fix for CORE-3320 - Some MERGE syntax can crash the server.
|
||||
|
||||
2011-01-28 15:06 paul_reeves
|
||||
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
|
||||
Be sure to generate the md5sums for all windows packages
|
||||
|
||||
2011-01-26 10:38 paul_reeves
|
||||
M builds/win32/msvc8/VCCRT_Shared_Header.wxi
|
||||
Add explanatory note.
|
||||
@ -334,7 +346,7 @@ Fixed CORE-3064: Using the procedure alias inside an explicit plan crashes the s
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/jrd.h
|
||||
Backported fix for bug CORE-3034 : Bugche?\209?\129k 300 (can't find shared latch)
|
||||
Backported fix for bug CORE-3034 : Bugcheсk 300 (can't find shared latch)
|
||||
|
||||
2010-07-01 14:00 hvlad
|
||||
M src/jrd/LocksCache.h
|
||||
@ -11873,7 +11885,7 @@ Fixed CORE-1253 - LIST(DISTINCT) concatenate VARCHAR values as CHAR
|
||||
|
||||
2007-05-09 15:23 asfernandes
|
||||
M doc/sql.extensions/README.list
|
||||
Updated LIST documentation - thanks to Maycon Ferra?\195?\167a
|
||||
Updated LIST documentation - thanks to Maycon Ferraça
|
||||
|
||||
2007-05-09 02:03 asfernandes
|
||||
M src/burp/burp.cpp
|
||||
@ -13824,7 +13836,7 @@ Patch by Damyan Ivanov - accept localhost connections without /etc/host.equiv
|
||||
|
||||
2007-03-22 13:07 asfernandes
|
||||
M doc/sql.extensions/README.context_variables2
|
||||
Document the new context variable - thanks to Maicon Ferra?\195?\167a
|
||||
Document the new context variable - thanks to Maicon Ferraça
|
||||
|
||||
2007-03-22 12:53 dimitr
|
||||
M src/dsql/pass1.cpp
|
||||
@ -15501,7 +15513,7 @@ Misc.
|
||||
|
||||
2006-12-14 10:30 asfernandes
|
||||
M doc/sql.extensions/README.returning
|
||||
Correction - thanks to Maycon Ferra?\195?\167a
|
||||
Correction - thanks to Maycon Ferraça
|
||||
|
||||
2006-12-14 09:14 dimitr
|
||||
A doc/README.monitoring_tables
|
||||
@ -16945,7 +16957,7 @@ Fixed the project files.
|
||||
|
||||
2006-10-10 03:53 asfernandes
|
||||
M src/jrd/jrd.cpp
|
||||
Fix problem reported by Carsten Sch?\195?\164fer in fbdevel of incorrect server start when using connection pooling
|
||||
Fix problem reported by Carsten Schäfer in fbdevel of incorrect server start when using connection pooling
|
||||
|
||||
2006-10-10 03:39 asfernandes
|
||||
M src/jrd/os/posix/isc_ipc.cpp
|
||||
@ -17294,7 +17306,7 @@ MERGE statement
|
||||
|
||||
2006-09-13 12:59 asfernandes
|
||||
M src/dsql/pass1.cpp
|
||||
Fix the problem with CAST and parameters reported by Maycon Ferra?\195?\167a in fb-devel
|
||||
Fix the problem with CAST and parameters reported by Maycon Ferraça in fb-devel
|
||||
|
||||
2006-09-12 16:31 asfernandes
|
||||
M src/jrd/opt.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18391
|
||||
FORMAL BUILD NUMBER:18394
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.4.18391"
|
||||
#define FILE_VER_STRING "WI-V2.1.4.18391"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.4.18391"
|
||||
#define FILE_VER_NUMBER 2, 1, 4, 18391
|
||||
#define PRODUCT_VER_STRING "2.1.4.18394"
|
||||
#define FILE_VER_STRING "WI-V2.1.4.18394"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.4.18394"
|
||||
#define FILE_VER_NUMBER 2, 1, 4, 18394
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "4"
|
||||
#define FB_BUILD_NO "18391"
|
||||
#define FB_BUILD_NO "18394"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=4
|
||||
BuildNum=18391
|
||||
BuildNum=18394
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user