[next] telepathy-glib: 0.99.7

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Jan 29 04:00:48 PST 2014


Module: telepathy-glib
Branch: next
Commit: c7db3aaeae227cc19ccd9a2e5eaa96617399b820
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=c7db3aaeae227cc19ccd9a2e5eaa96617399b820

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Jan 29 12:15:06 2014 +0100

0.99.7

---

 NEWS                                     |   21 +++++++++++++++++++--
 configure.ac                             |    4 ++--
 telepathy-glib/channel-manager-request.c |    4 ++--
 3 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 90e3b44..a60f2af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,24 @@
-telepathy-glib 0.99.7 (UNRELEASED)
+telepathy-glib 0.99.7 (2014-01-29)
 ==================================
 
-…
+The “jigsaw falling into place” release.
+
+API breaks:
+
+• Spec 0.99.7
+  · Client API (Observer, ChannelDispatchOperation and Handler) are now channel
+    singular.
+  · Connection.NewChannels has been replaced by NewChannel
+  · Connection.Requests.RequestableChannelClasses has been moved to Connection
+  · ChannelDispatchOperation.HandleWithTime() has been merged into
+     HandleWith()
+  · Handler.HandleWith::User_Action_Time: use a signed type
+  · Channel.I.DTMF has been removed and re-implemented into Content.I.DTMF and
+    Channel.T.Call.
+  · Account.I.Hidden, AccountManager.I.Hidden have been removed
+
+• TpChannelManager now uses a TpChannelManagerRequest object instead of an
+  opaque pointer to represent a specific channel request. (fd.o #69430, Guillaume)
 
 telepathy-glib 0.99.6 (2014-01-13)
 ==================================
diff --git a/configure.ac b/configure.ac
index 7d40104..2eb5d06 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], [6])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [7])
+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,
diff --git a/telepathy-glib/channel-manager-request.c b/telepathy-glib/channel-manager-request.c
index bf09df2..2113732 100644
--- a/telepathy-glib/channel-manager-request.c
+++ b/telepathy-glib/channel-manager-request.c
@@ -40,7 +40,7 @@
  *
  * Data structure representing a #TpChannelManagerRequest.
  *
- * Since: UNRELEASED
+ * Since: 0.99.7
  */
 
 /**
@@ -48,7 +48,7 @@
  *
  * The class of a #TpChannelManagerRequest.
  *
- * Since: UNRELEASED
+ * Since: 0.99.7
  */
 
 /**



More information about the telepathy-commits mailing list