# HG changeset patch # User Richard Laager # Date 1245602415 0 # Node ID 01f1929d0936ef0543b871feb3caf8dfbd5645bb # Parent 35e642c31f125acd3fdafa087445ff1cf6bc4f05# Parent 6e5c09f66ddebbb9d35ffe309d1c9cd6a5adfafa propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c) to branch 'im.pidgin.pidgin' (head 73090755eac02937743e2c600c5fc83051f2eeac) diff -r 35e642c31f12 -r 01f1929d0936 COPYRIGHT diff -r 35e642c31f12 -r 01f1929d0936 ChangeLog diff -r 35e642c31f12 -r 01f1929d0936 ChangeLog.API --- a/ChangeLog.API Sun Jun 21 14:24:23 2009 +0000 +++ b/ChangeLog.API Sun Jun 21 16:40:15 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 35e642c31f12 -r 01f1929d0936 ChangeLog.win32 --- a/ChangeLog.win32 Sun Jun 21 14:24:23 2009 +0000 +++ b/ChangeLog.win32 Sun Jun 21 16:40:15 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 35e642c31f12 -r 01f1929d0936 NEWS --- a/NEWS Sun Jun 21 14:24:23 2009 +0000 +++ b/NEWS Sun Jun 21 16:40:15 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 35e642c31f12 -r 01f1929d0936 configure.ac diff -r 35e642c31f12 -r 01f1929d0936 finch/gntblist.c diff -r 35e642c31f12 -r 01f1929d0936 finch/gntnotify.c diff -r 35e642c31f12 -r 01f1929d0936 finch/libgnt/configure.ac diff -r 35e642c31f12 -r 01f1929d0936 libpurple/buddyicon.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/circbuffer.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/conversation.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/core.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/mime.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/plugin.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/plugin.h diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/bonjour/parser.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/irc/msgs.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/jabber/buddy.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/jabber/google.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/jabber/jabber.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/jabber/message.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/jabber/parser.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/jabber/parser.h diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/jabber/presence.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/msn/contact.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/msn/msn.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/msn/notification.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/msn/oim.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/msn/slplink.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/msn/soap.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/msn/userlist.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/msn/userlist.h diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/myspace/myspace.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/null/nullprpl.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/oscar/oscar.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/oscar/peer.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/sametime/sametime.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/yahoo/util.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/yahoo/yahoo.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/yahoo/yahoo.h diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/yahoo/yahoo_packet.h diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/yahoo/yahoo_picture.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/protocols/zephyr/zephyr.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/server.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/util.c diff -r 35e642c31f12 -r 01f1929d0936 libpurple/xmlnode.c diff -r 35e642c31f12 -r 01f1929d0936 pidgin/gtkaccount.c diff -r 35e642c31f12 -r 01f1929d0936 pidgin/gtkconv.c diff -r 35e642c31f12 -r 01f1929d0936 pidgin/gtkdialogs.c diff -r 35e642c31f12 -r 01f1929d0936 pidgin/gtkmain.c diff -r 35e642c31f12 -r 01f1929d0936 pidgin/gtkstatusbox.c diff -r 35e642c31f12 -r 01f1929d0936 po/ChangeLog diff -r 35e642c31f12 -r 01f1929d0936 po/de.po