Please NEWS and continue to ChangeLog things.

Fri, 14 Sep 2007 05:52:04 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Fri, 14 Sep 2007 05:52:04 +0000
changeset 20021
ab95bfa36836
parent 20017
9855b27eb1f0
child 20022
534563e21bd4

Please NEWS and continue to ChangeLog things.

ChangeLog file | annotate | diff | comparison | revisions
NEWS file | annotate | diff | comparison | revisions
libpurple/protocols/msn/userlist.c file | annotate | diff | comparison | revisions
--- 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
--- 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
--- 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

mercurial