--- BDB/Changes 2008/09/27 12:02:21 1.58 +++ BDB/Changes 2011/12/26 01:46:33 1.81 @@ -1,5 +1,68 @@ Revision history for perl module BDB. +TODO: DB_RECNUM/DB_SET_RECNO? +TODO: find changes for 5.2 - but documentation has been removed from oracles website +TODO: libdb5.3 + +1.9 Mon Dec 26 02:46:09 CET 2011 + - partial: update for libdb 5.2 (to make it compile only). + +1.89 Fri Jul 29 11:29:21 CEST 2011 + - make it compile and test successfully with libdb 5.1, but + do not add any new symbols or functionality. + +1.88 Wed Mar 31 02:43:42 CEST 2010 + - a double fork partially killed the event pipe (great testcase + by dormando). affects IO::AIO, BDB and Async::Interrupt. + - suck steve's dick and rename our symbols to avoid colliding + with nonstandard identifier spam on the broken os x pseudo-os. + affects IO::AIO and BDB. + +1.87 Tue Dec 22 03:06:09 CET 2009 + - db 4.8 has removed XA resource manager functionality, + cope with it. + - add LOGVERSION, LOGVERSION_LATCHING, LOGOLDVER + symbols. + +1.86 Fri Dec 4 16:03:21 CET 2009 + - port to broken loser platform. + +1.85 Thu Nov 12 03:22:21 CET 2009 + - speed up object creation/type checking considerably + by caching the stashes. + +1.84 Wed Aug 5 13:52:21 CEST 2009 + - require common sense. + - use schmorp.h for pipe, taking advantage of eventfd. + - fix a bug in event pipe creation code on win32. + +1.83 Sun Jan 11 01:52:56 CET 2009 + - fix db_upgrade, add db_verify. + +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 + erronously. + - "port" to buggy windows compilers. again. + 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