# HG changeset patch # User Sean Egan # Date 1189749124 0 # Node ID ef35d7f5a5b67f7d9b79482f2bfd2e3887494828 # Parent 756fb431341529894942c7022d2f7a90d201eef3 Please NEWS and continue to ChangeLog things. diff -r 756fb4313415 -r ef35d7f5a5b6 ChangeLog --- a/ChangeLog Fri Sep 14 04:28:13 2007 +0000 +++ b/ChangeLog Fri Sep 14 05:52:04 2007 +0000 @@ -1,9 +1,14 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.2.0: +version 2.2.0i (09/13/2007): Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) + * XMPP enhancements. See + http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas + Monitzer, Google Summer of Code for Adium) + * Certificate management. Libpurple will validate certificates on + SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar diff -r 756fb4313415 -r ef35d7f5a5b6 NEWS --- a/NEWS Fri Sep 14 04:28:13 2007 +0000 +++ b/NEWS Fri Sep 14 05:52:04 2007 +0000 @@ -1,5 +1,12 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +2.2.0 (9/13/2007): + Sean: 2.2.0 contains the results of several major Google Summer + of Code branches bringing some new, extraordinary features. We + have a new protocol, MySpaceIM, a bunch of new features for an + existing protocol, XMPP, and nifty new certificate management + to make sure your IM server is who it says it is. + 2.1.1 (8/20/2007): Sean: Continuing our schedule of frequent releases, Pidgin 2.1.1 is out. In it, we've addressed a lot of UI issues from our diff -r 756fb4313415 -r ef35d7f5a5b6 libpurple/protocols/msn/userlist.c --- a/libpurple/protocols/msn/userlist.c Fri Sep 14 04:28:13 2007 +0000 +++ b/libpurple/protocols/msn/userlist.c Fri Sep 14 05:52:04 2007 +0000 @@ -452,7 +452,7 @@ void msn_userlist_add_user(MsnUserList *userlist, MsnUser *user) { - userlist->users = g_list_append(userlist->users, user); + userlist->users = g_list_prepend(userlist->users, user); } void