diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-12-20 20:09:08 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-12-20 20:09:08 +0000 |
commit | f5ff1dc58c0aa6f87585ee6bc7fce3f3112b9443 (patch) | |
tree | 67b71d0fcdc73996c103c0345ce57c307abe6330 | |
parent | 3797bff4fe9bad91c2ce0311923e688880ece506 (diff) |
Start 0.13.11 development.
Plus, add a missing NEWS entry for the release I just made.
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,10 @@ +telepathy-glib 0.13.11 (UNRELEASED) +=================================== + +The “and, erm … I own an M-16 fully-automatic ground assault rifle” release. + +… + telepathy-glib 0.13.10 (2010-12-20) =================================== @@ -34,6 +41,10 @@ Fixes: • Documentation improvements (smcv) +• TpBaseClient no longer breaks if HandleChannels is called more than once for + the same channel. This was a regression introduced by the leak fix in the + previous release (sjoerd) + telepathy-glib 0.13.9 (2010-12-10) ================================== diff --git a/configure.ac b/configure.ac index ce17ae327..6b3bf1627 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], [13]) m4_define([tp_glib_micro_version], [10]) -m4_define([tp_glib_nano_version], [0]) +m4_define([tp_glib_nano_version], [1]) # If library source has changed since last release, increment revision # If interfaces have been added, removed or changed since last release, |