summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac6
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7209eda..7c43caf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+telepathy-farsight 0.0.11 (10 Sep 2009)
+=======================================
+- Fix double free
+- Fix more leaks
+
telepathy-farsight 0.0.10 (08 Sep 2009)
======================================
- Fix some leaks
diff --git a/configure.ac b/configure.ac
index e433e0a..12c1ce4 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], [10])
-m4_define([tp_farsight_nano_version], [1])
+m4_define([tp_farsight_micro_version], [11])
+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], [3])
+m4_define([tp_farsight_lt_revision], [4])
m4_define([tp_farsight_lt_age], [0])