diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-09 05:58:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-09 05:58:06 +0000 |
commit | cd6127d55b24bbdad35a2929d9e98e43746a5e05 (patch) | |
tree | 7b0396ebb5453e93578c16e984ffc474e1f4217b /databases/py-bsddb3/distinfo | |
parent | bf82f9ce7bd7f4c63a231ea8bcd50693394c6aa7 (diff) | |
download | pkgsrc-cd6127d55b24bbdad35a2929d9e98e43746a5e05.tar.gz |
Update to 4.5.0:
4.5.0:
* Adds supports for compiling and linking with BerkeleyDB 4.5
* Python Bug #1599782: Fix segfault on bsddb.db.DB().type() due to
releasing the GIL when it shouldn't. (nnorowitz)
* Fixes a bug with bsddb.DB.stat where the flags and txn keyword
arguments are transposed.
* change test cases to use tempfile.gettempdir()
4.4.5:
* pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
methods now allow their database parameter to be None as the
sleepycat API allows.
4.4.4:
* fix DBCursor.pget() bug with keyword argument names when no data= is
supplied [SF pybsddb bug #1477863]
* add support for DBSequence objects [patch #1466734]
* support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]
* support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]
* add DB_ARCH_REMOVE flag and fix DBEnv.log_archive() to accept it without
potentially following an uninitialized pointer.
4.4.3:
* fix DBEnv.set_tx_timestamp to not crash on Win64 platforms (thomas.wouters)
* tons of memory leak fixes all over the code (thomas.wouters)
* fixes ability to unpickle DBError (and children) exceptions
Diffstat (limited to 'databases/py-bsddb3/distinfo')
-rw-r--r-- | databases/py-bsddb3/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-bsddb3/distinfo b/databases/py-bsddb3/distinfo index 3d57e4b974b..8c6505761e2 100644 --- a/databases/py-bsddb3/distinfo +++ b/databases/py-bsddb3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2006/02/07 21:36:37 drochner Exp $ +$NetBSD: distinfo,v 1.10 2007/06/09 05:58:06 wiz Exp $ -SHA1 (bsddb3-4.4.2.tar.gz) = e4cd5b65e209a97722bbf8d7d9cf4ea2d05cde68 -RMD160 (bsddb3-4.4.2.tar.gz) = bbe579842e67cff7bb9d34fc2d2a96bc3464af4e -Size (bsddb3-4.4.2.tar.gz) = 518015 bytes +SHA1 (bsddb3-4.5.0.tar.gz) = e4371cafdec218de0e007a1dbc9c1bc5ee3ff7bd +RMD160 (bsddb3-4.5.0.tar.gz) = a54ccaf88b422df30113f0345918043dd8c06a1b +Size (bsddb3-4.5.0.tar.gz) = 522126 bytes SHA1 (patch-aa) = cffa6777e9ea7d77492cc3ae3d4dc53f80979e74 |