|
From: Frank Schlottmann-G. <fs...@us...> - 2009-06-03 12:48:28
|
Build Version : T2.5.0.24018 Firebird 2.5 Beta 1 (writeBuildNum.sh,v 1.24182 2009/06/03 12:48:24 fsg Exp $ ) Update of /cvsroot/firebird/firebird2 In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5480/firebird2 Modified Files: ChangeLog Log Message: nightly update Index: ChangeLog =================================================================== RCS file: /cvsroot/firebird/firebird2/ChangeLog,v retrieving revision 1.1903 retrieving revision 1.1904 diff -b -U3 -r1.1903 -r1.1904 --- ChangeLog 2 Jun 2009 12:48:23 -0000 1.1903 +++ ChangeLog 3 Jun 2009 12:48:23 -0000 1.1904 @@ -1,3 +1,26 @@ +2009-06-03 14:41 alexpeshkoff + + * firebird2/src/jrd/isc_sync.cpp (1.199): + + Fixed SYSV semaphores + const correctness + cleanup + +2009-06-03 11:59 hvlad + + * firebird2/src/jrd/: ext.cpp (1.87), ext_proto.h (1.19), tra.cpp + (1.206): + + Implement sub-task CORE-1647 : Close external table's file even if + it used by some cached (inactive) requests. It also fixed bug + CORE-2475 : External table data not visible to other sessions in + Classic. + +2009-06-03 11:56 hvlad + + * firebird2/src/jrd/: ext.cpp (1.86), ext.h (1.16), req.h (1.90): + + Implement improvement CORE-2492 : Work correctly with external + tables larger then 2GB + 2009-06-02 11:18 robocop * firebird2/src/: remote/os/win32/ibconfig.cpp (1.34), |