diff options
author | wiz <wiz> | 2008-04-23 21:37:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-23 21:37:15 +0000 |
commit | b35e655a4ea8f623306874072d3adf56450d5de2 (patch) | |
tree | fde86a0a87ea7db7526a1a62aae0a5d31d019a6b /chat/naim/Makefile | |
parent | 70f885949e71812816511c30d1ffe22a98c0804c (diff) | |
download | pkgsrc-b35e655a4ea8f623306874072d3adf56450d5de2.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.
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 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 |