diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-08 21:25:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-08 21:25:42 +0000 |
commit | 32397a388c307ed053cca3ac5425a0bd9abd4388 (patch) | |
tree | 4de86b41478cb4a35eb5c387f0e8107131276acb /chat/naim/Makefile | |
parent | 02f4f5f1b5719c512e936bc293e65963957232dc (diff) | |
download | pkgsrc-32397a388c307ed053cca3ac5425a0bd9abd4388.tar.gz |
Update to 0.11.5.9:
Major bug fixes:
If only one window was open, the buddy for that window signed off,
the window was marked keep-after-signoff, and was cleaned up after
$autoclose minutes, the event handler would enter an infinite loop or
possibly cause untrackable stack corruption. Fixed.
Major feature additions:
[TOC] Default server is now toc.n.ml.org. Once AOL has fixed its
servers and/or its DNS, this host will be CNAMEd back to toc.oscar.aol.com.
Diffstat (limited to 'chat/naim/Makefile')
-rw-r--r-- | chat/naim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 5f014972fde..af3a316cfea 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/06/05 06:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/06/08 21:25:42 wiz Exp $ # -DISTNAME= naim-0.11.5.8 +DISTNAME= naim-0.11.5.9 CATEGORIES= chat MASTER_SITES= http://shell.n.ml.org/n/naim/ |