summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 19:20:00 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 19:20:00 +0100
commit64719912e82ace61e0f919040bbf6fee4afe5e5b (patch)
treeebc02518d000b32f50850bd60200b27d47aeae38
parentb6c7a4f0d1ed8bc0a278db20e45ae1cb7a824060 (diff)
Nano version
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bdfbad62..aa70124d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,15 @@
+telepathy-glib 0.10.4 (UNRELEASED)
+==================================
+
+...
+
telepathy-glib 0.10.3 (2010-04-06)
==================================
The "why is it looking for an exclamation mark?" release.
+This version includes all the bugfixes from 0.8.3.
+
Fixes:
* Don't fail 'make check' if gtk-doc complains that the documentation is
@@ -12,6 +19,8 @@ Fixes:
* Don't warn/error if we're using deprecated functions, since this is a stable
branch, so it's not going to be fixed here (smcv)
+* tp_account_set_nickname_async: set the right source_tag (cassidy)
+
Documentation:
* fd.o #27281: clarify documentation for tp_message_mixin_sent, using
@@ -19,8 +28,6 @@ Documentation:
* Improve documentation of TpContactsMixinFillContactAttributesFunc (mikhailz)
-* tp_account_set_nickname_async: set the right source_tag (cassidy)
-
telepathy-glib 0.10.2 (2010-03-31)
==================================
diff --git a/configure.ac b/configure.ac
index e03f249b..8aa36f59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_PREREQ([2.59])
m4_define([tp_glib_major_version], [0])
m4_define([tp_glib_minor_version], [10])
m4_define([tp_glib_micro_version], [3])
-m4_define([tp_glib_nano_version], [0])
+m4_define([tp_glib_nano_version], [1])
# If library source has changed since last release, increment revision.
# Do not add new API or ABI, or make incompatible changes, on this branch