2010-09-22 13:45:15

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Pull request: git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream

The following changes since commit cca89b3d5c78c29065a88ce099dea36137bea225:

Release 4.72 (2010-09-22 19:48:34 +0900)

are available in the git repository at:
git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream

Luiz Augusto von Dentz (5):
Fix registering local endpoints when Socket interface is disabled
Remove ReadLock and WriteLock from MediaTransport properties
Replace use of term 'Renderer' with 'Owner'
Make MediaEndpoint.SetConfiguration to take all transport properties
Make MediaEndpoint.ClearConfiguration to take transport path

audio/a2dp.c | 13 ++++++++++++-
audio/media.c | 22 ++++++++++++++--------
audio/transport.c | 43 ++++++++++++++++++++++---------------------
audio/transport.h | 2 ++
doc/media-api.txt | 6 +++---
5 files changed, 53 insertions(+), 33 deletions(-)

--
Luiz Augusto von Dentz
Computer Engineer


2010-09-22 19:24:36

by Johan Hedberg

[permalink] [raw]
Subject: Re: Pull request: git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream

Hi Luiz,

On Wed, Sep 22, 2010, Luiz Augusto von Dentz wrote:
> The following changes since commit cca89b3d5c78c29065a88ce099dea36137bea225:
>
> Release 4.72 (2010-09-22 19:48:34 +0900)
>
> are available in the git repository at:
> git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
>
> Luiz Augusto von Dentz (5):
> Fix registering local endpoints when Socket interface is disabled
> Remove ReadLock and WriteLock from MediaTransport properties
> Replace use of term 'Renderer' with 'Owner'
> Make MediaEndpoint.SetConfiguration to take all transport properties
> Make MediaEndpoint.ClearConfiguration to take transport path
>
> audio/a2dp.c | 13 ++++++++++++-
> audio/media.c | 22 ++++++++++++++--------
> audio/transport.c | 43 ++++++++++++++++++++++---------------------
> audio/transport.h | 2 ++
> doc/media-api.txt | 6 +++---
> 5 files changed, 53 insertions(+), 33 deletions(-)

Thanks. All patches have been pushed upstream.

Johan