comparison ChangeLog @ 32296:d4b7770324f8

propagate from branch 'im.pidgin.pidgin' (head 570b107a62822dd538074753d93b576dea0043a3) to branch 'im.pidgin.pidgin.next.major' (head 20d4ef81eb68e587acefa966d0a8ad5923243c77)
author Paul Aurich <paul@darkrain42.org>
date Sat, 02 Apr 2011 18:04:29 +0000
parents 8d6630912021 4a26e623aeac
children 609e3855f36d
comparison
equal deleted inserted replaced
32295:dc120ca9f523 32296:d4b7770324f8
7 version 2.8.0 (??/??/????): 7 version 2.8.0 (??/??/????):
8 General: 8 General:
9 * Implement simple silence suppression for voice calls, preventing wasted 9 * Implement simple silence suppression for voice calls, preventing wasted
10 bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) 10 bandwidth for silent periods during a call. (Jakub Adam) (half of #13180)
11 11
12 Gadu-Gadu: 12 Pidgin:
13 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) 13 * Duplicate code cleanup. (Gabriel Schulhof) (#10599)
14 * Voice/Video call window adapts correctly to adding or removing streams
15 on the fly. (Jakub Adam) (half of #13535)
16 * Don't cancel an ongoing call when rejecting the addition of a stream to
17 the existing call. (Jakub Adam) (#13537)
14 18
15 libpurple: 19 libpurple:
16 * media: Allow obtaining active local and remote candidates. (#11830) 20 * media: Allow obtaining active local and remote candidates. (#11830)
17 * media: Allow getting/setting video capabilities. (Jakub Adam) (half of 21 * media: Allow getting/setting video capabilities. (Jakub Adam) (half of
18 #13095) 22 #13095)
19 * Simple Silence Suppression is optional per-account. (Jakub Adam) (half 23 * Simple Silence Suppression is optional per-account. (Jakub Adam) (half
20 of #13180) 24 of #13180)
21 * Fix purple-url-handler being unable to find an account. 25 * Fix purple-url-handler being unable to find an account.
22 26 * media: Allow adding/removing streams on the fly. (Jakub Adam) (half of
23 Pidgin: 27 #13535)
24 * Duplicate code cleanup. (Gabriel Schulhof) (#10599) 28
29 Gadu-Gadu:
30 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358)
31 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz,
32 Krzysztof Klinikowski) (#13525)
33 * Suppress blank messages that happen when receiving inline
34 images. (Tomasz Wasilczyk) (#13554)
35 * Fix sending inline images to remote users, don't crash when
36 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580)
37 * Support incoming typing notifications. (Jan Zachorowski) (#13362)
38 * Require libgadu 1.10.1 to avoid using internal libgadu.
39
40 ICQ:
41 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann)
42 (#11895)
43 * Ignore Daylight Saving Time when performing calculations related to
44 birthdays. (Dustin Gathmann) (#13533)
45 * It is now possible to specify multiple encodings on the Advanced tab of
46 an ICQ account's settings by using a comma-delimited list. (Dmitry
47 Utkin (#13496)
48
49 Plugins:
50 * The Voice/Video Settings plugin now includes the ability to test
51 microphone settings. (Jakub Adam) (#13182)
25 52
26 Windows-Specific Changes: 53 Windows-Specific Changes:
27 * Fix building libpurple with Visual C++ .NET 2005. This was accidentally 54 * Fix building libpurple with Visual C++ .NET 2005. This was accidentally
28 broken in 2.7.11. (Florian Quèze) 55 broken in 2.7.11. (Florian Quèze)
56 * Build internal libgadu without -mms-bitfields, fixing several
57 long-standing Gadu-Gadu issues. (#11958, #6297)
29 58
30 version 2.7.11 (03/10/2011): 59 version 2.7.11 (03/10/2011):
31 General: 60 General:
32 * Our bundled libgadu should now build on HP-UX. 61 * Our bundled libgadu should now build on HP-UX.
33 * Fix some instances of file transfers never completing. (Cristi Posoiu) 62 * Fix some instances of file transfers never completing. (Cristi Posoiu)