Mercurial > pidgin
diff ChangeLog @ 29481:755219afed9f
Implementation of IPv6 support for Bonjour
* IPv6 buddy presences are preferred to IPv4 presences
* File Transfers currently don't support IPv6 (due to limitations in network.c)
Fixes #11290
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 24 Feb 2010 05:00:09 +0000 |
parents | f549ad844d54 |
children | 5d05940859fa |
line wrap: on
line diff
--- a/ChangeLog Wed Feb 24 04:39:15 2010 +0000 +++ b/ChangeLog Wed Feb 24 05:00:09 2010 +0000 @@ -18,6 +18,9 @@ * Make the search dialog unobtrusive in the conversation window (by making it look and behave like the search dialog in Firefox) + Bonjour: + * Added support for IPv6. (Thanks to T_X for testing) + version 2.6.6 (02/18/2010): libpurple: * Fix 'make check' on OS X. (David Fang)