summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-15 17:12:45 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-16 12:24:00 -0400
commitc46734ab14ff7bdb8402de1e2b97972b31e8633c (patch)
tree10bf4070efb4c74240eda20c45f9639859c88508
parent2fb56493eec0f86b9022c09734c96070514e727e (diff)
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1bf9b07..32fd6a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+telepathy-farsight 0.0.5 (16 March 2009)
+========================================
+- Recognize ice-udp
+- Improve error handling
+- Support the new CodecsUpdated method
+- Support for the RelayInfo and STUNServers properties
+
telepathy-farsight 0.0.4 (14 January 2009)
==========================================
- Add python bindings for tpfarsight
diff --git a/configure.ac b/configure.ac
index 0658ae9..0c3b278 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], [4])
-m4_define([tp_farsight_nano_version], [1])
+m4_define([tp_farsight_micro_version], [5])
+m4_define([tp_farsight_nano_version], [0])
m4_define([tp_farsight_lt_current], [0])
m4_define([tp_farsight_lt_revision], [0])