Mercurial > pidgin.yaz
comparison ChangeLog @ 31821:17a4b32f4d46
propagate from branch 'im.pidgin.pidgin' (head 8480ab9498b0e22b164f3a40c100f59e2d6dd916)
to branch 'im.pidgin.pidgin.next.minor' (head 490036a7b4ce807cb851ded91af7d959fe1c029e)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 30 Jan 2011 17:52:06 +0000 |
parents | 5767e981508a 24d62d6f72cc |
children | d72d728226dc |
comparison
equal
deleted
inserted
replaced
31820:28e27a37e4b4 | 31821:17a4b32f4d46 |
---|---|
13 General: | 13 General: |
14 * Force video sources to all have the same capabilities. This reduces the | 14 * Force video sources to all have the same capabilities. This reduces the |
15 number of times video must be scaled down, saving CPU time. (Jakub Adam) | 15 number of times video must be scaled down, saving CPU time. (Jakub Adam) |
16 (half of #13095) | 16 (half of #13095) |
17 * Starting multiple video calls and ending one no longer causes the other | 17 * Starting multiple video calls and ending one no longer causes the other |
18 calls to stop sending audio and video. (Jakub Adam) (#12758) | 18 calls to stop sending audio and video. (Jakub Adam) (#12758, #13237) |
19 * Perl bindings now respect LDFLAGS. (Peter Volkov) (#12638) | 19 * Perl bindings now respect LDFLAGS. (Peter Volkov, Markos Chandras) |
20 (#12638) | |
21 * Added AddTrust External Root CA. (#11554) | |
22 * Resolve some issues validating X.509 certificates signed off the CAcert | |
23 Class 3 intermediate cert when using the GnuTLS SSL/TLS plugin. | |
24 | |
25 Gadu-Gadu: | |
26 * Don't drop whole messages when text is colored. (Jan Zachorowski) | |
27 (#13259) | |
28 | |
29 Groupwise: | |
30 * Don't show two windows when using "Get Info" on a buddy. (Gabriel Burt; | |
31 Novell, Inc.) (#13108) | |
20 | 32 |
21 IRC: | 33 IRC: |
22 * Don't send ISON messages longer than 512 bytes. (Jeffrey Honig) (#9692) | 34 * Don't send ISON messages longer than 512 bytes. (Jeffrey Honig) (#9692) |
23 | 35 |
24 libpurple: | 36 libpurple: |
25 * Stop sending audio when placing a call on hold. (Jakub Adam) (#13032) | 37 * Stop sending audio when placing a call on hold. (Jakub Adam) (#13032) |
26 * Stop translating gpointers to ints in the dbus API. This removes | 38 * Stop translating gpointers to ints in the dbus API. This removes |
27 functions from the dbus API. (The openSUSE Project) (#12507) | 39 functions from the dbus API. (The openSUSE Project) (#12507) |
40 * Fix D-Bus introspection calls that omit the interface parameter. (Tom | |
41 Samstag) (#13073) | |
42 * Fixed bugs in purple_str_to_time() that caused the most recent 'make | |
43 check' failures. (Nader Morshed) (#13131) | |
28 | 44 |
29 Pidgin: | 45 Pidgin: |
30 * Support using the Page Up and Page Down keys on the numeric keypad in | 46 * Support using the Page Up and Page Down keys on the numeric keypad in |
31 the conversation window. (Ryan Flegel) (#13127) | 47 the conversation window. (Ryan Flegel) (#13127) |
32 * Fix a few memory leaks. (Nader Morshed) (#13162) | 48 * Fix a few memory leaks. (Nader Morshed) (#13162) |
33 * Support rendering strikethrough when received as in-line CSS. (#13168) | 49 * Support rendering strikethrough when received as in-line CSS. (#13168) |
34 | 50 |
35 Plugins: | 51 Plugins: |
36 * The Voice/Video Settings plugin no longer resets selected devices to | 52 * The Voice/Video Settings plugin no longer resets selected devices to |
37 defaults. (Jakub Adam) (#13044) | 53 defaults. (Jakub Adam) (#13044) |
54 * The Voice/Video Settings plugin no longer crashes when a stored device | |
55 name is not found in the list of available devices. (Jakub Adam) | |
56 (#13238) | |
38 * The Autoaccept plugin now allows disabling filename escaping. (Rok | 57 * The Autoaccept plugin now allows disabling filename escaping. (Rok |
39 Mandeljc) (half of #11459) | 58 Mandeljc) (half of #11459) |
40 * The Autoaccept plugin now allows choosing Reject/Ask/Accept for | 59 * The Autoaccept plugin now allows choosing Reject/Ask/Accept for |
41 non-buddies. (Rok Mandeljc) (half of #11459) | 60 non-buddies. (Rok Mandeljc) (half of #11459) |
42 | 61 |
44 * QQ2008 is now the default protocol version. (Michael Terry) (#11635) | 63 * QQ2008 is now the default protocol version. (Michael Terry) (#11635) |
45 | 64 |
46 XMPP: | 65 XMPP: |
47 * Don't crash when receiving an unexpected/invalid jingle transport type. | 66 * Don't crash when receiving an unexpected/invalid jingle transport type. |
48 (Nikita Kozlov) (#13136) | 67 (Nikita Kozlov) (#13136) |
68 * Handle Connection: Close headers for BOSH, when the server does not | |
69 terminate the connection itself. (#13008) | |
49 | 70 |
50 Yahoo!/Yahoo! JAPAN: | 71 Yahoo!/Yahoo! JAPAN: |
51 * Fix a crash when an account disconnects before a p2p session is | 72 * Fix a crash when an account disconnects before a p2p session is |
52 completely set up. (Jan Kaluza) (#12432) | 73 completely set up. (Jan Kaluza) (#12432) |
53 | 74 |
929 Topper, and Elliott Sales de Andrade) | 950 Topper, and Elliott Sales de Andrade) |
930 * Show the invite message for buddies that requested authorization | 951 * Show the invite message for buddies that requested authorization |
931 from you on MSN. | 952 from you on MSN. |
932 * Support sending an invite message to buddies when requesting | 953 * Support sending an invite message to buddies when requesting |
933 authorization from them on MSN. | 954 authorization from them on MSN. |
934 * Timeout switchboard connections aggressively (60 seconds). | 955 * Timeout switchboard connections after 60 seconds (msn-pecan devs). |
935 | 956 |
936 XMPP: | 957 XMPP: |
937 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), | 958 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), |
938 voice support with GTalk and voice and video support with the GMail | 959 voice support with GTalk and voice and video support with the GMail |
939 web client. (Mike "Maiku" Ruprecht) | 960 web client. (Mike "Maiku" Ruprecht) |