summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7c43caf..86f61fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+telepathy-farsight 0.0.12 (15 Oct 2009)
+=======================================
+- Fix mixup between GSlice and malloc
+- Fix potential race between src-pad-added and dispose
+- The connected state in farsight is a lie, ignore it
+
telepathy-farsight 0.0.11 (10 Sep 2009)
=======================================
- Fix double free
diff --git a/configure.ac b/configure.ac
index c89dfaa..55eb2c8 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], [11])
-m4_define([tp_farsight_nano_version], [1])
+m4_define([tp_farsight_micro_version], [12])
+m4_define([tp_farsight_nano_version], [0])
dnl CURRENT, REVISION, AGE
dnl - library source changed -> increment REVISION