--- BDB/Changes 2008/09/26 02:03:48 1.57 +++ BDB/Changes 2008/09/27 12:02:21 1.58 @@ -1,16 +1,13 @@ Revision history for perl module BDB. -TODO: memleka on QUIT - -TODO: check memleaks -1.8 +1.8 Sat Sep 27 14:01:37 CEST 2008 - non-callback requests will now - by default - be executed in the foreground, which is much faster, but doesn't allow parallel processing of other, event-based, requests. - functions that modify their arguments now croak when a constant is passed to them. - db_c_get/db_c_pget requests did not correctly test the operation flags. - - db_pget now corretcly updates the pkey argument. + - db_pget now correctly updates the pkey argument. - keep references to the passed env/db/etc. objects so they can't get destroyed while requests are still outstanding. - fixed a few minor stack issues.