diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-11 20:04:08 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-11 20:14:38 +0000 |
commit | efceabf103e52a53b69f94a32ec31a8773a8b4fa (patch) | |
tree | 80bd65c0401ae4fff3e7d2485e16f8d0be47d85b | |
parent | 093b4f926e229a00b7f18956dd17aefab67e7201 (diff) |
0.99.5
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 19 insertions, 2 deletions
@@ -1,3 +1,20 @@ +telepathy-glib 0.99.5 (2013-11-11) +================================== + +The “high and dry” release. + +API breaks: + +• Spec 0.99.5 + · All D-Bus namespaces have changed from im.telepathy1 to im.telepathy.v1 + · The Renaming1.Renamed signal carries the identifier, not just the handle + · .manager and .client files go in $XDG_DATA_DIRS/telepathy-1 instead + of $XDG_DATA_DIRS/telepathy, to be parallel-installable with Telepathy 0 + +• IRCCommand1 is marked as stable + +There was no 0.99.4 release for this module. + telepathy-glib 0.99.3 (2013-10-28) ================================== diff --git a/configure.ac b/configure.ac index d695f11d9..d4d323488 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ AC_COPYRIGHT([ m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [99]) -m4_define([tp_glib_micro_version], [3]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [5]) +m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision # If interfaces have been added, removed or changed since last release, |