comparison ChangeLog @ 29006:e1c01f236674

Correctly parse "<br>" in an XML attribute. Closes #11318. If nobody has objections, I intend to add purple_unescape_text() to util.[ch] for 2.7.0.
author Paul Aurich <paul@darkrain42.org>
date Wed, 10 Feb 2010 03:32:29 +0000
parents 9b0d3a48a467
children fbe2824286ce 55515a760e87
comparison
equal deleted inserted replaced
29005:9b0d3a48a467 29006:e1c01f236674
8 * Set "controlling-mode" correctly when initializing a media session. 8 * Set "controlling-mode" correctly when initializing a media session.
9 Fixes receiving voice calls from Psi. 9 Fixes receiving voice calls from Psi.
10 * When looking up DNS records, use the type of record returned by the 10 * When looking up DNS records, use the type of record returned by the
11 server (instead of the type we asked for) to determine how to process 11 server (instead of the type we asked for) to determine how to process
12 the record. 12 the record.
13 * Fix an issue with parsing XML attributes that contain "&lt;br&gt;".
14 See ChangeLog.API for more details.
13 15
14 General: 16 General:
15 * Correctly disable all missing dependencies when using the 17 * Correctly disable all missing dependencies when using the
16 --disable-missing-dependencies option. (Gabriel Schulhof) 18 --disable-missing-dependencies option. (Gabriel Schulhof)
17 19