diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-11-21 20:27:13 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-11-21 20:27:13 -0500 |
commit | fa01d07f78212fb04b7bd2809b75a86c9a1f1dbf (patch) | |
tree | 031b402f34820769a226cacdae1060cbb498d745 | |
parent | 69681dbc8c14ff472543f39b6f3b4ff2d3b6687e (diff) |
Version 0.0.3telepathy-farsight_0.0.3
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +telepathy-farsight 0.0.3 (21 November 2008) +=========================================== +- Fix small brown-paper bug in last release +- Rename tf_channel_new_from_proxy to tf_channel_new, + and leave the proxy creation to the client + telepathy-farsight 0.0.2 (21 November 2008) =========================================== diff --git a/configure.ac b/configure.ac index 54bc217..d077ff2 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], [2]) -m4_define([tp_farsight_nano_version], [1]) +m4_define([tp_farsight_micro_version], [3]) +m4_define([tp_farsight_nano_version], [0]) m4_define([tp_farsight_lt_current], [0]) m4_define([tp_farsight_lt_revision], [0]) |