summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-10-15 15:52:45 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-10-15 15:52:45 -0400
commit08d747cd2d5915b317bb3bc4d3b38096889a747f (patch)
tree5425c3f586d7079ce33e72ec3fd54b02915d12cb
parent67a99e644ee6a0bd890c4fc7121ade3f96ca8a21 (diff)
-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