Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Feb 13, 2013, 3:26:23 PM (11 years ago)
- Author:
-
MarkDoliner
- Comment:
-
Remove trailing colons from some section headings (the formatting of the document generally makes these unnecessary) and make some section headings bold. I didn't do all of them because I got bored.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v88
|
v89
|
|
| 5 | 5 | version 2.10.7 (02/13/2013): |
| 6 | 6 | |
| 7 | | * Alien hatchery: |
| | 7 | * '''Alien hatchery''' |
| 8 | 8 | * No changes |
| 9 | 9 | |
| 10 | | * General: |
| | 10 | * '''General''' |
| 11 | 11 | * The configure script will now exit with status 1 when specifying invalid protocol plugins using the --with-static-prpls and --with-dynamic-prpls arguments. (Michael Fiedler) (#15316) |
| 12 | 12 | |
| 13 | | * libpurple: |
| | 13 | * '''libpurple''' |
| 14 | 14 | * Fix a crash when receiving UPnP responses with abnormally long values. (CVE-2013-0274) |
| 15 | 15 | * Don't link directly to libgcrypt when building with GnuTLS support. (Bartosz Brachaczek) (#15329) |
| … |
… |
|
| 18 | 18 | * Fix the Tcl signals-test plugin for savedstatus-changed. (Andrew Shadura) (#15443) |
| 19 | 19 | |
| 20 | | * Pidgin: |
| | 20 | * '''Pidgin''' |
| 21 | 21 | * Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11 variant. |
| 22 | 22 | |
| 23 | | * Gadu-Gadu: |
| | 23 | * '''Gadu-Gadu''' |
| 24 | 24 | * Fix a crash at startup with large contact list. Avatar support for buddies will be disabled until 3.0.0. (#15226, #14305) |
| 25 | 25 | |
| 26 | | * IRC: |
| | 26 | * '''IRC''' |
| 27 | 27 | * Support for SASL authentication. (Thijs Alkemade, Andy Spencer) (#13270) |
| 28 | 28 | * Print topic setter information at channel join. (#13317) |
| 29 | 29 | |
| 30 | | * MSN: |
| | 30 | * '''MSN''' |
| 31 | 31 | * Fix SSL certificate issue when signing into MSN for some users. |
| 32 | 32 | * Fix a crash when removing a user before its icon is loaded. (Mark Barfield) (#15217) |
| 33 | 33 | |
| 34 | | * MXit: |
| | 34 | * '''MXit''' |
| 35 | 35 | * Fix two bugs where a remote MXit user could possibly specify a local file path to be written to. (CVE-2013-0271) |
| 36 | 36 | * Fix a bug where the MXit server or a man-in-the-middle could potentially send specially crafted data that could overflow a buffer and lead to a crash or remote code execution. (CVE-2013-0272) |
| … |
… |
|
| 45 | 45 | * When setting an avatar image, no longer downscale it to 96x96. |
| 46 | 46 | |
| 47 | | * Sametime: |
| | 47 | * '''Sametime''' |
| 48 | 48 | * Fix a crash in Sametime when a malicious server sends us an abnormally long user ID. (CVE-2013-0273) |
| 49 | 49 | |
| 50 | | * Yahoo!: |
| | 50 | * '''Yahoo!''' |
| 51 | 51 | * Fix a double-free in profile/picture loading code. (Mihai Serban) (#15053) |
| 52 | 52 | * Fix retrieving server-side buddy aliases. (Catalin Salgu) (#15381) |
| 53 | 53 | |
| 54 | | * Plugins: |
| | 54 | * '''Plugins''' |
| 55 | 55 | * The Voice/Video Settings plugin supports using the sndio GStreamer backends. (Brad Smith) (#14414) |
| 56 | 56 | * Fix a crash in the Contact Availability Detection plugin. (Mark) (#15327) |
| 57 | 57 | * Make the Message Notification plugin more friendly to non-X11 GTK+, such as MacPorts' +no_x11 variant. |
| 58 | 58 | |
| 59 | | * Windows-Specific Changes: |
| | 59 | * '''Windows-Specific Changes''' |
| 60 | 60 | * Compile with secure flags (Jurre van Bergen) (#15290) |
| 61 | 61 | * Installer downloads GTK+ Runtime and Debug Symbols more securely. Thanks goes to Jacob Appelbaum of the Tor Project for identifying this issue and suggesting solutions. (#15277) |
| … |
… |
|
| 77 | 77 | == version 2.10.6 (07/06/2012) == |
| 78 | 78 | [http://developer.pidgin.im/query?status=closed&milestone=2.10.6 View all closed tickets for this release.] |
| 79 | | * Pidgin: |
| | 79 | * '''Pidgin''' |
| 80 | 80 | * Fix a bug that requires a triple-click to open a conversation window from the buddy list. (#15199) |
| 81 | 81 | |
| 82 | 82 | == version 2.10.5 (07/05/2012) == |
| 83 | 83 | [http://developer.pidgin.im/query?status=closed&milestone=2.10.5 View all closed tickets for this release.] |
| 84 | | * libpurple: |
| | 84 | * '''libpurple''' |
| 85 | 85 | * Add support for GNOME3 proxy settings. (Mihai Serban) (#15054) |
| 86 | 86 | |
| 87 | | * Pidgin: |
| | 87 | * '''Pidgin''' |
| 88 | 88 | * Fix a crash that may occur when trying to ignore a user who is not in the current chat room. (#15139) |
| 89 | 89 | |
| 90 | | * MSN: |
| | 90 | * '''MSN''' |
| 91 | 91 | * Fix building with MSVC on Windows (broken in 2.10.4). (Florian Quèze) |
| 92 | 92 | |
| 93 | | * MXit: |
| | 93 | * '''MXit''' |
| 94 | 94 | * Fix a buffer overflow vulnerability when parsing incoming messages containing inline images. Thanks to Ulf Härnhammar for reporting this! (CVE-2012-3374) |
| 95 | 95 | |
| 96 | 96 | == version 2.10.4 (05/06/2012) == |
| 97 | 97 | [http://developer.pidgin.im/query?status=closed&milestone=2.10.4 View all closed tickets for this release.] |
| 98 | | * General: |
| | 98 | * '''General''' |
| 99 | 99 | * Support building against Farstream in addition to Farsight. (Olivier Crete) (#14936) |
| 100 | 100 | |
| 101 | | * IRC: |
| | 101 | * '''IRC''' |
| 102 | 102 | * Disable periodic WHO timer. IRC channel user lists will no longer automatically display away status, but libpurple will be much kinder to the network. |
| 103 | 103 | * Print unknown numerics to channel windows if we can associate them. Thanks to Marien Zwart. (#15090) |
| 104 | 104 | |
| 105 | | * MSN: |
| | 105 | * '''MSN''' |
| 106 | 106 | * Fix a possible crash when receiving messages with certain characters or character encodings. Thanks to Fabian Yamaguchi for reporting this! |
| 107 | 107 | |
| 108 | | * XMPP: |
| | 108 | * '''XMPP''' |
| 109 | 109 | * Fix a possible crash when receiving a series of specially crafted file transfer requests. Thanks to José Valentín Gutiérrez for reporting this! (CVE-2012-2214) |
| 110 | 110 | |
| 111 | | * Windows-Specific Changes: |
| | 111 | * '''Windows-Specific Changes''' |
| 112 | 112 | * Words added to spell check dictionaries are saved across restarts of Pidgin (#11886) |
| 113 | 113 | |
| 114 | 114 | == version 2.10.3 (03/26/2012) == |
| 115 | 115 | [http://developer.pidgin.im/query?status=closed&milestone=2.10.3 View all closed tickets for this release.] |
| 116 | | * MSN: |
| | 116 | * '''MSN''' |
| 117 | 117 | * Fix buddies not going offline. (#14997) |
| 118 | 118 | |
| 119 | 119 | == version 2.10.2 (03/14/2012) == |
| 120 | 120 | [http://developer.pidgin.im/query?status=closed&milestone=2.10.2 View all closed tickets for this release.] |
| 121 | | * General: |
| | 121 | * '''General''' |
| 122 | 122 | * Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799) |
| 123 | 123 | * Fix compilation of the MXit protocol plugin with GLib 2.31. (#14773) |
| 124 | 124 | |
| 125 | | * Pidgin: |
| | 125 | * '''Pidgin''' |
| 126 | 126 | * Add support for the GNOME3 Network dialog. (#13882) |
| 127 | 127 | * Fix rare crash. (#14392) |
| 128 | 128 | * Add support for the GNOME3 Default Application dialog for configuring the Browser. |
| 129 | 129 | |
| 130 | | * libpurple: |
| | 130 | * '''libpurple''' |
| 131 | 131 | * Support new connection states and signals for NetworkManager 0.9+. (Dan Williams) (#13859) |
| 132 | 132 | |
| 133 | | * AIM and ICQ: |
| | 133 | * '''AIM and ICQ''' |
| 134 | 134 | * Fix a possible crash when receiving an unexpected message from the server. (Thijs Alkemade) (#14983) |
| 135 | 135 | * Allow signing on with usernames containing periods and underscores. (#13500) |
| … |
… |
|
| 137 | 137 | * Don't try to format ICQ usernames entered as email addresses. Gets rid of an "Unable to format username" error at login. (#13883) |
| 138 | 138 | |
| 139 | | * MSN: |
| | 139 | * '''MSN''' |
| 140 | 140 | * Fix possible crashes caused by not validating incoming messages as UTF-8. (Thijs Alkemade) (#14884) |
| 141 | 141 | * Support new protocol version MSNP18. (#14753) |
| 142 | 142 | * Fix messages to offline contacts. (#14302) |
| 143 | 143 | |
| 144 | | * Windows-Specific Changes: |
| | 144 | * '''Windows-Specific Changes''' |
| 145 | 145 | * Fix the installer downloading of spell-checking dictionaries (#14612) |
| 146 | 146 | * Fix compilation of the Bonjour protocol plugin. (#14802) |
| 147 | 147 | |
| 148 | | * Plugins: |
| | 148 | * '''Plugins''' |
| 149 | 149 | * The autoaccept plugin will no longer reset the preference for unknown buddies to "Auto Reject" in certain cases. (#14964) |
| 150 | 150 | |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!