diff options
author | Olivier CrĂȘte <tester@tester.ca> | 2010-05-26 22:39:09 -0400 |
---|---|---|
committer | Olivier CrĂȘte <tester@tester.ca> | 2010-05-26 22:39:09 -0400 |
commit | 75684548d1aeba47763784edcefba8d692ad1ef3 (patch) | |
tree | d31d3f72fd58b3c1a9acf211dfc3c225bccaf61b | |
parent | 12805859a007b91fd40e52420b28f17ea68a8001 (diff) |
Version 0.0.14telepathy-farsight_0.0.14
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 11 insertions, 3 deletions
@@ -1,3 +1,11 @@ +telepathy-farsight 0.0.14 (26 May 2010) +======================================= +- Add properties to get the Farsight2 session and stream +- Recognize the shm transmitter +- Ignore invalidly empty strings in tp properties +- Fix -Wshadow warnings +- Use silent rules if automake >= 1.11 + telepathy-farsight 0.0.13 (5 Jan 2010) ====================================== - Export held resource in a property diff --git a/configure.ac b/configure.ac index aaeb921..57b59c4 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], [13]) -m4_define([tp_farsight_nano_version], [1]) +m4_define([tp_farsight_micro_version], [14]) +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], [1]) -m4_define([tp_farsight_lt_revision], [0]) +m4_define([tp_farsight_lt_revision], [1]) m4_define([tp_farsight_lt_age], [1]) |