# HG changeset patch # User Sadrul Habib Chowdhury # Date 1245631645 0 # Node ID 2967cea30d8b1acac6487cdbc4741a44d64e5243 # Parent 01f1929d0936ef0543b871feb3caf8dfbd5645bb# Parent 54de7746e14897fa1e84ebb106f2a7cb73a708fe merge of '796290d1402d75f50e27f51683443b86707c9c26' and '8740eeac007708126ac1672fb005bea399aa7f33' diff -r 54de7746e148 -r 2967cea30d8b COPYRIGHT diff -r 54de7746e148 -r 2967cea30d8b ChangeLog diff -r 54de7746e148 -r 2967cea30d8b ChangeLog.API --- a/ChangeLog.API Sun Jun 21 22:17:14 2009 +0000 +++ b/ChangeLog.API Mon Jun 22 00:47:25 2009 +0000 @@ -128,6 +128,12 @@ * Purple::Request::Field::string_new * Purple::Request::Field::group_new +version 2.5.7 (06/20/2009): + No changes + +version 2.5.6 (05/19/2009): + No changes + version 2.5.5 (03/01/2009): libpurple: Changed: diff -r 54de7746e148 -r 2967cea30d8b ChangeLog.win32 --- a/ChangeLog.win32 Sun Jun 21 22:17:14 2009 +0000 +++ b/ChangeLog.win32 Mon Jun 22 00:47:25 2009 +0000 @@ -1,5 +1,11 @@ version 2.6.0 (??/??/2009): +version 2.5.7 (06/20/2009): + * No changes + +version 2.5.6 (05/19/2009): + * No changes + version 2.5.5 (03/01/2009): * Remove the "Flash window when chat messages are received" pref from the Windows Pidgin Options plugin - the Message Notification plugin diff -r 54de7746e148 -r 2967cea30d8b NEWS --- a/NEWS Sun Jun 21 22:17:14 2009 +0000 +++ b/NEWS Mon Jun 22 00:47:25 2009 +0000 @@ -2,26 +2,32 @@ Our development blog is available at: http://planet.pidgin.im +2.5.7 (06/20/2009): + John: This release is really just a rushed fix for the broken Yahoo + protocol plugin. I spent way more time on this release than I care + to admit, so I hope that time is well spent and this fixes the issues + people have been having. + 2.5.6 (05/19/2009): - Ka-Hing: Many much bugfixes. Hooray. (Paul told me to say that) - Oh, no one has met Paul yet? He's awesome, he backported my fixes - to the release branch so I didn't have to checkout a - workspace... except I just did to NEWS to tell you all about - that. Oh and I actually did do something for this release, none of - which is user visible though. This basically applies to the rest - of the release as well, nothing exciting, but you definitely want - it. - - Daniel: This should fix a number of annoying issues that some users - have encountered. We also would like to thank Veracode - (http://www.veracode.com) who performed a code analysis and found some - bugs that were addressed in this release. - - Elliott: I feel like I'm repeating myself, but there are some more MSN - fixes that should make things better behaved at login as well, and - maybe you'll stop getting some of those annoying errors (though not all - are fixed yet). Some other bugfixes, plus the craziness that is the - libxml "structured error handler" make up the rest of this release. + Ka-Hing: Many much bugfixes. Hooray. (Paul told me to say that) + Oh, no one has met Paul yet? He's awesome, he backported my fixes + to the release branch so I didn't have to checkout a + workspace... except I just did to NEWS to tell you all about + that. Oh and I actually did do something for this release, none of + which is user visible though. This basically applies to the rest + of the release as well, nothing exciting, but you definitely want + it. + + Daniel: This should fix a number of annoying issues that some users + have encountered. We also would like to thank Veracode + (http://www.veracode.com) who performed a code analysis and found some + bugs that were addressed in this release. + + Elliott: I feel like I'm repeating myself, but there are some more MSN + fixes that should make things better behaved at login as well, and + maybe you'll stop getting some of those annoying errors (though not all + are fixed yet). Some other bugfixes, plus the craziness that is the + libxml "structured error handler" make up the rest of this release. 2.5.5 (03/01/2009): John: Well, yet another release with bug fixing and patches. Hopefully diff -r 54de7746e148 -r 2967cea30d8b configure.ac diff -r 54de7746e148 -r 2967cea30d8b finch/gntblist.c diff -r 54de7746e148 -r 2967cea30d8b finch/gntnotify.c diff -r 54de7746e148 -r 2967cea30d8b finch/libgnt/configure.ac diff -r 54de7746e148 -r 2967cea30d8b libpurple/buddyicon.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/circbuffer.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/conversation.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/core.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/mime.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/plugin.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/plugin.h diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/bonjour/parser.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/irc/msgs.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/jabber/buddy.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/jabber/google.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/jabber/jabber.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/jabber/message.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/jabber/parser.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/jabber/parser.h diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/jabber/presence.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/msn/contact.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/msn/msn.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/msn/notification.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/msn/oim.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/msn/slplink.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/msn/soap.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/msn/userlist.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/msn/userlist.h diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/myspace/myspace.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/null/nullprpl.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/oscar/oscar.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/oscar/peer.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/sametime/sametime.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/yahoo/util.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/yahoo/yahoo.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/yahoo/yahoo.h diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/yahoo/yahoo_packet.h diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/yahoo/yahoo_picture.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/protocols/zephyr/zephyr.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/server.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/util.c diff -r 54de7746e148 -r 2967cea30d8b libpurple/xmlnode.c diff -r 54de7746e148 -r 2967cea30d8b pidgin/gtkaccount.c diff -r 54de7746e148 -r 2967cea30d8b pidgin/gtkconv.c diff -r 54de7746e148 -r 2967cea30d8b pidgin/gtkdialogs.c diff -r 54de7746e148 -r 2967cea30d8b pidgin/gtkmain.c diff -r 54de7746e148 -r 2967cea30d8b pidgin/gtkstatusbox.c diff -r 54de7746e148 -r 2967cea30d8b po/ChangeLog diff -r 54de7746e148 -r 2967cea30d8b po/de.po