summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-10-01 17:48:10 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-10-01 17:48:10 +0100
commitca92b4dac27b97d1f71e00a04a6fdeba65cdc2b3 (patch)
treed57fe557b58b5339bb1b282b3c1e26fec73c90ac
parent8422c2452c6c95c5f37280a23acb3d6a06bdffaa (diff)
Mention tolerating recoverable XML errorstelepathy-gabble-0.10.2
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4884993c1..12e622339 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ Fixes:
· Made it compile when built with OpenSSL (wjt)
· Handle the connection being disconnected by the remote side more gracefully
(sjoerd)
+ · Make the XML parser more tolerant of recoverable errors in the incoming
+ stream. In particular, this fixes an issue with illegal namespaces in some
+ contacts' PEP nodes (sjoerd)
• Fixed a memory allocation error which could cause corruption when using
plugins which deal with capabilities (wjt)
• Ensure only one OLPC activity is created for a given channel (tomeu)