diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-09-08 21:10:13 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-09-08 21:10:13 -0400 |
commit | 512ff33764ec350ece2f062763e4a078eb6c6b40 (patch) | |
tree | 7e1b62b0bd628ad91d86879e7d2c771fc695cef9 | |
parent | 67f6ed1e9fd963a6dc1cb0b2c68e622e47095a19 (diff) |
Version 0.0.10telepathy-farsight_0.0.10
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,10 @@ +telepathy-farsight 0.0.10 (08 Sep 2009) +====================================== +- Fix some leaks +- Fix possible deadlocks +- Emit different error codes depending on the error +- Emit stream state changes when the stream state changes according to ICE + telepathy-farsight 0.0.9 (03 Aug 2009) ====================================== - Emit session-invalidated on channel dispose (prevents leak) diff --git a/configure.ac b/configure.ac index 1e8a533..1ff8a5d 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], [9]) -m4_define([tp_farsight_nano_version], [1]) +m4_define([tp_farsight_micro_version], [10]) +m4_define([tp_farsight_nano_version], [0]) dnl CURRENT, REVISION, AGE dnl - library source changed -> increment REVISION @@ -18,7 +18,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 m4_define([tp_farsight_lt_current], [0]) -m4_define([tp_farsight_lt_revision], [2]) +m4_define([tp_farsight_lt_revision], [3]) m4_define([tp_farsight_lt_age], [0]) |