Mercurial > pidgin
comparison ChangeLog @ 27352:69511e781717
merge of '46a46162666e1d23ae6161df2639044132cb894f'
and 'ada690f0424ce05fc000d5e97d25079fc1909318'
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 05 Jul 2009 15:08:20 +0000 |
parents | 4fd6b50d03b3 319b0f3dd2d0 |
children | d137b369eb9c |
comparison
equal
deleted
inserted
replaced
27351:5b07c7253ba4 | 27352:69511e781717 |
---|---|
10 in a group on the buddy list. (Paul Aurich) | 10 in a group on the buddy list. (Paul Aurich) |
11 * Removed the unmaintained and unneeded toc protocol plugin. | 11 * Removed the unmaintained and unneeded toc protocol plugin. |
12 * Fixed NTLM authentication on big-endian systems. | 12 * Fixed NTLM authentication on big-endian systems. |
13 * The Pidgin and Purple perl modules are no longer installed into @INC, | 13 * The Pidgin and Purple perl modules are no longer installed into @INC, |
14 this should hopefulll prevent some minor confusion. | 14 this should hopefulll prevent some minor confusion. |
15 * Use GLib's implementations of SHA1, SHA256, and MD5 when available. | |
16 (GLib 2.14 or higher) | |
15 | 17 |
16 libpurple: | 18 libpurple: |
17 * Various memory cleanups when unloading libpurple. (Nick Hebner) | 19 * Various memory cleanups when unloading libpurple. (Nick Hebner) |
18 * Report idle time 'From last message sent' should work properly. | 20 * Report idle time 'From last message sent' should work properly. |
19 * Show the invite message for buddies that requested authorization | 21 * Show the invite message for buddies that requested authorization |
24 weight as specified in RFC 2782. (Vijay Raghunathan) | 26 weight as specified in RFC 2782. (Vijay Raghunathan) |
25 * GnuTLS logging (disabled by default) can be controlled through the | 27 * GnuTLS logging (disabled by default) can be controlled through the |
26 PURPLE_GNUTLS_DEBUG environment variable, which is an integer between | 28 PURPLE_GNUTLS_DEBUG environment variable, which is an integer between |
27 0 and 9 (higher is more verbose). Higher values may reveal sensitive | 29 0 and 9 (higher is more verbose). Higher values may reveal sensitive |
28 information. | 30 information. |
31 * PURPLE_VERBOSE_DEBUG environment variable. Currently this is an "on" or | |
32 "off" variable. Set it to any value to turn it on and unset it to turn | |
33 it off. This will optionally be used to only show less useful debug | |
34 information on an as-needed basis. | |
29 | 35 |
30 Gadu-Gadu: | 36 Gadu-Gadu: |
31 * Accounts can specify a server to which to connect. | 37 * Accounts can specify a server to which to connect. |
32 (Krzysztof "kreez" Tobola) | 38 (Krzysztof "kreez" Tobola) |
33 * Correctly show tooltip status for contacts with status messages. | 39 * Correctly show tooltip status for contacts with status messages. |