diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-07 19:58:40 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-07 19:58:40 +0000 |
commit | 152c12a2e393e6c135a975df847f55990fc8d0f5 (patch) | |
tree | 26d226e06b523059ea7938a48f2a96b49373daac | |
parent | 0f86ad63a641a780b0e812725f7a7bd24d57a467 (diff) |
Hey, let's call this 0.14.0
-rw-r--r-- | NEWS | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -1,9 +1,22 @@ -telepathy-gabble 0.13.8 (UNRELEASED) +telepathy-gabble 0.14.0 (UNRELEASED) ==================================== -The “Ironically, downforeveryoneorjustme.com is down.” release. +The “Ironically, downforeveryoneorjustme.com is down.” release. This is +the start of a glorious new stable series of Gabble! -Enhancements: +Major changes since 0.12.x which might disrupt your life: + +• Gabble implements the new Room, Subject and RoomConfig interfaces, and + no longer supports the old, crummy Telepathy.Properties interface. + +• Gabble no longer supports the legacy Presence interace. + +• require-encryption is now enabled by default. + +• The plugin API has been extended; plugins for 0.12.x may need updating + to compile and run with 0.14.x. + +Enhancements since 0.13.7: • It's now possible to install Gabble's test suite. (albanc) @@ -11,7 +24,7 @@ Enhancements: 'accepted' delivery reports when the user sends a message to a contact using another device. (wjt) -Fixes: +Fixes since 0.13.7: • Compile against unstable GLib, where including glib/gtypes.h directly (instead of glib.h) is forbidden. (cosimoc) |