comparison ChangeLog @ 31066:63b9cb97d356

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 23 Oct 2010 16:12:36 +0900
parents 762b3b1f019f
children d1efa830ca01
comparison
equal deleted inserted replaced
31041:2eacc8595967 31066:63b9cb97d356
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.7.4 (MM/DD/YYYY): 3 version 2.7.5 (MM/DD/YYYY):
4
5 version 2.7.4 (10/20/2010):
4 General: 6 General:
5 * Fix search path for Tk when compiling on Debian Squeeze. (#12465) 7 * Fix search path for Tk when compiling on Debian Squeeze. (#12465)
6 * purple-remote now expects and produces UTF-8. (Guillaume Brunerie) 8 * purple-remote now expects and produces UTF-8. (Guillaume Brunerie)
7 (#12049) 9 (#12049)
8 * Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs 10 * Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs
9 (#12667, #12668, and #12594) 11 (#12667, #12668, and #12594)
12 * Fix CVE-2010-3711 by properly validating return values from the
13 purple_base64_decode() function before using them.
14 * Fix two local crash bugs by properly validating return values from the
15 purple_base16_decode() function before using them.
10 16
11 libpurple: 17 libpurple:
12 * Fall back to an ordinary request if a UI does not support showing a 18 * Fall back to an ordinary request if a UI does not support showing a
13 request with an icon. Fixes receiving MSN file transfer requests 19 request with an icon. Fixes receiving MSN file transfer requests
14 including a thumbnail in Finch. (#12561) 20 including a thumbnail in Finch. (#12561)
69 solves deadlocks when a given Yahoo account has a ridiculously large 75 solves deadlocks when a given Yahoo account has a ridiculously large
70 (>500 buddies) list and may improve login speed for those on slow 76 (>500 buddies) list and may improve login speed for those on slow
71 connections. (#12532) 77 connections. (#12532)
72 * Fix sending SMS messages. The lookup host changed on us. (Thanks to 78 * Fix sending SMS messages. The lookup host changed on us. (Thanks to
73 todo) (#12688). 79 todo) (#12688).
80 * Improvements for some file transfer scenarios, but not all.
74 81
75 Windows: 82 Windows:
76 * Bonjour support now requires Apple Bonjour Print Services version 83 * Bonjour support now requires Apple Bonjour Print Services version
77 2.0.0 or newer (http://support.apple.com/kb/dl999). 84 2.0.0 or newer (http://support.apple.com/kb/dl999).
78 85