|
From: Frank Schlottmann-G. <fs...@us...> - 2008-02-12 20:39:41
|
Build Version : T2.5.0.18340 Firebird 2.5 Unstable (writeBuildNum.sh,v 1.18500 2008/02/12 20:39:42 fsg Exp $ ) Update of /cvsroot/firebird/firebird2 In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv326/firebird2 Modified Files: ChangeLog Log Message: nightly update Index: ChangeLog =================================================================== RCS file: /cvsroot/firebird/firebird2/ChangeLog,v retrieving revision 1.1548 retrieving revision 1.1549 diff -b -U3 -r1.1548 -r1.1549 --- ChangeLog 11 Feb 2008 22:50:43 -0000 1.1548 +++ ChangeLog 12 Feb 2008 20:39:36 -0000 1.1549 @@ -1,3 +1,70 @@ +2008-02-12 18:21 dimitr + + * firebird2/src/dsql/: dsql.cpp (1.217), sqlda_pub.h (1.6): + + Front-ported the DSQL_unprepare feature from Vulcan. + +2008-02-12 17:13 paulbeach + + * + firebird2/builds/install/arch-specific/darwin/launchd.org.firebird.gds.plist + (1.4): + + update the launchdaemon plist file with the correct dtd url + +2008-02-12 17:02 asfernandes + + * firebird2/extern/icu/source/common/unicode/uconfig.h (1.3): + + Missing changes - please rebuild ICU + +2008-02-12 15:47 asfernandes + + * firebird2/src/jrd/: IntlManager.cpp (1.23), unicode_util.cpp + (1.34): + + Reimplementation of CORE-824 for ICU 3.0 + +2008-02-12 15:26 asfernandes + + * firebird2/src/jrd/: IntlManager.cpp (1.22), unicode_util.cpp + (1.33): + + Rollback CORE-824 until I got it fixed - done --with-system-icu 3.6 + +2008-02-12 15:08 dimitr + + * firebird2/src/jrd/y_handle.h (1.27): + + Totally misc. + +2008-02-12 15:07 dimitr + + * firebird2/src/jrd/nbak.cpp (1.75): + + Prevent crash when shutdown is followed by disconnect (for the same + attachment). + +2008-02-12 15:06 dimitr + + * firebird2/src/remote/server.cpp (1.169): + + Shutdown the port instead of exiting the process. This has the same + effect on CS but works for other modes as well. + +2008-02-12 01:05 asfernandes + + * firebird2/src/jrd/: IntlManager.cpp (1.21), unicode_util.cpp + (1.32): + + UNICODE_CI_AI (case-/accent- insensitive) collation - CORE-824 + +2008-02-12 00:32 asfernandes + + * firebird2/src/jrd/jrd.cpp (1.382): + + Fix operator precedence + 2008-02-11 18:39 dimitr * firebird2/src/jrd/jrd.cpp (1.381): |