Changes between Version 68 and Version 69 of ChangeLog
- Timestamp:
- Feb 9, 2011, 3:01:45 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChangeLog
v68 v69 1 1 = !ChangeLog: Pidgin and Finch - The Pimpin' Penguin IM Clients That're Good For The Soul! = 2 3 == version 2.7.10 (02/06/2011) == 4 [http://developer.pidgin.im/query?status=closed&milestone=2.7.9 View all closed tickets for this release.] 5 * '''General''': 6 * Force video sources to all have the same capabilities. This reduces the number of times video must be scaled down, saving CPU time. (Jakub Adam) (half of #13095) 7 * Starting multiple video calls and ending one no longer causes the other calls to stop sending audio and video. (Jakub Adam) (#12758, #13237) 8 * Perl bindings now respect LDFLAGS. (Peter Volkov, Markos Chandras) (#12638) 9 * Added !AddTrust External Root CA. (#11554) 10 * Resolve some issues validating X.509 certificates signed off the CAcert Class 3 intermediate cert when using the GnuTLS SSL/TLS plugin. 11 12 * '''Gadu-Gadu''': 13 * Don't drop whole messages when text is colored. (Jan Zachorowski) (#13259) 14 15 * '''Groupwise''': 16 * Don't show two windows when using "Get Info" on a buddy. (Gabriel Burt; Novell, Inc.) (#13108) 17 18 * '''IRC''': 19 * Don't send ISON messages longer than 512 bytes. (Jeffrey Honig) (#9692) 20 21 * '''libpurple''': 22 * Stop sending audio when placing a call on hold. (Jakub Adam) (#13032) 23 * Stop translating gpointers to ints in the dbus API. This removes functions from the dbus API. (The openSUSE Project) (#12507) 24 * Fix D-Bus introspection calls that omit the interface parameter. (Tom Samstag) (#13073) 25 * Fixed bugs in purple_str_to_time() that caused the most recent 'make check' failures. (Nader Morshed) (#13131) 26 * Correct an issue that caused some UIs other than Pidgin or Finch to leave a buddy in the "is typing" state. (Jan Kaluza) 27 * Fix potential information disclosure issues in the Cipher code. (Julia Lawall) 28 29 * '''Pidgin''': 30 * Support using the Page Up and Page Down keys on the numeric keypad in the conversation window. (Ryan Flegel) (#13127) 31 * Fix a few memory leaks. (Nader Morshed) (#13162) 32 * Support rendering strikethrough when received as in-line CSS. (#13168) 33 * Editable comboboxes are now more friendly to some GTK+ themes. (Hugo Pereira Da Costa) (#13164). 34 35 * '''Plugins''': 36 * The Voice/Video Settings plugin no longer resets selected devices to defaults. (Jakub Adam) (#13044) 37 * The Voice/Video Settings plugin no longer crashes when a stored device name is not found in the list of available devices. (Jakub Adam) (#13238) 38 * The Autoaccept plugin now allows disabling filename escaping. (Rok Mandeljc) (half of #11459) 39 * The Autoaccept plugin now allows choosing Reject/Ask/Accept for non-buddies. (Rok Mandeljc) (half of #11459) 40 41 * '''QQ''': 42 * QQ2008 is now the default protocol version. (Michael Terry) (#11635) 43 44 * '''XMPP''': 45 * Don't crash when receiving an unexpected/invalid jingle transport type. (Nikita Kozlov) (#13136) 46 * Handle Connection: Close headers for BOSH, when the server does not terminate the connection itself. (#13008) 47 * Improved parsing for DIGEST-MD5, which should resolve issues connecting to some jabberd2 servers. This corrects an issue parsing one-character or empty elements. (Noa Resare) (#a14514) 48 * '''Yahoo!/Yahoo! JAPAN''': 49 * Fix a crash when an account disconnects before a p2p session is completely set up. (Jan Kaluza) (#12432) 50 51 ---------- 2 52 3 53 == version 2.7.9 (12/26/2010) == … … 5 55 * '''MSN:''' 6 56 * Fix CVE-2010-4528, a crash when receiving short packets related to P2Pv2 messages. 57 58 ---------- 7 59 8 60 == version 2.7.8 (12/19/2010) == … … 40 92 * Terminate Jingle sessions with unsupported content types. (#13048) 41 93 94 ---------- 95 42 96 == version 2.7.7 (11/23/2010) == 43 97 [http://developer.pidgin.im/query?status=closed&milestone=2.7.7 View all closed tickets for this release.] … … 50 104 * AIM should now connect if "Use clientLogin" is turned off and the "Server" field is set to anything other than "login.oscar.aol.com" or "slogin.oscar.aol.com". (#12948) 51 105 * Fix a crash on connection loss. (#5927) 106 107 ---------- 52 108 53 109 == version 2.7.6 (11/21/2010) == … … 86 142 * Untarring (for themes) now works for non-ASCII destination paths. 87 143 144 ---------- 145 88 146 == version 2.7.5 (10/31/2010) == 89 147 [http://developer.pidgin.im/query?status=closed&milestone=2.7.5 View all closed tickets for this release.] … … 106 164 * '''Windows-Specific Changes''': 107 165 * Quote the path stored in the registry when the "run at startup" option in the Windows Pidgin Options plugin is used. (#12781) 166 167 ---------- 108 168 109 169 == version 2.7.4 (10/20/2010) == … … 160 220 * Bonjour support now requires Apple Bonjour Print Services version 2.0.0 or newer (http://support.apple.com/kb/dl999). 161 221 222 ---------- 162 223 163 224 == version 2.7.3 (08/10/2010) == … … 209 270 * Fix file transfers that get stuck with "Waiting for transfer to begin". 210 271 272 ---------- 273 211 274 == version 2.7.2 (07/21/2010) == 212 275 [http://developer.pidgin.im/query?status=closed&milestone=2.7.2 View all closed tickets for this release.] … … 218 281 * '''MSN''' 219 282 * Fix a crash related to fast buddy icon transfers. 283 284 ---------- 220 285 221 286 == version 2.7.1 (05/30/2010) == … … 255 320 * '''Windows-Specific Changes''' 256 321 * Fix a regression introduced in 2.7.0 that caused Window Flashing not to work. 322 323 ---------- 257 324 258 325 == version 2.7.0 (05/12/2010) == … … 331 398 * NSS SSL Library upgraded to 3.12.5 (thanks to Berke Viktor) 332 399 * !GtkSpell upgraded to 2.0.16, changing the spellchecking backend to enchant. This means that myspell and hunspell (!OpenOffice) dictionaries can be used (previous versions' aspell dictionaries will not work). 400 401 ---------- 333 402 334 403 == version 2.6.6 (02/18/2010) == … … 446 515 respectively. 447 516 517 ---------- 518 448 519 == version 2.6.5 (01/08/2010) == 449 520 [http://developer.pidgin.im/query?status=closed&milestone=2.6.5 View all closed tickets for this release.] … … 467 538 * Fix file transfer with clients that do not support Entity Capabilities 468 539 (e.g. Spark) 540 541 ---------- 469 542 470 543 == version 2.6.4 (11/29/2009) == … … 539 612 * Rearranged tabs such that Interface is first and all remaining tabs are alphabetized in English. 540 613 614 ---------- 615 541 616 == version 2.6.3 (10/16/2009) == 542 617 [http://developer.pidgin.im/query?status=closed&milestone=2.6.3 View all closed tickets for this release.] … … 547 622 * Fix a crash when some clients send contacts in a format we don't understand. 548 623 * Fix blocking and other privacy lists. (Thanks to AOL) 624 625 ---------- 549 626 550 627 == version 2.6.2 (09/05/2009) == … … 586 663 * Customized sound files are no longer reset whenever opening the Preferences dialog. 587 664 * The buddy list should now immediately refresh upon changing the icon theme. 665 666 ---------- 588 667 589 668 == version 2.6.1 (08/18/2009) ==