summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac6
2 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e2664b0..7209eda 100644
--- a/NEWS
+++ b/NEWS
@@ -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])