[Pidgin] ChangeLog modified

Pidgin trac at pidgin.im
Wed Feb 13 21:16:17 EST 2013


Page "ChangeLog" was changed by MarkDoliner
Diff URL: <https://developer.pidgin.im/wiki/ChangeLog?action=diff&version=90>
Revision 90
Comment: Use bold instead of colons for more category headings
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: ChangeLog
=========================================================================
--- ChangeLog (version: 89)
+++ ChangeLog (version: 90)
@@ -150,126 +150,126 @@
 
 == version 2.10.1 (12/06/2011) ==
 [http://developer.pidgin.im/query?status=closed&milestone=2.10.1 View all closed tickets for this release.]
-  * Finch:
+  * '''Finch'''
     * Fix compilation on OpenBSD.
 
-  * AIM and ICQ:
+  * '''AIM and ICQ'''
     * Fix remotely-triggerable crashes by validating strings in a few
       messages related to buddy list management.  Thanks to Evgeny Boger
       for reporting this!  (#14682)
 
-  * Bonjour:
+  * '''Bonjour'''
     * IPv6 fixes (Linus Lüssing)
 
-  * Gadu-Gadu:
+  * '''Gadu-Gadu'''
     * Fix problems linking against GnuTLS. (#14544)
 
-  * IRC:
+  * '''IRC'''
     * Fix a memory leak when admitting UTF-8 text with a non-UTF-8 primary
       encoding.  (#14700)
 
-  * XMPP:
+  * '''XMPP'''
     * Fix crashes and memory leaks when receiving malformed voice
       and video requests.  Thanks to Thijs Alkemade for reporting this!
 
-  * Sametime:
+  * '''Sametime'''
     * Separate "username" and "server" when adding new Sametime accounts.
       (#14608)
     * Fix compilation in Visual C++. (#14608)
 
-  * SILC:
+  * '''SILC'''
     * Fix CVE-2011-3594, by UTF-8 validating incoming messages before
       passing them to glib or libpurple.  Identified by Diego Bauche
       Madero from IOActive.  (#14636)
 
-  * Yahoo!:
+  * '''Yahoo!'''
     * Fetch buddy icons in some cases where we previously weren't. (#13050)
 
-  * Windows-Specific Changes:
+  * '''Windows-Specific Changes'''
     * Fix compilation
 
 
 == version 2.10.0 (08/20/2011) ==
 [http://developer.pidgin.im/query?status=closed&milestone=2.10.0 View all closed tickets for this release.]
-  * Pidgin:
+  * '''Pidgin'''
     * Make the max size of incoming smileys a pref instead of hardcoding it. (Quentin Brandon) (#5231)
     * Added a plugin information dialog to show information for plugins that aren't otherwise visible in the plugins dialog.
     * Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the minimum supported) (#14261)
 
-  * libpurple:
+  * '''libpurple'''
     * Fix a potential crash in the Log Reader plugin when reading QIP logs.
     * Fix a large number of strcpy() and strcat() invocations to use strlcpy() and strlcat(), etc., forestalling an entire class of string buffer overrun bugs. (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
     * Change some filename manipulations in filectl.c to use MAXPATHLEN instead of arbitrary length constants.  (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
     * Fix endianness-related crash in NTLM authentication (Jon Goldberg) (#14163)
 
-  * Gadu-Gadu:
+  * '''Gadu-Gadu'''
     * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) (#5242)
     * Better status message handling. (Tomasz Wasilczyk) (#14314)
     * Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303)
     * Fix building of the bundled libgadu library with older versions of GnuTLS. (patch plucked from upstream) (#14365)
 
-  * ICQ:
-	* Fix crash selecting Tools->Set Mood when you're online with an ICQ account that is configured as an AIM account. (#14437)
-
-  * IRC:
+  * '''ICQ'''
+    * Fix crash selecting Tools->Set Mood when you're online with an ICQ account that is configured as an AIM account. (#14437)
+
+  * '''IRC'''
     * Fix a crash when remote users have certain characters in their nicknames. (Discovered by Djego Ibanez) (#14341)
     * Fix the handling of formatting following mIRC ^O (#14436)
     * Fix crash when NAMES is empty. (James McLaughlin) (#14518)
 
-  * MSN:
+  * '''MSN'''
     * Fix incorrect handling of HTTP 100 responses when using the HTTP connection method.  This can lead to a crash. (Discovered by Marius Wachtler)
     * Fix seemingly random crashing. (#14307)
     * Fix a crash when the account is disconnected at the time we are doing a SB request. (Hanzz, ported by shlomif) (#12431)
 
-  * XMPP:
+  * '''XMPP'''
     * Do not generate malformed XML ("</>") when setting an empty mood. (#14342)
     * Fix the /join <room> behavior.  (Broken when adding support for <room>@<server>)  (#14205)
 
-  * Yahoo!/Yahoo! JAPAN:
+  * '''Yahoo!/Yahoo! JAPAN'''
     * Fix coming out of idle while in an unavailable state
     * Fix logging into Yahoo! JAPAN.  (#14259)
 
-  * Windows-Specific Changes:
+  * '''Windows-Specific Changes'''
     * Open an explorer.exe window at the location of the file when clicking on a file link instead of executing the file, because executing a file can be potentially dangerous.  (Discovered by James Burton of Insomnia Security) (Fixed by Eion Robb)
 
 
 
 == version 2.9.0 (06/23/2011) ==
 [http://developer.pidgin.im/query?status=closed&milestone=2.9.0 View all closed tickets for this release.]
-  * Pidgin
+  * '''Pidgin'''
     * Fix a potential remote denial-of-service bug related to displaying buddy icons.
     * Significantly improved performance of larger IRC channels (regression introduced in 2.8.0).
     * Fix Conversation->Add on AIM and MSN.
     * Entries in the chat user list are sorted properly again.  This was inadvertenly broken in 2.8.0.
 
-  * Finch
+  * '''Finch'''
     * Fix logging in to ICQ.
 
-  * libpurple
+  * '''libpurple'''
     * media: Actually use the specified TCP port from the TURN configuration to create a TCP relay candidate.
 
-  * AIM and ICQ
+  * '''AIM and ICQ'''
     * Fix crashes on some non-mainstream OSes when attempting to printf("%s", NULL).  (Clemens Huebner) (#14297)
 
-  * Plugins
+  * '''Plugins'''
     * The Evolution Integration plugin compiles again.
 
 
 == version 2.8.0 (06/07/2011) ==
 [http://developer.pidgin.im/query?status=closed&milestone=2.8.0 View all closed tickets for this release.]
-  * General:
+  * '''General'''
     * Implement simple silence suppression for voice calls, preventing wasted bandwidth for silent periods during a call. (Jakub Adam) (half of #13180)
     * Added the DigiCert High Assurance CA-3 intermediate CA, needed for validation of the Facebook XMPP interface's certificate.
     * Removed the QQ protocol plugin.  It hasn't worked in a long time and isn't being maintained, therefore we no longer want it.
 
-  * Pidgin:
+  * '''Pidgin'''
     * Duplicate code cleanup.  (Gabriel Schulhof) (#10599)
     * Voice/Video call window adapts correctly to adding or removing streams on the fly. (Jakub Adam) (half of #13535)
     * Don't cancel an ongoing call when rejecting the addition of a stream to the existing call. (Jakub Adam) (#13537)
     * Pidgin plugins can now override tab completion and detect clicks on usernames in the chat userlist. (kawaii.neko) (#12599)
     * Fix the tooltip being destroyed when it is full of information and cover the mouse (dliang) (#10510)
 
-  * libpurple:
+  * '''libpurple'''
     * media: Allow obtaining active local and remote candidates. (Jakub Adam) (#11830)
     * media: Allow getting/setting video capabilities. (Jakub Adam) (half of #13095)
     * Simple Silence Suppression is optional per-account. (Jakub Adam) (half of #13180)
@@ -281,10 +281,10 @@
     * proxy: Add new "Tor/Privacy" proxy type that can be used to restrict operations that could leak potentially sensitive data (e.g. DNS queries).  (#11110, #13928)
     * media: Add support for using TCP relaying with TURN (will only work with libnice 0.1.0 and later).
 
-  * AIM:
+  * '''AIM'''
     * Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64. (#12874, #13165)
 
-  * Gadu-Gadu:
+  * '''Gadu-Gadu'''
     * Allow showing your status only to buddies. (Mateusz Piękos) (#13358)
     * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, Krzysztof Klinikowski) (#13525)
     * Updated internal libgadu to version 1.11.0. (Tomasz Wasilczyk) (#14248)
@@ -298,19 +298,19 @@
     * Support XML events, resulting in immediate update of other users' buddy icons. (Tomasz Wasilczyk) (#13739)
     * Accept poorly formatted URLs from other third-party clients in the same manner as the official client.  (Tomasz Wasilczyk) (#13886)
 
-  * ICQ:
+  * '''ICQ'''
     * Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64. (#12874, #13165)
     * Fix unsetting your mood when "None" is selected.  (Dustin Gathmann) (#11895)
     * Ignore Daylight Saving Time when performing calculations related to birthdays. (Dustin Gathmann) (#13533)
     * It is now possible to specify multiple encodings on the Advanced tab of an ICQ account's settings by using a comma-delimited list. (Dmitry Utkin (#13496))
 
-  * IRC:
+  * '''IRC'''
     * Add "authserv" service command.  (tomos) (#13337)
 
-  * MSN:
+  * '''MSN'''
     * Fix a hard-to-exploit crash in the MSN protocol when using the HTTP connection method (Reported by Marius Wachtler).
 
-  * MXit:
+  * '''MXit'''
     * Support for an Invite Message when adding a buddy.
     * Fixed bug in splitting-up of messages that contain a lot of links.
     * Fixed crash caused by timer not being disabled on disconnect.  (introduced in 2.7.11)
@@ -322,16 +322,16 @@
     * Added the ability to view and invite your Suggested Friends, and to search for contacts.
     * Also display the Status Message of offline contacts in their profile information.
 
-  * XMPP:
+  * '''XMPP'''
     * Remember the previously entered user directory when searching.  (Keith Moyer) (#12451)
     * Correctly handle a buddy's unsetting his/her vCard-based avatar.  (Matthew W.S. Bell) (#13370)
     * Squash one more situation that resulted in duplicate entries in the roster (this one where the server reports the buddy as being in the same (empty) group.  (Reported by Danny Mayer)
 
-  * Plugins:
+  * '''Plugins'''
     * The Voice/Video Settings plugin now includes the ability to test microphone settings. (Jakub Adam) (#13182)
     * Fix a crash when handling some saved settings in the Voice/Video Settings plugin. (Pat Erley) (13290, #13774)
 
-  * Windows-Specific Changes:
+  * '''Windows-Specific Changes'''
     * Fix building libpurple with Visual C++ .NET 2005. This was accidentally broken in 2.7.11. (Florian Quèze)
     * Build internal libgadu using packed structs, fixing several long-standing Gadu-Gadu issues. (#11958, #6297)
 
-------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