diff options
author | tron <tron@pkgsrc.org> | 2002-09-11 20:02:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-11 20:02:26 +0000 |
commit | a551da2efec2a92cfc22111ba709214f78d14578 (patch) | |
tree | 4abfeb1a3ad227400d99ea6d956bbcc8aa4c97d8 /net/dgd | |
parent | 1e47bf4bb6f5c5dc2f44e948e3a819f399e8a5d8 (diff) | |
download | pkgsrc-a551da2efec2a92cfc22111ba709214f78d14578.tar.gz |
Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:
- The editor could erroneously allocate dynamic instead of static memory.
- Fixed a spurious pause that would occur if the first callout started after a
cold boot had a delay of 0.
- Fixed a problem with repeatedly adding and removing callouts in atomically
executed code.
- Fixed several bugs in error handling.
- A better fix for errors in atomic code, in combination with multi-level
catches.
- Fixed a config file reading bug that could occur if the server was restarted.
- Fixed a bug in saving/restoring variables in an object that privately
inherited another.
- Prevent code from being erroneously optimized away in rare cases.
- Fixed a bug in handling some regular expressions.
- Fixed several bugs which could, in rare cases, cause nil to turn up in
mappings that had been accessed from atomically executed code.
- Fixed a bug in error recovery for compiling switch statements.
The update was contributed by Scott Thompson in private e-mail.
Diffstat (limited to 'net/dgd')
-rw-r--r-- | net/dgd/MESSAGE | 1 | ||||
-rw-r--r-- | net/dgd/Makefile | 9 | ||||
-rw-r--r-- | net/dgd/distinfo | 6 |
3 files changed, 7 insertions, 9 deletions
diff --git a/net/dgd/MESSAGE b/net/dgd/MESSAGE index 3ddd11576be..b137b68b264 100644 --- a/net/dgd/MESSAGE +++ b/net/dgd/MESSAGE @@ -1,5 +1,4 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/07/15 22:57:29 heinz Exp $ It is recommended that you create a nonprivileged account to run the DGD driver. diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 511768fa1df..97de5d01b58 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/25 15:19:37 tron Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/11 20:02:26 tron Exp $ -DISTNAME= dgd-1.2p1 -PKGNAME= dgd-1.2.0.1 +DISTNAME= dgd-1.2p2 +PKGNAME= dgd-1.2.0.2 CATEGORIES= net games -MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/ \ - ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ +MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/ MAINTAINER= sco@openface.ca HOMEPAGE= http://www.dworkin.nl/dgd/ diff --git a/net/dgd/distinfo b/net/dgd/distinfo index efd023fa90f..31477dfc11d 100644 --- a/net/dgd/distinfo +++ b/net/dgd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/04/25 15:19:37 tron Exp $ +$NetBSD: distinfo,v 1.2 2002/09/11 20:02:26 tron Exp $ -SHA1 (dgd-1.2p1.tar.gz) = eedd02eb2ec576745e03ed44f6bc43aa2094c4f6 -Size (dgd-1.2p1.tar.gz) = 470644 bytes +SHA1 (dgd-1.2p2.tar.gz) = 22e4848a1e2b817f65e5b2ef8501967a36d63214 +Size (dgd-1.2p2.tar.gz) = 471097 bytes SHA1 (patch-aa) = bb85916706717011f00b21301ad17cfcefef68e9 SHA1 (patch-ab) = 9efa9f6f8f457e2cce586ae6da2760708a8d26b4 |