diff options
author | wiz <wiz> | 2003-10-30 07:18:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-10-30 07:18:26 +0000 |
commit | 2c1e8cfc359e58a0c173c880f7bc366a1dd1f4c3 (patch) | |
tree | 1d8ee9539a1a2d35b50d05dbf6624883ba82f77d /chat | |
parent | 1d6f806b325160a0bc294bdc77d4b78228d7c08b (diff) | |
download | pkgsrc-2c1e8cfc359e58a0c173c880f7bc366a1dd1f4c3.tar.gz |
Update to 0.11.6.3, provided by Soren Jacobsen in PR 23312:
Summary of changes from 0.11.6.2 to 0.11.6.3 [2003-10-29]
============================================
[pkg fea] More Makefile rewrites for improved compatibility.
[FT bug] Long-standing connection-deletion routine has been addressed. This
is a partial backport of the complete rewrite for 0.12.
[FT fea] Incoming messages containing links to www.candidclicks.com are
automatically ignored and the sender is automatically warned.
[FT bug] Several memory leaks have been corrected.
[Lil bug] When someone retitles a discussion, a window would be opened for
it even if you were not a member. Fixed.
[Lil bug] Potential buffer underflow in signon code identified. Fixed.
[Lil fea] New line-receiving code backported from 0.12.
[Lil fea] New line-parsing code backported from 0.12.
[UI bug] Potential use of uninitialized buffer in statusbar code
identified. Work-around implemented.
[UI bug] If two windows had identical presentations due to modifying
$nameformat/$nameformat_named, Tab would stop working. Fixed.
[UI bug] When leaving a chat generated an error, partial stack corruption
occurred. Fixed.
[UI bug] Double-join protection kept users from joining channels with an
open window that they were not actually inside. Fixed.
[UI bug] Potential heap corruption from realloc()ing a string and then
copying it into itself identified. Fixed.
[UI FEA] New key-handling code dramatically improves responsiveness for
laggy connections and when pasting large blocks of text.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/naim/Makefile | 4 | ||||
-rw-r--r-- | chat/naim/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 42e3b9d065d..c2dde0bd6ef 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2003/10/26 08:17:15 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2003/10/30 07:18:26 wiz Exp $ # -DISTNAME= naim-0.11.6.2 +DISTNAME= naim-0.11.6.3 CATEGORIES= chat MASTER_SITES= http://shell.n.ml.org/n/naim/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/naim/distinfo b/chat/naim/distinfo index 7844c916c58..6f6b9aef59d 100644 --- a/chat/naim/distinfo +++ b/chat/naim/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2003/10/26 08:17:15 wiz Exp $ +$NetBSD: distinfo,v 1.14 2003/10/30 07:18:26 wiz Exp $ -SHA1 (naim-0.11.6.2.tar.bz2) = 9a1a75173d8fa5afb309c10bcd034ddbbc96845a -Size (naim-0.11.6.2.tar.bz2) = 534509 bytes +SHA1 (naim-0.11.6.3.tar.bz2) = d2c99d66a7f50604f5bf06e97a6e256bba68f79d +Size (naim-0.11.6.3.tar.bz2) = 536326 bytes |