--- BDB/Changes 2008/10/20 03:29:37 1.63 +++ BDB/Changes 2009/01/04 10:48:15 1.68 @@ -2,16 +2,24 @@ TODO: DB_RECNUM/DB_SET_RECNO? -- maybe add faq: why doe sit crash (parallelity) -- why does it freeze (locking). -- DB_IGNORE_LEASE MULTIPLE_KEY 4.7? -1.81 +1.82 Sun Jan 4 11:22:44 CET 2009 + - use our own socketpair emulation (stolen from libev), as perl's + doesn't work on vista, which returns fantasy port numbers + in getpeer/sockname. + +1.81 Tue Oct 21 04:20:25 CEST 2008 - check that mutable arguments can be downgraded - this /very indirectly) ensures that output variables won't have spurious utf-8 flags. - fix opmode checdk in db_c_get, db_c_pget again. + - allow undef/default arguments for db_compact, for a + crash-free tomorrow! + - fix a memleak in db_key_range. + - started a common pitfdalls section. + - added db_env_log_archive. - added db->set_pagesize. - added BDB::IGNORE_LEASE. + - reworked documentation structure. 1.801 Mon Sep 29 04:58:03 CEST 2008 - removed ptrace.h and user.h includes thta have been left in