From cfe5a69990a95e3f1fe278985383eb72cd1744be Mon Sep 17 00:00:00 2001 From: fsg Date: Thu, 13 Aug 2009 12:48:35 +0000 Subject: [PATCH] nightly update --- ChangeLog | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2999d11745..741ea33c09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,83 @@ +2009-08-13 14:46 alexpeshkoff + + * firebird2/src/jrd/cch.cpp (1.237): + + Fixed CORE-2590: SegFault in page AST routine under high load + +2009-08-13 13:16 alexpeshkoff + + * firebird2/builds/install/arch-specific/linux/misc/: + firebird.init.d.debian.in (1.12), firebird.init.d.suse.in (1.10): + + SuperClassic related changes - thanks to Carlos Macao + +2009-08-13 13:13 verbguy + + * firebird2/extern/editline/src/term.c (1.3): + + non-standard hp-ux tgetent( ) returns 0 when all is well + +2009-08-13 12:36 robocop + + * firebird2/src/jrd/dfw.epp (1.279): + + Misc. + +2009-08-13 12:35 robocop + + * firebird2/src/jrd/: blb.cpp (1.206), Collation.cpp (1.22), btn.h + (1.22), db_alias.cpp (1.24), dsc.cpp (1.40), dsc.h (1.51), dyn.epp + (1.150), gds.cpp (1.307), validation.cpp (1.51): + + Style. + +2009-08-13 12:07 dimitr + + * firebird2/src/remote/server.cpp (1.263): + + More information about unexpected failures. + +2009-08-13 11:56 dimitr + + * firebird2/src/remote/interface.cpp (1.222): + + No need to check the handle here, as the retrieval from the array + will handle it automagically. + +2009-08-13 11:55 dimitr + + * firebird2/src/remote/protocol.cpp (1.93): + + 1) protocol.cpp is not expected to throw. Processing of + port_objects should be wrapped by try-catch blocks. 2) Minor + refactoring. + +2009-08-13 11:52 dimitr + + * firebird2/src/remote/server.cpp (1.262): + + 1) Let's process unexpected port disconnections gracefully. 2) + Don't allow any untrapped exceptions to leave loopThread. + +2009-08-13 11:07 alexpeshkoff + + * firebird2/src/jrd/pag.cpp (1.213): + + Frontported correction to my fix for CORE-2572 + +2009-08-13 10:18 dimitr + + * firebird2/src/remote/protocol.cpp (1.92): + + Let's process returned errors correctly. + +2009-08-13 03:11 verbguy + + * firebird2/src/common/classes/fb_atomic.il (1.2): + + change symbolic label to numeric label to fix repeated symbol error + during optimized build + 2009-08-10 12:13 paulbeach * firebird2/builds/posix/prefix.darwin_x86_64 (1.13):