SHA256
1
0
forked from pool/bluez

Accepting request 294073 from home:seife:testing

update to version 5.30

OBS-URL: https://build.opensuse.org/request/show/294073
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=188
This commit is contained in:
Stefan Seyfried
2015-04-02 07:55:25 +00:00
committed by Git OBS Bridge
parent 8f3a5bfb01
commit 9f6e21f6b6
6 changed files with 48 additions and 130 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Apr 1 10:35:59 UTC 2015 - seife+obs@b1-systems.com
- update to version 5.30
The highlight of this release is the completion of the GATT D-Bus
APIs. Weve now got both the client and server functionality in
place, however its still behind the -E (--experimental) command
line switch. The API is documented in doc/gatt-api.txt and there
are several test tools for it in the tree (even bluetoothctl has
support for it). Another new (and still experimental) D-Bus API
that debuts with this release is one for managing LE Advertising,
i.e. acting in peripheral role. The API is documented in
doc/advertising-api.txt.
Besides the new features, there are several fixes to AVCTP, AVDTP
& AVRCP. Theres also a fix for C++ compiler compatibility with
the library headers as well as a fix for device information not
being stored in certain corner cases.
- add bluez-5.30-disable-broken-tests.diff to fix test suite
- remove -fstack-reuse=none workaround
- remove 20150312-PATCH_BlueZ_shared_gatt-client_Fix_invalid_read-56974.patch
-------------------------------------------------------------------
Mon Mar 23 14:41:38 UTC 2015 - rguenther@suse.com