ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/Changes
(Generate patch)

Comparing BDB/Changes (file contents):
Revision 1.50 by root, Tue Jul 29 03:33:16 2008 UTC vs.
Revision 1.83 by root, Wed Dec 18 02:52:34 2013 UTC

1Revision history for perl module BDB. 1Revision history for perl module BDB.
2
3TODO: DB_RECNUM/DB_SET_RECNO?
4TODO: 4.8 set_partition
5
6 - make sure DBD.pm is installed to the correct directory.
7 - support up to bdb 6.0.
8 - (xthread) work around compile time bugs in ptw32.
9
101.9 Mon Dec 26 02:46:09 CET 2011
11 - partial: update for libdb 5.2 (to make it compile only).
12
131.89 Fri Jul 29 11:29:21 CEST 2011
14 - make it compile and test successfully with libdb 5.1, but
15 do not add any new symbols or functionality.
16
171.88 Wed Mar 31 02:43:42 CEST 2010
18 - a double fork partially killed the event pipe (great testcase
19 by dormando). affects IO::AIO, BDB and Async::Interrupt.
20 - suck steve's dick and rename our symbols to avoid colliding
21 with nonstandard identifier spam on the broken os x pseudo-os.
22 affects IO::AIO and BDB.
23
241.87 Tue Dec 22 03:06:09 CET 2009
25 - db 4.8 has removed XA resource manager functionality,
26 cope with it.
27 - add LOGVERSION, LOGVERSION_LATCHING, LOGOLDVER
28 symbols.
29
301.86 Fri Dec 4 16:03:21 CET 2009
31 - port to broken loser platform.
32
331.85 Thu Nov 12 03:22:21 CET 2009
34 - speed up object creation/type checking considerably
35 by caching the stashes.
36
371.84 Wed Aug 5 13:52:21 CEST 2009
38 - require common sense.
39 - use schmorp.h for pipe, taking advantage of eventfd.
40 - fix a bug in event pipe creation code on win32.
41
421.83 Sun Jan 11 01:52:56 CET 2009
43 - fix db_upgrade, add db_verify.
44
451.82 Sun Jan 4 11:22:44 CET 2009
46 - use our own socketpair emulation (stolen from libev), as perl's
47 doesn't work on vista, which returns fantasy port numbers
48 in getpeer/sockname.
49
501.81 Tue Oct 21 04:20:25 CEST 2008
51 - check that mutable arguments can be downgraded - this
52 /very indirectly) ensures that output variables won't
53 have spurious utf-8 flags.
54 - fix opmode checdk in db_c_get, db_c_pget again.
55 - allow undef/default arguments for db_compact, for a
56 crash-free tomorrow!
57 - fix a memleak in db_key_range.
58 - started a common pitfdalls section.
59 - added db_env_log_archive.
60 - added db->set_pagesize.
61 - added BDB::IGNORE_LEASE.
62 - reworked documentation structure.
63
641.801 Mon Sep 29 04:58:03 CEST 2008
65 - removed ptrace.h and user.h includes thta have been left in
66 erronously.
67 - "port" to buggy windows compilers. again.
68
691.8 Sat Sep 27 14:01:37 CEST 2008
70 - non-callback requests will now - by default - be executed in the
71 foreground, which is much faster, but doesn't allow parallel
72 processing of other, event-based, requests.
73 - functions that modify their arguments now croak when a constant
74 is passed to them.
75 - db_c_get/db_c_pget requests did not correctly test the operation flags.
76 - db_pget now correctly updates the pkey argument.
77 - keep references to the passed env/db/etc. objects so they
78 can't get destroyed while requests are still outstanding.
79 - fixed a few minor stack issues.
2 80
31.71 Tue Jul 29 05:30:24 CEST 2008 811.71 Tue Jul 29 05:30:24 CEST 2008
4 - add const char * to typemap for possible 5.6 support. 82 - add const char * to typemap for possible 5.6 support.
5 - untested support for db4.3. 83 - untested support for db4.3.
6 - berkelydb needs seriously larger stacksizes on x86 at least 84 - berkelydb needs seriously larger stacksizes (on x86 at least)
7 then what the default xthread.h provides. 85 then what the default xthread.h provides.
8 86
91.7 Thu Jul 17 14:09:25 CEST 2008 871.7 Thu Jul 17 14:09:25 CEST 2008
10 - use a totally different mechanism to pass callbacks to 88 - use a totally different mechanism to pass callbacks to
11 requests (see manpage). 89 requests (see manpage).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines