[Pidgin] ChangeLog modified
Pidgin
trac at pidgin.im
Wed Feb 13 10:26:24 EST 2013
Page "ChangeLog" was changed by MarkDoliner
Diff URL: <https://developer.pidgin.im/wiki/ChangeLog?action=diff&version=89>
Revision 89
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.
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: ChangeLog
=========================================================================
--- ChangeLog (version: 88)
+++ ChangeLog (version: 89)
@@ -4,34 +4,34 @@
[http://developer.pidgin.im/query?status=closed&milestone=2.10.7 View all closed tickets for this release.]
version 2.10.7 (02/13/2013):
- * Alien hatchery:
+ * '''Alien hatchery'''
* No changes
- * General:
+ * '''General'''
* 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)
- * libpurple:
+ * '''libpurple'''
* Fix a crash when receiving UPnP responses with abnormally long values. (CVE-2013-0274)
* Don't link directly to libgcrypt when building with GnuTLS support. (Bartosz Brachaczek) (#15329)
* Fix UPnP mappings on routers that return empty <URLBase/> elements in their response. (Ferdinand Stehle) (#15373)
* Tcl plugin uses saner, race-free plugin loading.
* Fix the Tcl signals-test plugin for savedstatus-changed. (Andrew Shadura) (#15443)
- * Pidgin:
+ * '''Pidgin'''
* Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11 variant.
- * Gadu-Gadu:
+ * '''Gadu-Gadu'''
* Fix a crash at startup with large contact list. Avatar support for buddies will be disabled until 3.0.0. (#15226, #14305)
- * IRC:
+ * '''IRC'''
* Support for SASL authentication. (Thijs Alkemade, Andy Spencer) (#13270)
* Print topic setter information at channel join. (#13317)
- * MSN:
+ * '''MSN'''
* Fix SSL certificate issue when signing into MSN for some users.
* Fix a crash when removing a user before its icon is loaded. (Mark Barfield) (#15217)
- * MXit:
+ * '''MXit'''
* Fix two bugs where a remote MXit user could possibly specify a local file path to be written to. (CVE-2013-0271)
* 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)
* Display farewell messages in a different colour to distinguish them from normal messages.
@@ -44,19 +44,19 @@
* Increase the maximum file size that can be transferred to 1 MB.
* When setting an avatar image, no longer downscale it to 96x96.
- * Sametime:
+ * '''Sametime'''
* Fix a crash in Sametime when a malicious server sends us an abnormally long user ID. (CVE-2013-0273)
- * Yahoo!:
+ * '''Yahoo!'''
* Fix a double-free in profile/picture loading code. (Mihai Serban) (#15053)
* Fix retrieving server-side buddy aliases. (Catalin Salgu) (#15381)
- * Plugins:
+ * '''Plugins'''
* The Voice/Video Settings plugin supports using the sndio GStreamer backends. (Brad Smith) (#14414)
* Fix a crash in the Contact Availability Detection plugin. (Mark) (#15327)
* Make the Message Notification plugin more friendly to non-X11 GTK+, such as MacPorts' +no_x11 variant.
- * Windows-Specific Changes:
+ * '''Windows-Specific Changes'''
* Compile with secure flags (Jurre van Bergen) (#15290)
* 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)
* Updates to a number of dependencies, some of which have security related fixes. Thanks again to Jacob Appelbaum and Jurre van Bergen for identifying the vulnerable libraries and to Dieter Verfaillie for helping getting the libraries updated. (#14571, #15285, #15286)
@@ -76,76 +76,76 @@
== version 2.10.6 (07/06/2012) ==
[http://developer.pidgin.im/query?status=closed&milestone=2.10.6 View all closed tickets for this release.]
- * Pidgin:
+ * '''Pidgin'''
* Fix a bug that requires a triple-click to open a conversation window from the buddy list. (#15199)
== version 2.10.5 (07/05/2012) ==
[http://developer.pidgin.im/query?status=closed&milestone=2.10.5 View all closed tickets for this release.]
- * libpurple:
+ * '''libpurple'''
* Add support for GNOME3 proxy settings. (Mihai Serban) (#15054)
- * Pidgin:
+ * '''Pidgin'''
* Fix a crash that may occur when trying to ignore a user who is not in the current chat room. (#15139)
- * MSN:
+ * '''MSN'''
* Fix building with MSVC on Windows (broken in 2.10.4). (Florian Quèze)
- * MXit:
+ * '''MXit'''
* Fix a buffer overflow vulnerability when parsing incoming messages containing inline images. Thanks to Ulf Härnhammar for reporting this! (CVE-2012-3374)
== version 2.10.4 (05/06/2012) ==
[http://developer.pidgin.im/query?status=closed&milestone=2.10.4 View all closed tickets for this release.]
- * General:
+ * '''General'''
* Support building against Farstream in addition to Farsight. (Olivier Crete) (#14936)
- * IRC:
+ * '''IRC'''
* Disable periodic WHO timer. IRC channel user lists will no longer automatically display away status, but libpurple will be much kinder to the network.
* Print unknown numerics to channel windows if we can associate them. Thanks to Marien Zwart. (#15090)
- * MSN:
+ * '''MSN'''
* Fix a possible crash when receiving messages with certain characters or character encodings. Thanks to Fabian Yamaguchi for reporting this!
- * XMPP:
+ * '''XMPP'''
* 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)
- * Windows-Specific Changes:
+ * '''Windows-Specific Changes'''
* Words added to spell check dictionaries are saved across restarts of Pidgin (#11886)
== version 2.10.3 (03/26/2012) ==
[http://developer.pidgin.im/query?status=closed&milestone=2.10.3 View all closed tickets for this release.]
- * MSN:
+ * '''MSN'''
* Fix buddies not going offline. (#14997)
== version 2.10.2 (03/14/2012) ==
[http://developer.pidgin.im/query?status=closed&milestone=2.10.2 View all closed tickets for this release.]
- * General:
+ * '''General'''
* Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799)
* Fix compilation of the MXit protocol plugin with GLib 2.31. (#14773)
- * Pidgin:
+ * '''Pidgin'''
* Add support for the GNOME3 Network dialog. (#13882)
* Fix rare crash. (#14392)
* Add support for the GNOME3 Default Application dialog for configuring the Browser.
- * libpurple:
+ * '''libpurple'''
* Support new connection states and signals for NetworkManager 0.9+. (Dan Williams) (#13859)
- * AIM and ICQ:
+ * '''AIM and ICQ'''
* Fix a possible crash when receiving an unexpected message from the server. (Thijs Alkemade) (#14983)
* Allow signing on with usernames containing periods and underscores. (#13500)
* Allow adding buddies containing periods and underscores. (#13500)
* Don't try to format ICQ usernames entered as email addresses. Gets rid of an "Unable to format username" error at login. (#13883)
- * MSN:
+ * '''MSN'''
* Fix possible crashes caused by not validating incoming messages as UTF-8. (Thijs Alkemade) (#14884)
* Support new protocol version MSNP18. (#14753)
* Fix messages to offline contacts. (#14302)
- * Windows-Specific Changes:
+ * '''Windows-Specific Changes'''
* Fix the installer downloading of spell-checking dictionaries (#14612)
* Fix compilation of the Bonjour protocol plugin. (#14802)
- * Plugins:
+ * '''Plugins'''
* The autoaccept plugin will no longer reset the preference for unknown buddies to "Auto Reject" in certain cases. (#14964)
== version 2.10.1 (12/06/2011) ==
-------8<------8<------8<------8<------8<------8<------8<------8<--------
--
Page URL: <https://developer.pidgin.im/wiki/ChangeLog>
Pidgin <http://pidgin.im>
Pidgin
This is an automated message. Someone added your email address to be
notified of changes on 'ChangeLog' page.
If it was not you, please report to datallah at pidgin.im.
More information about the Wikiedit
mailing list