diff options
author | tnn <tnn@pkgsrc.org> | 2008-04-05 02:14:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-04-05 02:14:40 +0000 |
commit | 31f0657e57e8682d386ea5e931a2f88e74d52858 (patch) | |
tree | e0bc228db8cc048bddf54e4518273b9ffb37ab51 /chat/libpurple/Makefile.common | |
parent | a18562f3c68c49d6606dcf34a6d261749d7424fc (diff) | |
download | pkgsrc-31f0657e57e8682d386ea5e931a2f88e74d52858.tar.gz |
Update to 2.4.1.
* Treat AIM Unicode messages as UTF-16 rather than UCS-2; this should have no functional effect, other than continued support on systems which have dropped UCS-2 conversions.
* Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
* Fix a crash when clearing the buddy icon for an account on XMPP
* Fix a crash during login for some ICQ accounts
* Prefer more available resources on XMPP when priorities are equal
* Fix incorrectly marking some Yahoo! contacts as blocked
* Improved handling of UTF-8 group names on ICQ (beret)
* Fix a crash when starting if you have a Zephyr account
* Increase XMPP ping timeout to 120 seconds, to prevent poor network connections from timing out unnecessarily.
* Don't crash on XMPP forms with empty default values.
* Fix issues with CHAP authentication for SOCKS5 proxies.
Diffstat (limited to 'chat/libpurple/Makefile.common')
-rw-r--r-- | chat/libpurple/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common index 81b72a203bd..b94b040dcaa 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.13 2008/03/04 17:22:40 tnn Exp $ +# $NetBSD: Makefile.common,v 1.14 2008/04/05 02:14:40 tnn Exp $ # # used by chat/finch/Makefile # used by chat/pidgin/Makefile -PIDGIN_VERSION= 2.4.0 +PIDGIN_VERSION= 2.4.1 DISTNAME= pidgin-${PIDGIN_VERSION} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} |