Subject: CVS commit: pkgsrc/chat/libpurple
To: None <pkgsrc-changes@NetBSD.org>
From: Tobias Nygren <tnn@netbsd.org>
List: pkgsrc-changes
Date: 08/13/2007 12:42:09
Module Name: pkgsrc
Committed By: tnn
Date: Mon Aug 13 12:42:09 UTC 2007
Modified Files:
pkgsrc/chat/libpurple: Makefile Makefile.common buildlink3.mk distinfo
Removed Files:
pkgsrc/chat/libpurple/patches: patch-aa patch-ac patch-ad
Log Message:
Update to libpurple 2.1.0.
Updates of pidgin and finch will follow shortly.
pkgsrc changes are some cleanup and removal of the 900kB patch-ac.
I'm not sure if this will break anything, but nobody knew the reason
of it's existence. Any fallout should be dealt with appropriately instead.
Maintainer reset to pkgsrc-users@ at previous maintainer's wish.
version 2.1.0 (07/28/2007):
libpurple:
* Core changes to allow UIs to use second-granularity for scheduling.
Pidgin and Finch, which use the glib event loop, were changed to use
g_timeout_add_seconds() on glib >= 2.14 when possible. This allows
glib to better group our longer timers to increase power efficiency.
(Arjan van de Ven with Intel Corporation)
* No longer linkifies screennames containing @ signs in join/part
notifications in chats
* With the HTML logger, images in conversations are now saved.
NOTE: Saved images are not yet displayed when loading logs.
* Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)
version 2.0.2 (06/14/2007):
libpurple:
* Moving an ICQ buddy from one group to another no longer
re-requests authorization from that person (Rene Hausleitner)
* Added nullprpl, an example protocol plugin (Ryan Barrett)
* Fixed SOCKS5 bug which caused Jabber file receiving to fail
* Remove MSN's random "Authorization Failed" dialogs
* Fix MSN to correctly detect incorrect passwords and disable the account
* Get User Info on MSN is now more reliable & accurate
* Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen)
* Fix for some QQ authentication problems
* Fix for building on FreeBSD
* Prevent "Logged in:" times for AIM buddies being ridiculously high
* Updates and fixes to Bonjour support
* Improve ICQ encoding support for some non-latin languages
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/chat/libpurple/Makefile \
pkgsrc/chat/libpurple/Makefile.common pkgsrc/chat/libpurple/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/libpurple/buildlink3.mk
cvs rdiff -r1.3 -r0 pkgsrc/chat/libpurple/patches/patch-aa
cvs rdiff -r1.2 -r0 pkgsrc/chat/libpurple/patches/patch-ac
cvs rdiff -r1.1.1.1 -r0 pkgsrc/chat/libpurple/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.