comparison ChangeLog @ 31627:64da22357346

propagate from branch 'im.pidgin.pidgin' (head fcd72ef630601a5c9de2e8465f3502ef38b67235) to branch 'im.pidgin.pidgin.mxit' (head a4a5d806fd6d206456c7ce8787901448ea8787a9)
author andrew.victor@mxit.com
date Mon, 02 May 2011 11:00:39 +0000
parents 11e629e6c23d 3389c248e2b3
children bb4eaf8e70d6
comparison
equal deleted inserted replaced
31626:11e629e6c23d 31627:64da22357346
4 General: 4 General:
5 * Implement simple silence suppression for voice calls, preventing wasted 5 * Implement simple silence suppression for voice calls, preventing wasted
6 bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) 6 bandwidth for silent periods during a call. (Jakub Adam) (half of #13180)
7 * Added the DigiCert High Assurance CA-3 intermediate CA, needed for 7 * Added the DigiCert High Assurance CA-3 intermediate CA, needed for
8 validation of the Facebook XMPP interface's certificate. 8 validation of the Facebook XMPP interface's certificate.
9 * Removed the QQ protocol plugin. It hasn't worked in a long time and
10 isn't being maintained, therefore we no longer want it.
9 11
10 Pidgin: 12 Pidgin:
11 * Duplicate code cleanup. (Gabriel Schulhof) (#10599) 13 * Duplicate code cleanup. (Gabriel Schulhof) (#10599)
12 * Voice/Video call window adapts correctly to adding or removing streams 14 * Voice/Video call window adapts correctly to adding or removing streams
13 on the fly. (Jakub Adam) (half of #13535) 15 on the fly. (Jakub Adam) (half of #13535)
28 #13535) 30 #13535)
29 * Support new connection states in NetworkManager 0.9. (Dan Williams) 31 * Support new connection states in NetworkManager 0.9. (Dan Williams)
30 (#13505) 32 (#13505)
31 * When removing a buddy, delete the pounces associated with it. 33 * When removing a buddy, delete the pounces associated with it.
32 (Kartik Mohta) (#1131) 34 (Kartik Mohta) (#1131)
35 * media: Allow libpurple and plugins to set SDES properties for RTP
36 conferences. (Jakub Adam) (#12981)
33 37
34 Gadu-Gadu: 38 Gadu-Gadu:
35 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) 39 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358)
36 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, 40 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz,
37 Krzysztof Klinikowski) (#13525) 41 Krzysztof Klinikowski) (#13525)
40 * Fix sending inline images to remote users, don't crash when 44 * Fix sending inline images to remote users, don't crash when
41 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) 45 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580)
42 * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk, 46 * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk,
43 Krzysztof Klinikowski) (#13362, #13590) 47 Krzysztof Klinikowski) (#13362, #13590)
44 * Require libgadu 1.10.1 to avoid using internal libgadu. 48 * Require libgadu 1.10.1 to avoid using internal libgadu.
45 * SSL connection support for GNUTLS users (not on Windows yet!). 49 * Optional SSL connection support for GNUTLS users (not on Windows
46 (Tomasz Wasilczyk) (#13613) 50 yet!). (Tomasz Wasilczyk) (#13613, #13894)
47 * Don't count received messages or statuses when determining whether 51 * Don't count received messages or statuses when determining whether
48 to send a keepalive packet. (Jan Zachorowski) (#13699) 52 to send a keepalive packet. (Jan Zachorowski) (#13699)
49 * Fix a crash when receiving images on Windows or an incorrect 53 * Fix a crash when receiving images on Windows or an incorrect
50 timestamp in the log when receiving images on Linux. (Tomasz 54 timestamp in the log when receiving images on Linux. (Tomasz
51 Wasilczyk) (#10268) 55 Wasilczyk) (#10268)
52 * Support XML events, resulting in immediate update of other users' 56 * Support XML events, resulting in immediate update of other users'
53 buddy icons. (Tomasz Wasilczyk) (#13739) 57 buddy icons. (Tomasz Wasilczyk) (#13739)
58 * Accept poorly formatted URLs from other third-party clients in
59 the same manner as the official client. (Tomasz Wasilczyk)
60 (#13886)
54 61
55 ICQ: 62 ICQ:
56 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) 63 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann)
57 (#11895) 64 (#11895)
58 * Ignore Daylight Saving Time when performing calculations related to 65 * Ignore Daylight Saving Time when performing calculations related to
81 (Keith Moyer) (#12451) 88 (Keith Moyer) (#12451)
82 89
83 Plugins: 90 Plugins:
84 * The Voice/Video Settings plugin now includes the ability to test 91 * The Voice/Video Settings plugin now includes the ability to test
85 microphone settings. (Jakub Adam) (#13182) 92 microphone settings. (Jakub Adam) (#13182)
93 * Fix a crash when handling some saved settings in the Voice/Video
94 Settings plugin. (Pat Erley) (13290, #13774)
86 95
87 Windows-Specific Changes: 96 Windows-Specific Changes:
88 * Fix building libpurple with Visual C++ .NET 2005. This was accidentally 97 * Fix building libpurple with Visual C++ .NET 2005. This was accidentally
89 broken in 2.7.11. (Florian Quèze) 98 broken in 2.7.11. (Florian Quèze)
90 * Build internal libgadu without -mms-bitfields, fixing several 99 * Build internal libgadu without -mms-bitfields, fixing several