diff options
author | seb <seb@pkgsrc.org> | 2004-05-11 11:58:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-05-11 11:58:33 +0000 |
commit | f549884a45c533bdc26331f39717b7f0a642442e (patch) | |
tree | b88078491010034034b51d884122787d175ac98d | |
parent | 82ab554c14b5c99361532525cf63cb9e3bd837cd (diff) | |
download | pkgsrc-f549884a45c533bdc26331f39717b7f0a642442e.tar.gz |
Note update of databases/py-bsddb3 to version 4.2.4nb1.
On NetBSD current with native threads it seems this python module can't
be imported by a non-thread aware python without it core dumping.
Hence restrict accepted python packages to threaded ones if native
threads are supported by the platform.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 375b14a101b..65b03bdda4a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5901 2004/05/11 04:04:43 simonb Exp $ +$NetBSD: CHANGES,v 1.5902 2004/05/11 11:58:33 seb Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2455,3 +2455,4 @@ Changes to the packages collection and infrastructure in 2004: Updated cpuflags to 0.68 [abs 2004-05-10] Updated openssh to 3.8.1.1 [wiz 2004-05-10] Updated fprot-workstation-bin to 4.4.2 [simonb 2004-04-11] + Updated py-bsddb3 to 4.2.4nb1 [seb 2004-05-11] |