diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-09-10 14:02:01 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-09-10 14:02:01 -0400 |
commit | 7b320977549d1f4c843c38bab9e4795f420bca6f (patch) | |
tree | 6a7e11d64c9c68c030c56a15e3bdde9b98dc9990 | |
parent | d81fcc3123c7e5840785cb381b3704b1ccd75f4d (diff) |
Version 0.0.11telepathy-farsight_0.0.11
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -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]) |