summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-11-21 12:30:24 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-11-21 12:30:24 -0500
commite1af5046e99b97f50c2802e8a4091d13b5b352b9 (patch)
tree0cd3846b3c126322ba6751b16242bbbb886839b9
parent700a3567ae1b25cc46e76f8b6978e8809b1aadf7 (diff)
-rw-r--r--NEWS20
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index fb0b11a..6fdfc23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,5 @@
-telepathy-stream-engine 0.5.0 (2008-04-04)
-==========================================
+telepathy-farsight 0.0.1 (21 November 2008)
+===========================================
-* Refactoring to take us closer to having a "stream engine" library,
- cleaning up API of channel/session/stream to allow inheritance.
-* Port to use telepathy-glib instead of libtelepathy, increasing
- robustness at shutdown and against CM crashes.
-* Use gconf and auto audio source/sink elements if available.
-* Add elements to allow volume control and muting when on non-maemo DSP
- platforms.
-* Remove fakesink element in video pipeline so the video device will be
- closed when there are no preview windows or video streams.
-* Fix race conditions where multiple stream objects could be created for
- the same CM streams.
-* Installs to ${libexecdir} now, instead of ${bindir}.
-* Raise Farsight dependency to 0.1.26 for predictable source/sink
- element reference counting behaviour.
+- Initial version
+- Split from stream-engine after 0.5.3
diff --git a/configure.ac b/configure.ac
index eff2acd..96184e1 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], [0])
-m4_define([tp_farsight_nano_version], [1])
+m4_define([tp_farsight_micro_version], [1])
+m4_define([tp_farsight_nano_version], [0])
m4_define([tp_farsight_lt_current], [0])
m4_define([tp_farsight_lt_revision], [0])