diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-23 21:37:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-23 21:37:15 +0000 |
commit | dcd8168b5803aa171f9c236d1344ffc0ed39fb64 (patch) | |
tree | fde86a0a87ea7db7526a1a62aae0a5d31d019a6b | |
parent | 44c0a12300aba3a2ba618fa9c9fdc7a469e03927 (diff) | |
download | pkgsrc-dcd8168b5803aa171f9c236d1344ffc0ed39fb64.tar.gz |
Update to 0.11.8.3.1:
Summary of changes from 0.11.8.2.1 to 0.11.8.3
============================================
[UI fea] Simple heuristics for disabling and reenabling encryption based on whether naim thinks you're talking to someone logged in to naim or to a second client.
[TOC fea] Availability messages are now decoded and passed along to the UI.
[TOC fea] The TOC2 driver now uses toc_locate_user instead of toc_get_info to retrieve profile information. This both fixes profile viewing, which has been broken since late 2006, and adds the ability to retrieve away messages for non-naim users, which has not been possible since 0.10.
[UI bug] The string <a href="target"></a> would previously be rendered as " [target]" in naim, while graphical AIM clients would render it as an empty string. A recent version of AIM for Windows introduced a bug where outgoing messages included these empty hyperlinks in some situations. Fixed.
-rw-r--r-- | chat/naim/Makefile | 4 | ||||
-rw-r--r-- | chat/naim/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 7237997e672..b3cf7e2c3a6 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2007/02/06 21:09:44 reed Exp $ +# $NetBSD: Makefile,v 1.48 2008/04/23 21:37:15 wiz Exp $ -DISTNAME= naim-0.11.8.2.1 +DISTNAME= naim-0.11.8.3.1 CATEGORIES= chat MASTER_SITES= http://naim.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/naim/distinfo b/chat/naim/distinfo index 93029261bbe..3e4cb1d5ba4 100644 --- a/chat/naim/distinfo +++ b/chat/naim/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2007/01/23 22:15:16 wiz Exp $ +$NetBSD: distinfo,v 1.28 2008/04/23 21:37:15 wiz Exp $ -SHA1 (naim-0.11.8.2.1.tar.bz2) = 820f8f92b1dc26a69f7af0a4646cc83fdcdabf94 -RMD160 (naim-0.11.8.2.1.tar.bz2) = 2bdbb0a08d7b999bfc80656fa203ba1be9a3ffed -Size (naim-0.11.8.2.1.tar.bz2) = 419133 bytes +SHA1 (naim-0.11.8.3.1.tar.bz2) = b3ecc917d2f6e41097635a48438585c79e14db88 +RMD160 (naim-0.11.8.3.1.tar.bz2) = 8c0335d9cccc320646747fa4adf02fa47cfc644b +Size (naim-0.11.8.3.1.tar.bz2) = 419762 bytes |