summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-11-21 20:27:13 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-11-21 20:27:13 -0500
commitfa01d07f78212fb04b7bd2809b75a86c9a1f1dbf (patch)
tree031b402f34820769a226cacdae1060cbb498d745
parent69681dbc8c14ff472543f39b6f3b4ff2d3b6687e (diff)
downloadtelepathy-farstream-fa01d07f78212fb04b7bd2809b75a86c9a1f1dbf.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4775fc4..08e5249 100644
--- a/NEWS
+++ b/NEWS
@@ -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])