summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWilliam Grant <wgrant@ubuntu.com>2010-04-14 15:24:53 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-04-14 15:27:37 +0100
commitffb93617ae2fc9f9a98a5b648427a873c49a7039 (patch)
treefa8b670a5d11b1112d6119512b98bd9e305b82e4 /NEWS
parent254e8092a5e76504abee97e7d3d9d5ca409e9e72 (diff)
conversation: don't choke on trailing semicolons
This happens every time I receive a message from a particular contact at the moment. Said contact is using eBuddy right now. This is an example message: <<< MSG <redacted email> <redacted name> 160 X-MMS-IM-Format: 'FN=Arial; EF=; CO=000000; CS=0; PF=00; RL=0;'\r\n Content-Type: 'text/plain; charset=UTF-8'\r\n MIME-Version: '1.0'\r\n \r\n <redacted plaintext message body> I suspect that the trailing semicolon on X-MMS-IM-Format is to blame -- adding an emptiness check fixes it. Fixes fd.o#27556 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5058f80..73451fb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Fixes:
* Deal with bad SHA1{C,D} in MSNObjects and log the failures. (fd.o#24138)
* Use python-crypto instead of an embedded copy of pyDes. (fd.o#26638)
* Signal an error in IOChannel if resolving fails. (fd.o#27554)
+ * Don't choke on trailing semicolons in message headers. (fd.o#27556)
papyon-0.4.6 (2010-04-08)
=========================