Accepting request 235296 from home:seife:testing

update to version 5.19, removed bluez-glib2.40.patch, included upstream

OBS-URL: https://build.opensuse.org/request/show/235296
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=166
This commit is contained in:
Stefan Seyfried
2014-05-24 16:44:57 +00:00
committed by Git OBS Bridge
parent d63d23abc3
commit f5d3ee6535
5 changed files with 26 additions and 131 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue May 20 06:24:05 UTC 2014 - seife+obs@b1-systems.com
- update to version 5.19
The release contains fixes to OBEX, AVRCP browsing, HID over GATT
and handling of device unpaired events for dual-mode devices.
There is also a fix to cleanly handle tools like bluetoothctl
taking over the default agent role. Since there is no indication
to the "normal" system default agent this would previously simply
rob this property away without any way to know that this
happened. From 5.19 onward bluetoothd maintains a stack of agents
that have requested to be the default and will hand back the
property to the next item in the stack when bluetoothctl (or some
other tool) exits.
Besides these fixes weve got some new additions too:
* User space based HID host implementation (for BR/EDR), to
complement the kernel-side implementation
* A reconnect-upon-linkloss policy for those profiles that need,
such as HFP HF or an A2DP Sink. The list of remote UUIDs to try
to reconnect to is also configurable through main.conf.
- removed bluez-glib2.40.patch, included upstream
-------------------------------------------------------------------
Tue Apr 29 18:16:11 UTC 2014 - dimstar@opensuse.org