1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
|
telepathy-farstream 0.6.2 (25 Aug 2014)
=======================================
- call-stream: add mising 'break' in switch block (fd.o#79006, Guillaume)
telepathy-farstream 0.6.1 (6 Mar 2014)
=======================================
- Fix build with newer telepathy-glib branches
- Fix build with automake 1.13
- Improve configure.ac with AS_IF
- Fix calls with standard ICE-UDP (against Gajim)
telepathy-farstream 0.6.0 (25 Sep 2012)
=======================================
- Port to the final Farstream 0.2 API
telepathy-farstream 0.5.0 (13 Sep 2012)
=======================================
- Port to GStreamer 1.0 and Farstream 0.2
- Set RemoteContact when accepting & updating media descriptions
telepathy-farstream 0.4.0 (4 Apr 2012)
======================================
This is the start of a new stable branch.
There have (basically) been no changes since 0.2.3.
There are too many changes since the last stable release. For more
details, look at the git log.
telepathy-farstream 0.2.3 (20 Mar 2012)
=======================================
- Fix various bugs
- Improve debug messages
- Improve GI annotations
- Use the generic marshallers
telepathy-farstream 0.2.2 (08 Mar 2012)
=======================================
- Allow an Endpoint to be removed so as it work with Rakia call transfers
- Ignore port 2.26 deprecations
- Added a tf_channel_new_finish() function
- Misc bug fixes
telepathy-farstream 0.2.1 (20 Feb 2012)
=======================================
- Now use Call1 as well as Streamed Media
- Now requires Farstream and telepathy-glib 0.17.5
telepathy-farstream 0.1.2 (18 Nov 2011)
=======================================
- Fix linking with ld --as-needed (bigon)
- Add AudioControl support (mike, sjoerd)
- respond to farsight-negotiate events (olivier)
telepathy-farstream 0.1.1 (14 Jul 2011)
=======================================
- Fix the python bindings
- Make the VideoControl interface actually work
telepathy-farstream 0.1.0 (27 Jun 2011)
=======================================
- Rename from telepathy-farsight to telepathy-farstream
- Implement Call API
- Also implement Streamed Media API under the same C api
telepathy-farsight 0.0.16 (22 Dec 2010)
=======================================
- Emit the NewActiveTransportPair signal
- Emit CodecsUpdated more often
- Various bug fixes
telepathy-farsight 0.0.15 (30 Sep 2010)
=======================================
- Release sending resource when SetStreamSending(False) is called
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
- Transfer the ptime/maxptime
telepathy-farsight 0.0.12 (15 Oct 2009)
=======================================
- Fix mixup between GSlice and malloc
- Fix potential race between src-pad-added and dispose
- The connected state in farsight is a lie, ignore it
telepathy-farsight 0.0.11 (10 Sep 2009)
=======================================
- Fix double free
- Fix more leaks
telepathy-farsight 0.0.10 (08 Sep 2009)
======================================
- Fix some leaks
- Fix possible deadlocks
- Emit different error codes depending on the error
- Emit stream state changes when the stream state changes according to ICE
telepathy-farsight 0.0.9 (03 Aug 2009)
======================================
- Emit session-invalidated on channel dispose (prevents leak)
- Fix ICE priority mangling (so not all candidates get 0)
- Use new error numbers from the the 0.17.27 spec
telepathy-farsight 0.0.8 (03 Aug 2009)
======================================
- Set ToS property on streams
- Set ICE controlling according to the CreatedLocally property
- Work around bug in the dbus-glib 0.80 of dbus properties
- Fix bugs
telepathy-farsight 0.0.7 (06 May 2009)
======================================
- Remove pygtk requirement
- Print errors in its own domain
- Update tp-glib dependency to 0.7.26 and fs2 dependency to 0.0.7
- Make it more resilient in case of errors from other layers
telepathy-farsight 0.0.6 (17 March 2009)
========================================
- Add support of the RelayInfo property
telepathy-farsight 0.0.5 (16 March 2009)
========================================
- Recognize ice-udp
- Improve error handling
- Support the new CodecsUpdated method
telepathy-farsight 0.0.4 (14 January 2009)
==========================================
- Add python bindings for tpfarsight
- Fix hold
- Make the "request-resource" signal optional, assumes
the resource is always there if there is no handler.
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)
===========================================
- Added various makefile niceties from telepathy-glib
telepathy-farsight 0.0.1 (21 November 2008)
===========================================
- Initial version
- Split from stream-engine after 0.5.3
|