diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-03-22 01:12:26 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-03-22 01:12:26 +0000 |
commit | 16dbecb9ddc4e6935904f79aadab5812ab5419d8 (patch) | |
tree | 550ef5d1151f1cb04f7e18825b0d0e2f71e5bb17 /NEWS | |
parent | 45179f09e11d1dfb919003cc37eecf9833e79f89 (diff) |
NEWS: updated
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 36 |
1 files changed, 34 insertions, 2 deletions
@@ -1,6 +1,34 @@ -telepathy-butterfly-0.5.7 (UNRELEASED) +telepathy-butterfly-0.5.7 (2010-03-22) ====================================== +IF YOU'RE PACKAGING THIS THEN YOU SHOULD TOTALLY READ THIS OR YOU'LL +SCREW UP AND YOUR USERS WILL HATE YOU... + + 1. We've moved from waf to autotools. This should be fairly obvious + though. + + 2. More importantly, contacts no longer have the annoying #1 suffix + after their ID. The external network ID (which is Yahoo!) will + appear to distinguish between MSN and Yahoo!. These IDs will have + "#yahoo" appended. + + Now, this is great, but this obviously means that logs might be + broken once users make the switch. I've written a little migration + tool for Empathy that is performed automatically when it notices + the user is running new butterfly. However, this is only in + Empathy >= 2.29.92. + + If the user uses this butterfly release before using the new + empathy, then initially the log viewer will be ugly with + duplicates (#1 contacts, and non-#1 contacts), and when the user + finally uses said Empathy version, there is a chance not all logs + will be nicely migrated. Nothing should get lost, but really what + you should do is make this version of butterfly conflict with an + old Empathy. That's certainly what we're going to do in Debian. + +If you don't heed this advice and then start filing bugs when your +users get annoyed, I will not be amused. + Enhancements: * GetInterfaces on the connection will now return before the @@ -14,12 +42,16 @@ Enhancements: people who actually hack on butterfly knows how the build system works. Fixes fd.o#27053 + * Contact IDs no longer have their network ID appended to their + passport email address, as described above. Fixes fd.o#25635 + Fixes: * fd.o#24699: Stop abusing (Message_Type_Action, "nudge") to send nudges. -Dependencies: + * fd.o#27120: Be sure to register any new connection with actual + Connection Manager so it fires NewConnection. telepathy-butterfly-0.5.6 (2010-03-12) ====================================== |