|
From: Frank Schlottmann-G. <fs...@us...> - 2007-09-28 02:20:56
|
Build Version : T2.1.0.16768 Firebird 2.1 Beta 2 (writeBuildNum.sh,v 1.16926 2007/09/28 02:20:56 fsg Exp $ ) Update of /cvsroot/firebird/firebird2 In directory sc8-pr-cvs17:/tmp/cvs-serv29564/firebird2 Modified Files: ChangeLog Log Message: nightly update Index: ChangeLog =================================================================== RCS file: /cvsroot/firebird/firebird2/ChangeLog,v retrieving revision 1.1439 retrieving revision 1.1440 diff -b -U3 -r1.1439 -r1.1440 --- ChangeLog 27 Sep 2007 02:21:21 -0000 1.1439 +++ ChangeLog 28 Sep 2007 02:20:52 -0000 1.1440 @@ -1,3 +1,50 @@ +2007-09-27 18:04 asfernandes + + * firebird2/src/dsql/pass1.cpp (1.338): + + More complete fix for CORE-1451 + +2007-09-27 17:59 asfernandes + + * firebird2/doc/WhatsNew (1.136): + + Oops, it's ordered by bug-id desc + +2007-09-27 17:55 asfernandes + + * firebird2/doc/WhatsNew (1.135): + + Update WhatsNew + +2007-09-27 17:52 asfernandes + + * firebird2/src/: dsql/pass1.cpp (1.337), jrd/evl.cpp (1.236): + + Fixed CORE-1451 - Using RDB$DB_KEY in where section while selecting + from a procedure crashes the server + +2007-09-27 15:11 paul_reeves + + * firebird2/extern/icu/source/: data/makedata.mak (1.4), + extra/uconv/makedata.mak (1.4), test/testdata/testdata.mk (1.4): + + Correctly detect the target config, so as to use the appropriate + directory layout. (ie, make sure that VC6 and VC7 can still build + ICU after the changes to the VC8 build.) + +2007-09-27 15:06 paul_reeves + + * firebird2/builds/win32/msvc8/: gbak_embed.vcproj (1.6), + gsec.vcproj (1.6): + + Misc. + +2007-09-27 13:32 dimitr + + * firebird2/src/jrd/par.cpp (1.170): + + Fixed a restore bug reported by Alex. + 2007-09-26 21:19 dimitr * firebird2/src/gpre/sqe.cpp (1.47): |