diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-08 01:56:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-08 01:56:53 +0000 |
commit | 16dbb0caabdf7416da2efd424f6051349eb13ee2 (patch) | |
tree | b1d038de860120a201087618ecc8b9018b910a48 /doc | |
parent | 7e9491cc6c12dcd5aa85d3f0d6d5cb0cae4e3e0c (diff) | |
download | pkgsrc-16dbb0caabdf7416da2efd424f6051349eb13ee2.tar.gz |
Update dgd to 1.2.0.4. Patch provided by the maintainer, Scott Thompson,
in PR pkg/24698.
Changes:
- Fixed a bug with deleting mapping elements in atomic code.
- Allow allocation of blocks up to 1G in size.
- Fixed a bug that could cause a crash during the atomic commit phase.
- While restoring a callout, not all appropriate fields were zeroed.
- Some fixes to get restarting to work.
- Make sure that a callout handle is not truncated to 16 bits before an
attempt is made to remove it.
- Made sure that destructing the driver object in atomic code does not lead
to trouble.
- Fixed a problem with driver->recompile() in multi-level atomic code.
- Input blocking for binary connections didn't work.
Additionally, this update changes LICENSE to the more accurate
"fee-based-commercial-use."
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 09b02b02496..a48e22a6702 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5146 2004/03/08 00:49:48 minskim Exp $ +$NetBSD: CHANGES,v 1.5147 2004/03/08 01:56:53 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1234,3 +1234,4 @@ Changes to the packages collection and infrastructure in 2004: Updated wmusic to 1.4.7nb3 [snj 2004-03-07] Updated wistumbler2 to 2.00pre7 [xtraeme 2004-03-07] Updated echoping to 5.2.0 [minskim 2004-03-08] + Updated dgd to 1.2.0.4 [minskim 2004-03-08] |