--- BDB/Changes 2008/09/25 22:09:02 1.56 +++ BDB/Changes 2008/09/26 02:03:48 1.57 @@ -3,11 +3,14 @@ TODO: memleka on QUIT TODO: check memleaks -TODO: tst is freezing 1.8 - - non-callback requests will now - by default -be executed in the + - 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. - 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.