Mercurial > pidgin.yaz
comparison ChangeLog @ 31040:10aa18ac6774
merged from im.pidgin.pidgin
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 14 Oct 2010 14:53:35 +0900 |
parents | bc0bccdbc28f |
children | 27cc079535d2 |
comparison
equal
deleted
inserted
replaced
31008:7d19aaddba91 | 31040:10aa18ac6774 |
---|---|
3 version 2.7.4 (MM/DD/YYYY): | 3 version 2.7.4 (MM/DD/YYYY): |
4 General: | 4 General: |
5 * Fix search path for Tk when compiling on Debian Squeeze. (#12465) | 5 * Fix search path for Tk when compiling on Debian Squeeze. (#12465) |
6 * purple-remote now expects and produces UTF-8. (Guillaume Brunerie) | 6 * purple-remote now expects and produces UTF-8. (Guillaume Brunerie) |
7 (#12049) | 7 (#12049) |
8 * Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs | |
9 (#12667, #12668, and #12594) | |
8 | 10 |
9 libpurple: | 11 libpurple: |
10 * Fall back to an ordinary request if a UI does not support showing a | 12 * Fall back to an ordinary request if a UI does not support showing a |
11 request with an icon. Fixes receiving MSN file transfer requests | 13 request with an icon. Fixes receiving MSN file transfer requests |
12 including a thumbnail in Finch. | 14 including a thumbnail in Finch. (#12561) |
13 * Fix an invalid memory access when removing UPnP mappings that could | 15 * Fix an invalid memory access when removing UPnP mappings that could |
14 cause sporadic crashes, most notably when MSN Direct Connections are | 16 cause sporadic crashes, most notably when MSN Direct Connections are |
15 enabled. (#12387) | 17 enabled. (#12387) |
16 * Add a sentence to the certificate warning for expired certificates | 18 * Add a sentence to the certificate warning for expired certificates |
17 suggesting the user check their computer's date and time. (#12654) | 19 suggesting the user check their computer's date and time. (#12654) |
32 * The "Manual" browser option is now stored as a string. It is no | 34 * The "Manual" browser option is now stored as a string. It is no |
33 longer necessary to specify a full path to the browser command. | 35 longer necessary to specify a full path to the browser command. |
34 (Rodrigo Tobar Carrizo) (#12024) | 36 (Rodrigo Tobar Carrizo) (#12024) |
35 * The Send To menu can now be used if the active account in the | 37 * The Send To menu can now be used if the active account in the |
36 conversation becomes disabled or inactive. (Keith Moyer) (#12471) | 38 conversation becomes disabled or inactive. (Keith Moyer) (#12471) |
39 * xdg-open is now the default browser for new users on non-Windows | |
40 platforms. (Stanislav Brabec) (#12505) | |
37 | 41 |
38 Finch: | 42 Finch: |
39 * Add support for drop-down account options (like the SILC cipher | 43 * Add support for drop-down account options (like the SILC cipher |
40 and HMAC options or the QQ protocol version). | 44 and HMAC options or the QQ protocol version). |
41 | 45 |
52 * Advertise support for Google Talk's JID Domain Discovery extension | 56 * Advertise support for Google Talk's JID Domain Discovery extension |
53 in all cases again (changed in 2.7.0), not just when the domain | 57 in all cases again (changed in 2.7.0), not just when the domain |
54 is "gmail.com" or "googlemail.com" (it's also needed for Google | 58 is "gmail.com" or "googlemail.com" (it's also needed for Google |
55 Talk used for accounts on arbitrary domains not using Google Apps | 59 Talk used for accounts on arbitrary domains not using Google Apps |
56 for Your Domain). (#a14153) | 60 for Your Domain). (#a14153) |
61 * Improved handling of adding oneself to your buddy list when using | |
62 Non-SASL (legacy) authentication. (#12499) | |
63 * Generate a connection error instead of just stalling when the | |
64 _xmppconnect TXT record returns results, but none of them result | |
65 in a valid BOSH URI. (#a14367, #12744) | |
57 | 66 |
58 Yahoo/Yahoo JAPAN: | 67 Yahoo/Yahoo JAPAN: |
59 * Stop doing unnecessary lookups of certain alias information. This | 68 * Stop doing unnecessary lookups of certain alias information. This |
60 solves deadlocks when a given Yahoo account has a ridiculously large | 69 solves deadlocks when a given Yahoo account has a ridiculously large |
61 (>500 buddies) list and may improve login speed for those on slow | 70 (>500 buddies) list and may improve login speed for those on slow |
62 connections. (#12532) | 71 connections. (#12532) |
72 * Fix sending SMS messages. The lookup host changed on us. (Thanks to | |
73 todo) (#12688). | |
74 | |
75 Windows: | |
76 * Bonjour support now requires Apple Bonjour Print Services version | |
77 2.0.0 or newer (http://support.apple.com/kb/dl999). | |
63 | 78 |
64 version 2.7.3 (08/10/2010): | 79 version 2.7.3 (08/10/2010): |
65 General: | 80 General: |
66 * Use silent build rules for automake >1.11. You can enable verbose | 81 * Use silent build rules for automake >1.11. You can enable verbose |
67 builds with the --disable-silent-rules configure option, or using | 82 builds with the --disable-silent-rules configure option, or using |