diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-10 23:06:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-10 23:06:44 +0000 |
commit | ea1759baf120885175c3ec8b0e44c63aaba8b19d (patch) | |
tree | 82538b69a13a8de3600155fafe8a6b6f88d3f719 /chat/naim/Makefile | |
parent | 38ead3a47c1baa7d85a01a081136d8ddd79be5da (diff) | |
download | pkgsrc-ea1759baf120885175c3ec8b0e44c63aaba8b19d.tar.gz |
Upgrade to 0.11.5.6:
Major bug fixes:
AOL's primary TOC server (toc-m01.blue.aol.com) went down at
approximately 2003-03-10T1420; this has temporarily been
replaced with toc.oscar.aol.com.
Discussion destructions were not properly being handled in Lily.
IM handling routines were not properly handling buddies with
alternate names set (the third argument to /addbuddy),
causing away messages to be misdirected.
Major feature additions:
New $autoreconnect. If set, whenever naim is disconnected from a
service, it will attempt to reconnect automatically. For
services that require a password, you may wish to /set
servicename:password "your password" in order to allow naim
to reconnect while unattended (for example, /set
AIM:password "my pass").
All users should upgrade to this version. There are no security
considerations, but users may be unable to sign on (or stay connected) to
the default TOC server used in the past.
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 e4f27c42543..36386ec64b6 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/03/04 17:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/10 23:06:44 wiz Exp $ # -DISTNAME= naim-0.11.5.5 +DISTNAME= naim-0.11.5.6 CATEGORIES= chat MASTER_SITES= http://www.acm.rpi.edu/~n/naim/ |