1. version 2.10.0 (08/18/2011):
  2. Pidgin:
  3. * Make the max size of incoming smileys a pref instead of hardcoding it.
  4. (Quentin Brandon) (#5231)
  5. * Added a plugin information dialog to show information for plugins
  6. that aren't otherwise visible in the plugins dialog.
  7. * Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the
  8. minimum supported) (#14261)
  9. libpurple:
  10. * Fix a potential crash in the Log Reader plugin when reading QIP logs.
  11. * Fix a large number of strcpy() and strcat() invocations to use
  12. strlcpy() and strlcat(), etc., forestalling an entire class of
  13. string buffer overrun bugs.
  14. (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer,
  15. Jacob Appelbaum)
  16. * Change some filename manipulations in filectl.c to use MAXPATHLEN
  17. instead of arbitrary length constants. (The Electronic Frontier
  18. Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
  19. * Fix endianness-related crash in NTLM authentication (Jon Goldberg)
  20. (#14163)
  21. Gadu-Gadu:
  22. * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
  23. (#5242)
  24. * Better status message handling. (Tomasz Wasilczyk) (#14314)
  25. * Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303)
  26. * Fix building of the bundled libgadu library with older versions
  27. of GnuTLS. (patch plucked from upstream) (#14365)
  28. ICQ:
  29. * Fix crash selecting Tools->Set Mood when you're online with an
  30. ICQ account that is configured as an AIM account. (#14437)
  31. IRC:
  32. * Fix a crash when remote users have certain characters in their
  33. nicknames. (Discovered by Djego Ibanez) (#14341)
  34. * Fix the handling of formatting following mIRC ^O (#14436)
  35. * Fix crash when NAMES is empty. (James McLaughlin) (#14518)
  36. MSN:
  37. * Fix incorrect handling of HTTP 100 responses when using the HTTP
  38. connection method. This can lead to a crash. (Discovered by Marius
  39. Wachtler)
  40. * Fix seemingly random crashing. (#14307)
  41. * Fix a crash when the account is disconnected at the time we are doing a
  42. SB request. (Hanzz, ported by shlomif) (#12431)
  43. XMPP:
  44. * Do not generate malformed XML ("</>") when setting an empty mood.
  45. (#14342)
  46. * Fix the /join <room> behavior. (Broken when adding support for
  47. <room>@<server>) (#14205)
  48. Yahoo!/Yahoo! JAPAN:
  49. * Fix coming out of idle while in an unavailable state
  50. * Fix logging into Yahoo! JAPAN. (#14259)
  51. Windows-Specific Changes:
  52. * Open an explorer.exe window at the location of the file when clicking
  53. on a file link instead of executing the file, because executing a file
  54. can be potentially dangerous. (Discovered by James Burton of
  55. Insomnia Security) (Fixed by Eion Robb)