summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-20 17:07:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-20 17:07:25 +0100
commit629bea3bfcf0c6698055b5bf6811485b330d335b (patch)
tree7bf4cd68a7bf46de29d99472d7d77112104cff58
parentbab960e0f3f63a52850e76b80b3dae77ea9c174d (diff)
downloadtelepathy-glib-629bea3bfcf0c6698055b5bf6811485b330d335b.tar.gz
Prepare 0.18.1telepathy-glib-0.18.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac6
2 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 460bdc914..26e1dcb84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-glib 0.18.1 (UNRELEASED)
+telepathy-glib 0.18.1 (2012-04-20)
==================================
Enhancements:
@@ -8,11 +8,16 @@ Enhancements:
• 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,
diff --git a/configure.ac b/configure.ac
index d7a9feea7..08d463ef6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.59])
m4_define([tp_glib_major_version], [0])
m4_define([tp_glib_minor_version], [18])
-m4_define([tp_glib_micro_version], [0])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [1])
+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,
@@ -27,7 +27,7 @@ m4_define([tp_glib_nano_version], [1])
# never seen in a release).
m4_define([tp_glib_lt_current], [70])
-m4_define([tp_glib_lt_revision], [0])
+m4_define([tp_glib_lt_revision], [1])
m4_define([tp_glib_lt_age], [70])
# Some magic