summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert McQueen <robert.mcqueen@collabora.co.uk>2008-03-21 21:07:42 +0000
committerRobert McQueen <robert.mcqueen@collabora.co.uk>2008-03-21 21:07:42 +0000
commit82fb572f8f6c785c62ad50f8e138632307a70fa1 (patch)
tree914a1a67d478b640be642392d004e4b35630fb52 /NEWS
parent003bb6dda9e7e61917ca9947c86e825f60fbc9d6 (diff)
NEWS for 0.5.0 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29..856eafb 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,15 @@
+telepathy-stream-engine 0.5.0 (2008-03-21)
+==========================================
+
+* Refactoring to take us closer to having a "stream engine" library, cleaning
+ up API of channel/session/stream to allow inheritance.
+* Use gconf and auto audio source/sink elements if available.
+* Add elements to allow volume control and muting when on non-maemo DSP
+ platforms.
+* Fix race conditions where multiple stream objects could be created for the
+ same CM streams.
+* Port to use telepathy-glib instead of libtelepathy, increasing robustness at
+ shutdown and against CM crashes.
+* Remove fakesink element in video pipeline so the video device will be closed
+ when there are no preview windows or video streams.
+* Installs to ${libexecdir} now, instead of ${bindir}.