Hello community,

here is the log from the commit of package telepathy-glib for openSUSE:Factory 
checked in at 2012-10-05 18:39:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-glib (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-glib", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-glib/telepathy-glib.changes    
2012-10-03 15:11:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-glib.new/telepathy-glib.changes       
2012-10-06 18:44:08.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  4 09:20:12 UTC 2012 - [email protected]
+
+- Update to version 0.20.0:
+  + There were no code changes since 0.19.10.
+
+-------------------------------------------------------------------

Old:
----
  telepathy-glib-0.19.10.tar.gz

New:
----
  telepathy-glib-0.20.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ telepathy-glib.spec ++++++
--- /var/tmp/diff_new_pack.yKjCdo/_old  2012-10-06 18:44:12.000000000 +0200
+++ /var/tmp/diff_new_pack.yKjCdo/_new  2012-10-06 18:44:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           telepathy-glib
-Version:        0.19.10
+Version:        0.20.0
 Release:        0
 Summary:        GObject-based library for the Telepathy D-Bus API
 License:        LGPL-2.1+

++++++ telepathy-glib-0.19.10.tar.gz -> telepathy-glib-0.20.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/ChangeLog 
new/telepathy-glib-0.20.0/ChangeLog
--- old/telepathy-glib-0.19.10/ChangeLog        2012-09-26 16:06:44.000000000 
+0200
+++ new/telepathy-glib-0.20.0/ChangeLog 2012-10-03 14:07:57.000000000 +0200
@@ -1,3 +1,57 @@
+commit 2c9b852db37f2ba1df678f94d6d9a6e93f0a0634
+Author: Guillaume Desmottes <[email protected]>
+Date:   2012-10-03 12:48:13 +0200
+
+    prepare 0.20.0
+
+commit 1bf52d3274028450a9d16a30ca663a411dc4a65e
+Author: Simon McVittie <[email protected]>
+Date:   2012-10-03 09:56:51 +0100
+
+    NEWS file for 0.20
+
+commit 8a13206cedc749c301521f65b7f6f017fa39aee5
+Author: Simon McVittie <[email protected]>
+Date:   2012-10-03 09:50:39 +0100
+
+    Upload documentation to the 0.20.x location
+    
+    To be reverted in the 0.21 branch.
+
+commit 860832b0521da2145e71bb2c06ff05b3a921c59f
+Author: Simon McVittie <[email protected]>
+Date:   2012-10-03 09:49:33 +0100
+
+    Don't check documentation completeness in this stable branch
+    
+    To be reverted in the 0.21 branch.
+
+commit 74b79c60c152d7ac49f091c88c2001a6dcec93f1
+Author: Simon McVittie <[email protected]>
+Date:   2010-04-06 12:33:21 +0100
+
+    Disable warnings about deprecated functions for stable branch
+    
+    Since this is a stable branch, we're unlikely to fix uses of
+    deprecated functions, so we shouldn't warn about them.
+    
+    To be reverted in the 0.21 branch.
+
+commit ed43abb7603e1286dbcbefbad75f354a654cae37
+Author: Simon McVittie <[email protected]>
+Date:   2012-10-02 16:15:53 +0100
+
+    Bump libtool current/age even though nothing actually changed
+    
+    This is to compensate for 0.19.10, which should have incremented them
+    (because it added API) but didn't.
+
+commit 7c8d17cc9540823fa75b4ecfc6a431fdbc8712e2
+Author: Guillaume Desmottes <[email protected]>
+Date:   2012-09-26 16:10:30 +0200
+
+    set nano version
+
 commit 884e32afc11107aa8e12ff282a90c10113adba49
 Author: Guillaume Desmottes <[email protected]>
 Date:   2012-09-26 15:36:10 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/Makefile.am 
new/telepathy-glib-0.20.0/Makefile.am
--- old/telepathy-glib-0.19.10/Makefile.am      2012-06-20 10:49:00.000000000 
+0200
+++ new/telepathy-glib-0.20.0/Makefile.am       2012-10-03 14:04:45.000000000 
+0200
@@ -37,7 +37,7 @@
 maintainer-upload-release: _maintainer-upload-release-local
 _maintainer-upload-release-local: _maintainer-upload-release-check
        rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX $(builddir)/docs/reference/html/ \
-       
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib/
+       
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib-0.20.x/
 
 BRANCH = $(shell sh tools/git-which-branch.sh misc | tr -d '\n' | tr -C 
"[:alnum:]" _)
 UPLOAD_BRANCH_TO = people.freedesktop.org:public_html/telepathy-glib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/Makefile.in 
new/telepathy-glib-0.20.0/Makefile.in
--- old/telepathy-glib-0.19.10/Makefile.in      2012-09-26 16:04:53.000000000 
+0200
+++ new/telepathy-glib-0.20.0/Makefile.in       2012-10-03 14:05:08.000000000 
+0200
@@ -858,7 +858,7 @@
 maintainer-upload-release: _maintainer-upload-release-local
 _maintainer-upload-release-local: _maintainer-upload-release-check
        rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX $(builddir)/docs/reference/html/ \
-       
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib/
+       
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib-0.20.x/
 
 upload-branch-docs: all
        rsync -rtzvPp --chmod=a+rX docs/reference/html/ \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/NEWS 
new/telepathy-glib-0.20.0/NEWS
--- old/telepathy-glib-0.19.10/NEWS     2012-09-26 16:04:37.000000000 +0200
+++ new/telepathy-glib-0.20.0/NEWS      2012-10-03 14:04:45.000000000 +0200
@@ -1,3 +1,48 @@
+telepathy-glib 0.20.0 (2012-10-03)
+==================================
+
+The "why not indeed" release.
+
+This starts a new stable branch, recommended for use with GNOME 3.6.
+
+Summary of changes since the last stable branch, 0.18:
+
+• GLib 2.32 or later is required.
+
+• Many old things are now deprecated. New TP_VERSION_MIN_REQUIRED and
+  TP_VERSION_MAX_ALLOWED macros are provided for deprecation control:
+  they work like the ones in GLib 2.32.
+
+• Many functions that expected or returned dbus-glib parameterized types
+  are now deprecated, and have an equivalent GVariant-based function which
+  should be used instead.
+
+• The only headers you should #include are <telepathy-glib/telepathy-glib.h>,
+  <telepathy-glib/telepathy-glib-dbus.h> and <telepathy-glib/proxy-subclass.h>.
+  Including anything else is deprecated.
+
+• All TpChannel APIs using contact TpHandle have been deprecated in favor of
+  their TpContact variants.
+
+• TpRoomList and TpRoomInfo: high level API to list rooms on a server.
+
+• TpDebugClient: high level API to retrieve logs from Telepathy components.
+
+• TpTLSCertificate: TpProxy subclass representing a TLS certificate
+
+• TpAccountRequest: object to help account creation
+
+• TpSimpleClientFactory gained API to prepare TpContact objects with the
+  features set on it.
+
+• Add tp_vardict_get_uint32() etc., analogous to tp_asv_get_uint32() etc.
+
+• The configure flags --disable-coding-style-checks, --disable-doc-checks
+  and part of --disable-Werror have been superseded
+  by --disable-fatal-warning
+
+There were no code changes since 0.19.10.
+
 telepathy-glib 0.19.10 (2012-09-26)
 ===================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/configure 
new/telepathy-glib-0.20.0/configure
--- old/telepathy-glib-0.19.10/configure        2012-09-26 16:04:53.000000000 
+0200
+++ new/telepathy-glib-0.20.0/configure 2012-10-03 14:05:09.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for Telepathy-GLib 0.19.10.
+# Generated by GNU Autoconf 2.68 for Telepathy-GLib 0.20.0.
 #
 # Report bugs to 
<https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-glib>.
 #
@@ -631,8 +631,8 @@
 # Identity of this package.
 PACKAGE_NAME='Telepathy-GLib'
 PACKAGE_TARNAME='telepathy-glib'
-PACKAGE_VERSION='0.19.10'
-PACKAGE_STRING='Telepathy-GLib 0.19.10'
+PACKAGE_VERSION='0.20.0'
+PACKAGE_STRING='Telepathy-GLib 0.20.0'
 
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-glib'
 PACKAGE_URL=''
 
@@ -1471,7 +1471,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Telepathy-GLib 0.19.10 to adapt to many kinds of 
systems.
+\`configure' configures Telepathy-GLib 0.20.0 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1541,7 +1541,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Telepathy-GLib 0.19.10:";;
+     short | recursive ) echo "Configuration of Telepathy-GLib 0.20.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1692,7 +1692,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Telepathy-GLib configure 0.19.10
+Telepathy-GLib configure 0.20.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2182,7 +2182,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Telepathy-GLib $as_me 0.19.10, which was
+It was created by Telepathy-GLib $as_me 0.20.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3000,7 +3000,7 @@
 
 # Define the identity of the package.
  PACKAGE='telepathy-glib'
- VERSION='0.19.10'
+ VERSION='0.20.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12489,15 +12489,15 @@
 
 
 TP_MAJOR_VERSION=0
-TP_MINOR_VERSION=19
-TP_MICRO_VERSION=10
+TP_MINOR_VERSION=20
+TP_MICRO_VERSION=0
 
 
 
 
-LT_CURRENT=77
+LT_CURRENT=78
 LT_REVISION=0
-LT_AGE=77
+LT_AGE=78
 
 
 
@@ -12762,7 +12762,8 @@
 
 
   for tp_flag in missing-field-initializers \
-   unused-parameter; do
+   unused-parameter \
+   deprecated-declarations; do
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler 
understands -Wno-$tp_flag" >&5
 $as_echo_n "checking to see if compiler understands -Wno-$tp_flag... " >&6; }
@@ -18134,7 +18135,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Telepathy-GLib $as_me 0.19.10, which was
+This file was extended by Telepathy-GLib $as_me 0.20.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18200,7 +18201,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Telepathy-GLib config.status 0.19.10
+Telepathy-GLib config.status 0.20.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/configure.ac 
new/telepathy-glib-0.20.0/configure.ac
--- old/telepathy-glib-0.19.10/configure.ac     2012-09-26 16:04:37.000000000 
+0200
+++ new/telepathy-glib-0.20.0/configure.ac      2012-10-03 14:04:45.000000000 
+0200
@@ -10,8 +10,8 @@
 #   set nano_version to 1
 
 m4_define([tp_glib_major_version], [0])
-m4_define([tp_glib_minor_version], [19])
-m4_define([tp_glib_micro_version], [10])
+m4_define([tp_glib_minor_version], [20])
+m4_define([tp_glib_micro_version], [0])
 m4_define([tp_glib_nano_version], [0])
 
 # If library source has changed since last release, increment revision
@@ -26,9 +26,9 @@
 # (we don't guarantee that we won't add ABI then remove it again, if it was
 # never seen in a release).
 
-m4_define([tp_glib_lt_current], [77])
+m4_define([tp_glib_lt_current], [78])
 m4_define([tp_glib_lt_revision], [0])
-m4_define([tp_glib_lt_age], [77])
+m4_define([tp_glib_lt_age], [78])
 
 # Some magic
 m4_define([tp_glib_base_version],
@@ -116,7 +116,8 @@
    format-security \
    init-self],
   [missing-field-initializers \
-   unused-parameter])
+   unused-parameter \
+   deprecated-declarations])
 AC_SUBST([ERROR_CFLAGS])
 
 # these aren't really error flags but they serve a similar purpose for us -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/docs/reference/Makefile.am 
new/telepathy-glib-0.20.0/docs/reference/Makefile.am
--- old/telepathy-glib-0.19.10/docs/reference/Makefile.am       2012-06-20 
10:49:00.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/Makefile.am        2012-10-03 
14:04:45.000000000 +0200
@@ -142,14 +142,6 @@
                        echo "$$file missing from telepathy-glib-docs.sgml"; \
                        err=1; \
                fi; \
-       done; \
-       case $(enable_fatal_warnings)/$$err in \
-               (yes/1) \
-                       echo "Documentation check failed" >&2; \
-                       exit $$err; \
-                       ;; \
-               (*) \
-                       exit 0; \
-                       ;; \
-       esac
+       done
 endif
+# ... but don't fail on incomplete documentation, this is a stable branch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/docs/reference/Makefile.in 
new/telepathy-glib-0.20.0/docs/reference/Makefile.in
--- old/telepathy-glib-0.19.10/docs/reference/Makefile.in       2012-09-26 
16:04:52.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/Makefile.in        2012-10-03 
14:05:07.000000000 +0200
@@ -831,16 +831,8 @@
 @ENABLE_GTK_DOC_TRUE@                  echo "$$file missing from 
telepathy-glib-docs.sgml"; \
 @ENABLE_GTK_DOC_TRUE@                  err=1; \
 @ENABLE_GTK_DOC_TRUE@          fi; \
-@ENABLE_GTK_DOC_TRUE@  done; \
-@ENABLE_GTK_DOC_TRUE@  case $(enable_fatal_warnings)/$$err in \
-@ENABLE_GTK_DOC_TRUE@          (yes/1) \
-@ENABLE_GTK_DOC_TRUE@                  echo "Documentation check failed" >&2; \
-@ENABLE_GTK_DOC_TRUE@                  exit $$err; \
-@ENABLE_GTK_DOC_TRUE@                  ;; \
-@ENABLE_GTK_DOC_TRUE@          (*) \
-@ENABLE_GTK_DOC_TRUE@                  exit 0; \
-@ENABLE_GTK_DOC_TRUE@                  ;; \
-@ENABLE_GTK_DOC_TRUE@  esac
+@ENABLE_GTK_DOC_TRUE@  done
+# ... but don't fail on incomplete documentation, this is a stable branch
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/TpMessage.html 
new/telepathy-glib-0.20.0/docs/reference/html/TpMessage.html
--- old/telepathy-glib-0.19.10/docs/reference/html/TpMessage.html       
2012-09-26 16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/TpMessage.html        
2012-10-03 14:07:57.000000000 +0200
@@ -229,7 +229,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -748,7 +748,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/index.html 
new/telepathy-glib-0.20.0/docs/reference/html/index.html
--- old/telepathy-glib-0.19.10/docs/reference/html/index.html   2012-09-26 
16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/index.html    2012-10-03 
14:07:57.000000000 +0200
@@ -15,10 +15,12 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">telepathy-glib API 
Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      This manual documents telepathy-glib version 0.19.10
+      This manual documents telepathy-glib version 0.20.0
 .
       The latest development version of this documentation can be found here:
       <a class="ulink" 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/"; 
target="_top">online copy of the telepathy-glib API Reference Manual</a>.
+      The latest version in this stable branch can be found here:
+      <a class="ulink" 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/"; 
target="_top">online copy of the telepathy-glib 0.20.x API Reference Manual</a>.
     </p></div>
 </div>
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/index.sgml 
new/telepathy-glib-0.20.0/docs/reference/html/index.sgml
--- old/telepathy-glib-0.19.10/docs/reference/html/index.sgml   2012-09-26 
16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/index.sgml    2012-10-03 
14:07:57.000000000 +0200
@@ -1,4 +1,5 @@
 <ONLINE href="http://telepathy.freedesktop.org/doc/telepathy-glib/";>
+<ONLINE href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/";>
 <ANCHOR id="telepathy-glib-proxy" 
href="telepathy-glib/telepathy-glib-proxy.html">
 <ANCHOR id="telepathy-glib-proxy.synopsis" 
href="telepathy-glib/telepathy-glib-proxy.html#telepathy-glib-proxy.synopsis">
 <ANCHOR id="TpProxy" href="telepathy-glib/telepathy-glib-proxy.html#TpProxy">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-TpPresenceMixin.html
 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-TpPresenceMixin.html
--- 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-TpPresenceMixin.html
  2012-09-26 16:06:44.000000000 +0200
+++ 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-TpPresenceMixin.html
   2012-10-03 14:07:57.000000000 +0200
@@ -108,7 +108,7 @@
 </p>
 <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1279784"></a>Implementing SimplePresence</h2></div></div></div>
+<a name="idp107161152"></a>Implementing SimplePresence</h2></div></div></div>
 <p>
   Since 0.7.13 this mixin supports the entire SimplePresence interface.
   You can implement <a class="link" 
href="telepathy-glib-svc-connection.html#TpSvcConnectionInterfaceSimplePresence"><span
 class="type">TpSvcConnectionInterfaceSimplePresence</span></a> as follows:
@@ -160,7 +160,7 @@
 </p>
 <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1279914"></a>Implementing old-style Presence</h2></div></div></div>
+<a name="idp107176816"></a>Implementing old-style 
Presence</h2></div></div></div>
 <p>
   This mixin also supports a large subset of the deprecated Presence
   interface. It does not support protocols where it is possible to set
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-account-channel-request.html
 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-account-channel-request.html
--- 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-account-channel-request.html
  2012-09-26 16:06:44.000000000 +0200
+++ 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-account-channel-request.html
   2012-10-03 14:07:57.000000000 +0200
@@ -324,7 +324,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -376,7 +376,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.11.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -1877,7 +1877,7 @@
 </p>
 <p>Allowed values: GVariant&lt;a{sv}&gt;</p>
 <p>Default value: NULL</p>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-asv.html 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-asv.html
--- old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-asv.html      
2012-09-26 16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-asv.html       
2012-10-03 14:07:57.000000000 +0200
@@ -234,7 +234,7 @@
 <p>
 </p>
 <div class="example">
-<a name="id469724"></a><p class="title"><b>Example 1. Using <a class="link" 
href="telepathy-glib-asv.html#tp-asv-new" title="tp_asv_new ()"><code 
class="function">tp_asv_new()</code></a></b></p>
+<a name="idp12753440"></a><p class="title"><b>Example 1. Using <a class="link" 
href="telepathy-glib-asv.html#tp-asv-new" title="tp_asv_new ()"><code 
class="function">tp_asv_new()</code></a></b></p>
 <div class="example-contents">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-base-client.html 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-base-client.html
--- 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-base-client.html  
    2012-09-26 16:06:44.000000000 +0200
+++ 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-base-client.html   
    2012-10-03 14:07:57.000000000 +0200
@@ -392,7 +392,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -692,7 +692,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -1014,7 +1014,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-channel-request.html
 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-channel-request.html
--- 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-channel-request.html
  2012-09-26 16:06:44.000000000 +0200
+++ 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-channel-request.html
   2012-10-03 14:07:57.000000000 +0200
@@ -368,7 +368,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -491,7 +491,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -1054,7 +1054,7 @@
 </p>
 <p>Allowed values: GVariant&lt;a{sv}&gt;</p>
 <p>Default value: NULL</p>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -1092,7 +1092,7 @@
 </p>
 <p>Allowed values: GVariant&lt;a{sv}&gt;</p>
 <p>Default value: NULL</p>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-contact.html 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-contact.html
--- old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-contact.html  
2012-09-26 16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-contact.html   
2012-10-03 14:07:57.000000000 +0200
@@ -376,7 +376,7 @@
 <td><p><a name="TP-CONTACT-FEATURE-LOCATION:CAPS"></a><span class="term"><code 
class="literal">TP_CONTACT_FEATURE_LOCATION</code></span></p></td>
 <td>
 <a class="link" href="telepathy-glib-contact.html#TpContact--location" 
title='The "location" property'><span class="type">"location"</span></a> 
(available since 0.11.1)
- and <a class="link" 
href="telepathy-glib-contact.html#TpContact--location-vardict" title='The 
"location-vardict" property'><span class="type">"location-vardict"</span></a> 
(since 0.UNRELEASED)
+ and <a class="link" 
href="telepathy-glib-contact.html#TpContact--location-vardict" title='The 
"location-vardict" property'><span class="type">"location-vardict"</span></a> 
(since 0.19.10)
 </td>
 </tr>
 <tr>
@@ -1428,7 +1428,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -2925,7 +2925,7 @@
 </p>
 <p>Allowed values: GVariant&lt;a{sv}&gt;</p>
 <p>Default value: NULL</p>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-dbus-tube-channel.html
 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-dbus-tube-channel.html
--- 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-dbus-tube-channel.html
        2012-09-26 16:06:44.000000000 +0200
+++ 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-dbus-tube-channel.html
 2012-10-03 14:07:57.000000000 +0200
@@ -262,7 +262,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -466,7 +466,7 @@
 </p>
 <p>Allowed values: GVariant&lt;a{sv}&gt;</p>
 <p>Default value: NULL</p>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-gnio-util.html 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-gnio-util.html
--- 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-gnio-util.html    
    2012-09-26 16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-gnio-util.html 
2012-10-03 14:07:57.000000000 +0200
@@ -209,7 +209,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -244,7 +244,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-stream-tube-channel.html
 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-stream-tube-channel.html
--- 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-stream-tube-channel.html
      2012-09-26 16:06:44.000000000 +0200
+++ 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-stream-tube-channel.html
       2012-10-03 14:07:57.000000000 +0200
@@ -260,7 +260,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -447,7 +447,7 @@
 </p>
 <p>Allowed values: GVariant&lt;a{sv}&gt;</p>
 <p>Default value: NULL</p>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-util.html 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-util.html
--- old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-util.html     
2012-09-26 16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-util.html      
2012-10-03 14:07:57.000000000 +0200
@@ -1123,7 +1123,7 @@
 <p>
 </p>
 <div class="example">
-<a name="id1407119"></a><p class="title"><b>Example 3.  using 
tp_value_array_build</b></p>
+<a name="idp126111584"></a><p class="title"><b>Example 3.  using 
tp_value_array_build</b></p>
 <div class="example-contents">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
@@ -1184,7 +1184,7 @@
 <p>
 </p>
 <div class="example">
-<a name="id1407298"></a><p class="title"><b>Example 4. using 
tp_value_array_unpack</b></p>
+<a name="idp126132992"></a><p class="title"><b>Example 4. using 
tp_value_array_unpack</b></p>
 <div class="example-contents">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-vardict.html 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-vardict.html
--- old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-vardict.html  
2012-09-26 16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-vardict.html   
2012-10-03 14:07:57.000000000 +0200
@@ -111,7 +111,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -151,7 +151,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -192,7 +192,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -233,7 +233,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -270,7 +270,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -306,7 +306,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -347,7 +347,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -387,7 +387,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 </div>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-variant-util.html 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-variant-util.html
--- 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-variant-util.html 
    2012-09-26 16:06:44.000000000 +0200
+++ 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-variant-util.html  
    2012-10-03 14:07:57.000000000 +0200
@@ -74,7 +74,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 <hr>
 <div class="refsect2">
@@ -105,7 +105,7 @@
 </tr>
 </tbody>
 </table></div>
-<p class="since">Since 0.UNRELEASED</p>
+<p class="since">Since 0.19.10</p>
 </div>
 </div>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-version.html 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-version.html
--- old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib-version.html  
2012-09-26 16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib-version.html   
2012-10-03 14:07:57.000000000 +0200
@@ -126,7 +126,7 @@
 <hr>
 <div class="refsect2">
 <a name="TP-MINOR-VERSION:CAPS"></a><h3>TP_MINOR_VERSION</h3>
-<pre class="programlisting">#define TP_MINOR_VERSION 19
+<pre class="programlisting">#define TP_MINOR_VERSION 20
 </pre>
 <p>
 The minor version of telepathy-glib (e.g. the 18 in 0.18.1) at the time your
@@ -140,7 +140,7 @@
 <hr>
 <div class="refsect2">
 <a name="TP-MICRO-VERSION:CAPS"></a><h3>TP_MICRO_VERSION</h3>
-<pre class="programlisting">#define TP_MICRO_VERSION 10
+<pre class="programlisting">#define TP_MICRO_VERSION 0
 </pre>
 <p>
 The micro version of telepathy-glib (e.g. the 1 in 0.18.1) at the time your
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib.devhelp2 
new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib.devhelp2
--- old/telepathy-glib-0.19.10/docs/reference/html/telepathy-glib.devhelp2      
2012-09-26 16:06:44.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/html/telepathy-glib.devhelp2       
2012-10-03 14:07:57.000000000 +0200
@@ -370,16 +370,16 @@
     <keyword type="function" name="tp_asv_set_uint64 ()" 
link="telepathy-glib-asv.html#tp-asv-set-uint64" since="0.7.29"/>
     <keyword type="function" name="tp_asv_lookup ()" 
link="telepathy-glib-asv.html#tp-asv-lookup" since="0.7.9"/>
     <keyword type="function" name="tp_asv_dump ()" 
link="telepathy-glib-asv.html#tp-asv-dump"/>
-    <keyword type="function" name="tp_variant_type_classify ()" 
link="telepathy-glib-variant-util.html#tp-variant-type-classify" 
since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_variant_convert ()" 
link="telepathy-glib-variant-util.html#tp-variant-convert" 
since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_vardict_get_boolean ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-boolean" since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_vardict_get_double ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-double" since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_vardict_get_int32 ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-int32" since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_vardict_get_int64 ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-int64" since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_vardict_get_object_path ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-object-path" 
since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_vardict_get_string ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-string" since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_vardict_get_uint32 ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-uint32" since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_vardict_get_uint64 ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-uint64" since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_variant_type_classify ()" 
link="telepathy-glib-variant-util.html#tp-variant-type-classify" 
since="0.19.10"/>
+    <keyword type="function" name="tp_variant_convert ()" 
link="telepathy-glib-variant-util.html#tp-variant-convert" since="0.19.10"/>
+    <keyword type="function" name="tp_vardict_get_boolean ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-boolean" since="0.19.10"/>
+    <keyword type="function" name="tp_vardict_get_double ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-double" since="0.19.10"/>
+    <keyword type="function" name="tp_vardict_get_int32 ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-int32" since="0.19.10"/>
+    <keyword type="function" name="tp_vardict_get_int64 ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-int64" since="0.19.10"/>
+    <keyword type="function" name="tp_vardict_get_object_path ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-object-path" since="0.19.10"/>
+    <keyword type="function" name="tp_vardict_get_string ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-string" since="0.19.10"/>
+    <keyword type="function" name="tp_vardict_get_uint32 ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-uint32" since="0.19.10"/>
+    <keyword type="function" name="tp_vardict_get_uint64 ()" 
link="telepathy-glib-vardict.html#tp-vardict-get-uint64" since="0.19.10"/>
     <keyword type="function" name="tp_proxy_add_interface_by_id ()" 
link="telepathy-glib-proxy-subclass.html#tp-proxy-add-interface-by-id" 
since="0.7.1"/>
     <keyword type="function" name="tp_proxy_add_interfaces ()" 
link="telepathy-glib-proxy-subclass.html#tp-proxy-add-interfaces" 
since="0.14.4"/>
     <keyword type="function" name="tp_proxy_borrow_interface_by_id ()" 
link="telepathy-glib-proxy-subclass.html#tp-proxy-borrow-interface-by-id" 
deprecated="" since="0.7.1"/>
@@ -1668,7 +1668,7 @@
     <keyword type="function" name="tp_contact_get_presence_status ()" 
link="telepathy-glib-contact.html#tp-contact-get-presence-status" 
since="0.7.18"/>
     <keyword type="function" name="tp_contact_get_presence_type ()" 
link="telepathy-glib-contact.html#tp-contact-get-presence-type" since="0.7.18"/>
     <keyword type="function" name="tp_contact_get_location ()" 
link="telepathy-glib-contact.html#tp-contact-get-location" since="0.11.1"/>
-    <keyword type="function" name="tp_contact_dup_location ()" 
link="telepathy-glib-contact.html#tp-contact-dup-location" 
since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_contact_dup_location ()" 
link="telepathy-glib-contact.html#tp-contact-dup-location" since="0.19.10"/>
     <keyword type="function" name="tp_contact_get_capabilities ()" 
link="telepathy-glib-contact.html#tp-contact-get-capabilities" since="0.11.3"/>
     <keyword type="function" name="tp_contact_get_contact_info ()" 
link="telepathy-glib-contact.html#tp-contact-get-contact-info" deprecated="" 
since="0.11.7"/>
     <keyword type="function" name="tp_contact_dup_contact_info ()" 
link="telepathy-glib-contact.html#tp-contact-dup-contact-info" since="0.19.9"/>
@@ -2843,12 +2843,12 @@
     <keyword type="function" name="tp_channel_request_init_known_interfaces 
()" 
link="telepathy-glib-channel-request.html#tp-channel-request-init-known-interfaces"
 since="0.7.32"/>
     <keyword type="function" name="tp_channel_request_set_channel_factory ()" 
link="telepathy-glib-channel-request.html#tp-channel-request-set-channel-factory"
 deprecated="since 0.15.5. Use #TpProxy:factory instead." since="0.13.14"/>
     <keyword type="function" name="tp_channel_request_get_immutable_properties 
()" 
link="telepathy-glib-channel-request.html#tp-channel-request-get-immutable-properties"
 since="0.13.14"/>
-    <keyword type="function" name="tp_channel_request_dup_immutable_properties 
()" 
link="telepathy-glib-channel-request.html#tp-channel-request-dup-immutable-properties"
 since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_channel_request_dup_immutable_properties 
()" 
link="telepathy-glib-channel-request.html#tp-channel-request-dup-immutable-properties"
 since="0.19.10"/>
     <keyword type="function" name="tp_channel_request_get_account ()" 
link="telepathy-glib-channel-request.html#tp-channel-request-get-account" 
since="0.15.3"/>
     <keyword type="function" name="tp_channel_request_get_user_action_time ()" 
link="telepathy-glib-channel-request.html#tp-channel-request-get-user-action-time"
 since="0.15.3"/>
     <keyword type="function" name="tp_channel_request_get_preferred_handler 
()" 
link="telepathy-glib-channel-request.html#tp-channel-request-get-preferred-handler"
 since="0.15.3"/>
     <keyword type="function" name="tp_channel_request_get_hints ()" 
link="telepathy-glib-channel-request.html#tp-channel-request-get-hints" 
since="0.13.14"/>
-    <keyword type="function" name="tp_channel_request_dup_hints ()" 
link="telepathy-glib-channel-request.html#tp-channel-request-dup-hints" 
since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_channel_request_dup_hints ()" 
link="telepathy-glib-channel-request.html#tp-channel-request-dup-hints" 
since="0.19.10"/>
     <keyword type="function" name="tp_cli_channel_request_callback_for_cancel 
()" 
link="telepathy-glib-channel-request.html#tp-cli-channel-request-callback-for-cancel"/>
     <keyword type="function" name="tp_cli_channel_request_call_cancel ()" 
link="telepathy-glib-channel-request.html#tp-cli-channel-request-call-cancel"/>
     <keyword type="function" name="tp_cli_channel_request_callback_for_proceed 
()" 
link="telepathy-glib-channel-request.html#tp-cli-channel-request-callback-for-proceed"/>
@@ -2884,9 +2884,9 @@
     <keyword type="function" 
name="tp_cli_client_approver_call_add_dispatch_operation ()" 
link="telepathy-glib-client.html#tp-cli-client-approver-call-add-dispatch-operation"/>
     <keyword type="struct" name="TpAccountChannelRequest" 
link="telepathy-glib-account-channel-request.html#TpAccountChannelRequest-struct"/>
     <keyword type="function" name="tp_account_channel_request_new ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-new"
 since="0.11.12"/>
-    <keyword type="function" name="tp_account_channel_request_new_vardict ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-new-vardict"
 since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_account_channel_request_new_vardict ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-new-vardict"
 since="0.19.10"/>
     <keyword type="function" name="tp_account_channel_request_get_request ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-get-request"
 since="0.11.12"/>
-    <keyword type="function" name="tp_account_channel_request_dup_request ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-dup-request"
 since="0.11.UNRELEASED"/>
+    <keyword type="function" name="tp_account_channel_request_dup_request ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-dup-request"
 since="0.19.10"/>
     <keyword type="function" 
name="tp_account_channel_request_get_user_action_time ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-get-user-action-time"
 since="0.11.12"/>
     <keyword type="function" name="tp_account_channel_request_get_account ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-get-account"
 since="0.11.12"/>
     <keyword type="function" 
name="tp_account_channel_request_set_target_contact ()" 
link="telepathy-glib-account-channel-request.html#tp-account-channel-request-set-target-contact"
 since="0.19.0"/>
@@ -2930,7 +2930,7 @@
     <keyword type="function" name="tp_stream_tube_channel_accept_async ()" 
link="telepathy-glib-stream-tube-channel.html#tp-stream-tube-channel-accept-async"
 since="0.13.2"/>
     <keyword type="function" name="tp_stream_tube_channel_accept_finish ()" 
link="telepathy-glib-stream-tube-channel.html#tp-stream-tube-channel-accept-finish"
 since="0.13.2"/>
     <keyword type="function" name="tp_stream_tube_channel_get_parameters ()" 
link="telepathy-glib-stream-tube-channel.html#tp-stream-tube-channel-get-parameters"
 since="0.13.2"/>
-    <keyword type="function" 
name="tp_stream_tube_channel_dup_parameters_vardict ()" 
link="telepathy-glib-stream-tube-channel.html#tp-stream-tube-channel-dup-parameters-vardict"
 since="0.UNRELEASED"/>
+    <keyword type="function" 
name="tp_stream_tube_channel_dup_parameters_vardict ()" 
link="telepathy-glib-stream-tube-channel.html#tp-stream-tube-channel-dup-parameters-vardict"
 since="0.19.10"/>
     <keyword type="function" name="tp_stream_tube_channel_get_service ()" 
link="telepathy-glib-stream-tube-channel.html#tp-stream-tube-channel-get-service"
 since="0.13.2"/>
     <keyword type="function" name="tp_stream_tube_channel_new ()" 
link="telepathy-glib-stream-tube-channel.html#tp-stream-tube-channel-new" 
deprecated="Use tp_simple_client_factory_ensure_channel() instead." 
since="0.13.2"/>
     <keyword type="function" name="tp_stream_tube_channel_offer_async ()" 
link="telepathy-glib-stream-tube-channel.html#tp-stream-tube-channel-offer-async"
 since="0.13.2"/>
@@ -2952,7 +2952,7 @@
     <keyword type="struct" name="struct TpDBusTubeChannelClass" 
link="telepathy-glib-dbus-tube-channel.html#TpDBusTubeChannelClass" 
since="0.18.0"/>
     <keyword type="macro" name="TP_DBUS_TUBE_CHANNEL_FEATURE_CORE" 
link="telepathy-glib-dbus-tube-channel.html#TP-DBUS-TUBE-CHANNEL-FEATURE-CORE:CAPS"
 since="0.18.0"/>
     <keyword type="function" name="tp_dbus_tube_channel_get_parameters ()" 
link="telepathy-glib-dbus-tube-channel.html#tp-dbus-tube-channel-get-parameters"
 since="0.18.0"/>
-    <keyword type="function" name="tp_dbus_tube_channel_dup_parameters_vardict 
()" 
link="telepathy-glib-dbus-tube-channel.html#tp-dbus-tube-channel-dup-parameters-vardict"
 since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_dbus_tube_channel_dup_parameters_vardict 
()" 
link="telepathy-glib-dbus-tube-channel.html#tp-dbus-tube-channel-dup-parameters-vardict"
 since="0.19.10"/>
     <keyword type="function" name="tp_dbus_tube_channel_get_service_name ()" 
link="telepathy-glib-dbus-tube-channel.html#tp-dbus-tube-channel-get-service-name"
 since="0.18.0"/>
     <keyword type="function" name="tp_dbus_tube_channel_offer_async ()" 
link="telepathy-glib-dbus-tube-channel.html#tp-dbus-tube-channel-offer-async" 
since="0.18.0"/>
     <keyword type="function" name="tp_dbus_tube_channel_offer_finish ()" 
link="telepathy-glib-dbus-tube-channel.html#tp-dbus-tube-channel-offer-finish" 
since="0.18.0"/>
@@ -4825,7 +4825,7 @@
     <keyword type="function" name="tp_message_mixin_maybe_send_gone ()" 
link="telepathy-glib-TpMessageMixin.html#tp-message-mixin-maybe-send-gone" 
since="0.19.0"/>
     <keyword type="struct" name="TpMessage" 
link="TpMessage.html#TpMessage-struct"/>
     <keyword type="function" name="tp_message_count_parts ()" 
link="TpMessage.html#tp-message-count-parts" since="0.7.21"/>
-    <keyword type="function" name="tp_message_dup_part ()" 
link="TpMessage.html#tp-message-dup-part" since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_message_dup_part ()" 
link="TpMessage.html#tp-message-dup-part" since="0.19.10"/>
     <keyword type="function" name="tp_message_peek ()" 
link="TpMessage.html#tp-message-peek" since="0.7.21"/>
     <keyword type="function" name="tp_message_to_text ()" 
link="TpMessage.html#tp-message-to-text" since="0.13.9"/>
     <keyword type="function" name="tp_message_get_message_type ()" 
link="TpMessage.html#tp-message-get-message-type" since="0.13.10"/>
@@ -4843,7 +4843,7 @@
     <keyword type="function" name="tp_message_delete_key ()" 
link="TpMessage.html#tp-message-delete-key" since="0.7.21"/>
     <keyword type="function" name="tp_message_delete_part ()" 
link="TpMessage.html#tp-message-delete-part" since="0.7.21"/>
     <keyword type="function" name="tp_message_set ()" 
link="TpMessage.html#tp-message-set" since="0.7.21"/>
-    <keyword type="function" name="tp_message_set_variant ()" 
link="TpMessage.html#tp-message-set-variant" since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_message_set_variant ()" 
link="TpMessage.html#tp-message-set-variant" since="0.19.10"/>
     <keyword type="function" name="tp_message_set_boolean ()" 
link="TpMessage.html#tp-message-set-boolean" since="0.7.21"/>
     <keyword type="function" name="tp_message_set_bytes ()" 
link="TpMessage.html#tp-message-set-bytes" since="0.7.21"/>
     <keyword type="macro" name="tp_message_set_int16()" 
link="TpMessage.html#tp-message-set-int16" since="0.7.21"/>
@@ -4889,14 +4889,14 @@
     <keyword type="struct" name="TpBaseClient" 
link="telepathy-glib-base-client.html#TpBaseClient-struct"/>
     <keyword type="struct" name="struct TpBaseClientClass" 
link="telepathy-glib-base-client.html#TpBaseClientClass" since="0.11.5"/>
     <keyword type="function" name="tp_base_client_add_observer_filter ()" 
link="telepathy-glib-base-client.html#tp-base-client-add-observer-filter" 
since="0.11.5"/>
-    <keyword type="function" name="tp_base_client_add_observer_filter_vardict 
()" 
link="telepathy-glib-base-client.html#tp-base-client-add-observer-filter-vardict"
 since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_base_client_add_observer_filter_vardict 
()" 
link="telepathy-glib-base-client.html#tp-base-client-add-observer-filter-vardict"
 since="0.19.10"/>
     <keyword type="function" name="tp_base_client_take_observer_filter ()" 
link="telepathy-glib-base-client.html#tp-base-client-take-observer-filter" 
since="0.11.5"/>
     <keyword type="function" name="tp_base_client_set_observer_recover ()" 
link="telepathy-glib-base-client.html#tp-base-client-set-observer-recover" 
since="0.11.5"/>
     <keyword type="function" name="tp_base_client_set_observer_delay_approvers 
()" 
link="telepathy-glib-base-client.html#tp-base-client-set-observer-delay-approvers"
 since="0.13.16"/>
     <keyword type="function" name="TpBaseClientClassObserveChannelsImpl ()" 
link="telepathy-glib-base-client.html#TpBaseClientClassObserveChannelsImpl" 
since="0.11.5"/>
     <keyword type="function" name="tp_base_client_implement_observe_channels 
()" 
link="telepathy-glib-base-client.html#tp-base-client-implement-observe-channels"
 since="0.11.5"/>
     <keyword type="function" name="tp_base_client_add_approver_filter ()" 
link="telepathy-glib-base-client.html#tp-base-client-add-approver-filter" 
since="0.11.5"/>
-    <keyword type="function" name="tp_base_client_add_approver_filter_vardict 
()" 
link="telepathy-glib-base-client.html#tp-base-client-add-approver-filter-vardict"
 since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_base_client_add_approver_filter_vardict 
()" 
link="telepathy-glib-base-client.html#tp-base-client-add-approver-filter-vardict"
 since="0.19.10"/>
     <keyword type="function" name="tp_base_client_take_approver_filter ()" 
link="telepathy-glib-base-client.html#tp-base-client-take-approver-filter" 
since="0.11.5"/>
     <keyword type="function" name="TpBaseClientClassAddDispatchOperationImpl 
()" 
link="telepathy-glib-base-client.html#TpBaseClientClassAddDispatchOperationImpl"
 since="0.11.5"/>
     <keyword type="function" 
name="tp_base_client_implement_add_dispatch_operation ()" 
link="telepathy-glib-base-client.html#tp-base-client-implement-add-dispatch-operation"
 since="0.11.5"/>
@@ -4904,7 +4904,7 @@
     <keyword type="function" 
name="tp_base_client_add_handler_capabilities_varargs ()" 
link="telepathy-glib-base-client.html#tp-base-client-add-handler-capabilities-varargs"
 since="0.11.6"/>
     <keyword type="function" name="tp_base_client_add_handler_capability ()" 
link="telepathy-glib-base-client.html#tp-base-client-add-handler-capability" 
since="0.11.6"/>
     <keyword type="function" name="tp_base_client_add_handler_filter ()" 
link="telepathy-glib-base-client.html#tp-base-client-add-handler-filter" 
since="0.11.6"/>
-    <keyword type="function" name="tp_base_client_add_handler_filter_vardict 
()" 
link="telepathy-glib-base-client.html#tp-base-client-add-handler-filter-vardict"
 since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_base_client_add_handler_filter_vardict 
()" 
link="telepathy-glib-base-client.html#tp-base-client-add-handler-filter-vardict"
 since="0.19.10"/>
     <keyword type="function" name="tp_base_client_take_handler_filter ()" 
link="telepathy-glib-base-client.html#tp-base-client-take-handler-filter" 
since="0.11.6"/>
     <keyword type="function" name="tp_base_client_be_a_handler ()" 
link="telepathy-glib-base-client.html#tp-base-client-be-a-handler" 
since="0.11.6"/>
     <keyword type="function" name="TpBaseClientClassHandleChannelsImpl ()" 
link="telepathy-glib-base-client.html#TpBaseClientClassHandleChannelsImpl" 
since="0.11.6"/>
@@ -5311,8 +5311,8 @@
     <keyword type="function" name="tp_utf8_make_valid ()" 
link="telepathy-glib-util.html#tp-utf8-make-valid" since="0.13.15"/>
     <keyword type="function" name="tp_g_socket_address_from_variant ()" 
link="telepathy-glib-gnio-util.html#tp-g-socket-address-from-variant"/>
     <keyword type="function" name="tp_address_variant_from_g_socket_address 
()" 
link="telepathy-glib-gnio-util.html#tp-address-variant-from-g-socket-address"/>
-    <keyword type="function" name="tp_g_socket_address_from_g_variant ()" 
link="telepathy-glib-gnio-util.html#tp-g-socket-address-from-g-variant" 
since="0.UNRELEASED"/>
-    <keyword type="function" name="tp_address_g_variant_from_g_socket_address 
()" 
link="telepathy-glib-gnio-util.html#tp-address-g-variant-from-g-socket-address" 
since="0.UNRELEASED"/>
+    <keyword type="function" name="tp_g_socket_address_from_g_variant ()" 
link="telepathy-glib-gnio-util.html#tp-g-socket-address-from-g-variant" 
since="0.19.10"/>
+    <keyword type="function" name="tp_address_g_variant_from_g_socket_address 
()" 
link="telepathy-glib-gnio-util.html#tp-address-g-variant-from-g-socket-address" 
since="0.19.10"/>
     <keyword type="function" 
name="tp_unix_connection_receive_credentials_with_byte ()" 
link="telepathy-glib-gnio-util.html#tp-unix-connection-receive-credentials-with-byte"
 since="0.13.2"/>
     <keyword type="function" 
name="tp_unix_connection_receive_credentials_with_byte_async ()" 
link="telepathy-glib-gnio-util.html#tp-unix-connection-receive-credentials-with-byte-async"
 since="0.17.5"/>
     <keyword type="function" 
name="tp_unix_connection_receive_credentials_with_byte_finish ()" 
link="telepathy-glib-gnio-util.html#tp-unix-connection-receive-credentials-with-byte-finish"
 since="0.17.5"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-glib-0.19.10/docs/reference/telepathy-glib-docs.sgml 
new/telepathy-glib-0.20.0/docs/reference/telepathy-glib-docs.sgml
--- old/telepathy-glib-0.19.10/docs/reference/telepathy-glib-docs.sgml  
2012-09-17 10:06:54.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/telepathy-glib-docs.sgml   
2012-10-03 14:04:45.000000000 +0200
@@ -10,6 +10,8 @@
       This manual documents telepathy-glib version &tpglibversion;.
       The latest development version of this documentation can be found here:
       <ulink role="online-location" 
url="http://telepathy.freedesktop.org/doc/telepathy-glib/";>online copy of the 
telepathy-glib API Reference Manual</ulink>.
+      The latest version in this stable branch can be found here:
+      <ulink role="online-location" 
url="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/";>online copy 
of the telepathy-glib 0.20.x API Reference Manual</ulink>.
     </releaseinfo>
   </bookinfo>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-glib-0.19.10/docs/reference/version.xml 
new/telepathy-glib-0.20.0/docs/reference/version.xml
--- old/telepathy-glib-0.19.10/docs/reference/version.xml       2012-09-26 
16:05:09.000000000 +0200
+++ new/telepathy-glib-0.20.0/docs/reference/version.xml        2012-10-03 
14:05:13.000000000 +0200
@@ -1 +1 @@
-0.19.10
+0.20.0

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to