diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-05-06 19:07:47 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-05-06 19:07:47 -0400 |
commit | 1f47477183c8abd315625a7671eaf83618e11853 (patch) | |
tree | 864cfec376ecd85122021974e7ac73543db5209a | |
parent | 692a432cbeb04c370c9ee0d2d8e1fa0ee7fb3cd7 (diff) |
Version 0.0.7telepathy-farsight_0.0.7
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +telepathy-farsight 0.0.7 (06 May 2009) +====================================== +- Remove pygtk requirement +- Print errors in its own domain +- Update tp-glib dependency to 0.7.26 and fs2 dependency to 0.0.7 +- Make it more resilient in case of errors from other layers + telepathy-farsight 0.0.6 (17 March 2009) ======================================== - Add support of the RelayInfo property diff --git a/configure.ac b/configure.ac index 1491d99..2e267d4 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ AC_PREREQ([2.59]) m4_define([tp_farsight_major_version], [0]) m4_define([tp_farsight_minor_version], [0]) -m4_define([tp_farsight_micro_version], [6]) -m4_define([tp_farsight_nano_version], [1]) +m4_define([tp_farsight_micro_version], [7]) +m4_define([tp_farsight_nano_version], [0]) m4_define([tp_farsight_lt_current], [0]) m4_define([tp_farsight_lt_revision], [0]) |