diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-04-20 18:31:34 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-04-20 18:31:34 +0100 |
commit | ec1e840e3aa541304742620396011bb3e74f57fb (patch) | |
tree | 51ce2915a0379e538b28904d35196f5804141f7a /NEWS | |
parent | 109fa9cf7375bc4f2f2ced2a9c0dfb551e471886 (diff) | |
parent | 3e49a76cd11ab42610ac498cd0d0a66e580d6f63 (diff) |
Merge branch 'telepathy-glib-0.18'
Conflicts:
NEWS
configure.ac
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 27 insertions, 10 deletions
@@ -3,11 +3,6 @@ telepathy-glib 0.19.0 (UNRELEASED) Enhancements: -• Make various methods of the form get_foo() available to - gobject-introspection (Xavier) - -• Improve stream tube examples (Guillaume) - • Replace --disable-coding-style-checks and --disable-doc-checks with --disable-fatal-warnings. In addition to what the removed options did, it changes the default for --disable-Werror and turns off @@ -18,11 +13,6 @@ Enhancements: Fixes: -• Change the type of TpStreamTubeConnection::closed's argument from - POINTER to ERROR so PyGI can bind it (Guillaume) - -• Use the right macro to avoid post-2.30 GLib APIs (Guillaume) - • Make it safe to hold refs to a remaining GAsyncResult after returning to the main loop (fd.o #45554, Simon) @@ -34,9 +24,36 @@ Fixes: • Make several methods returning a GStrv introspectable (fd.o #46471, Simon) +telepathy-glib 0.18.1 (2012-04-20) +================================== + +The “King's Cross is unrecognisable” release. + +Enhancements: + +• Make various methods of the form get_foo() available to + gobject-introspection (Xavier) + +• Improve stream tube examples (Guillaume) + +• Improve documentation (Xavier) + +Fixes: + +• Change the type of TpStreamTubeConnection::closed's argument from + POINTER to ERROR so PyGI can bind it (Guillaume) + +• Avoid TpCallChannel potentially returning a TpContact with no identifier + (Xavier) + +• Use the right macro to avoid post-2.30 GLib APIs (Guillaume) + • Fix warnings with newer gtk-doc and g-ir-scanner (fd.o #48592, fd.o #48363, fd.o #48620; Stef Walter, Alban Browaeys) +• Make various warnings non-fatal for this stable branch: GIR scanner warnings, + documentation completeness, and deprecated functions (fd.o #48363, Simon) + • Don't hard-code use of a particular abstract socket in dbus-tube-chan test, fixing test failure on non-Linux (fd.o #48600, Simon) |