Mercurial > pidgin.yaz
comparison ChangeLog @ 25871:f424f26dd329
*** Plucked rev d34a1589 (darkrain42@pidgin.im):
Feed a fake </stream:stream> to the XMPP parser to silence warnings.
Upgrading to TLS and disconnecting should no longer emit
'Extra content at the end of the document'
References #8830.
*** Plucked rev ca9f6d5b (darkrain42@pidgin.im):
Add xmlnode and bonjour structured error handlers.
Various libraries may set global structured error handlers and libxml2
prefers those to a per-context normal error handler. This causes us to
break badly.
References #8830.
*** Plucked rev 34f4897e (darkrain42@pidgin.im):
xmlCtxtGetLastError may return NULL, especially with other misbehaving
libraries in our address space.
References #8136.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 29 Apr 2009 20:57:53 +0000 |
parents | f1efe664bd7b |
children | c56debe9ae4f |
comparison
equal
deleted
inserted
replaced
25870:3ebd399dd81e | 25871:f424f26dd329 |
---|---|
3 version 2.5.6 (??/??/2009): | 3 version 2.5.6 (??/??/2009): |
4 libpurple: | 4 libpurple: |
5 * Improve sleep behavior by aggregation of longer timeouts on second | 5 * Improve sleep behavior by aggregation of longer timeouts on second |
6 boundaries to allow better power saving. (Arunan Balasubramaniam) | 6 boundaries to allow better power saving. (Arunan Balasubramaniam) |
7 * Fix various crashes on exit. | 7 * Fix various crashes on exit. |
8 * Make XML parsing more resilient to interactions with other libraries. | |
9 This, along with the fix for libxml2 bug 564217, fixes the crashes | |
10 on connect in XMPP with recent gst-plugins-bad (see #8830 for details). | |
8 | 11 |
9 IRC: | 12 IRC: |
10 * Correctly handle WHOIS for users who are joined to a large number of | 13 * Correctly handle WHOIS for users who are joined to a large number of |
11 channels. | 14 channels. |
12 * Notify the user if a /nick command fails, rather than trying | 15 * Notify the user if a /nick command fails, rather than trying |