SHA256
1
0
forked from pool/bluez

Accepting request 381867 from home:seife:testing

submit my version with proper RPM changelog

OBS-URL: https://build.opensuse.org/request/show/381867
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=205
This commit is contained in:
Stefan Seyfried 2016-03-30 14:45:05 +00:00 committed by Git OBS Bridge
parent 6112dd1798
commit dd9f2a78e4

View File

@ -1,9 +1,29 @@
-------------------------------------------------------------------
Fri Mar 25 07:25:03 UTC 2016 - normand@linux.vnet.ibm.com
Fri Mar 18 14:22:39 UTC 2016 - seife+obs@b1-systems.com
- update to version 5.38
http://www.bluez.org/release-of-bluez-5-38/
at least avoid build error ppc64
- update to version 5.38:
This release has lots of updates and fixes to the GATT D-Bus API.
It should be working considerably better now. A key change to the
GATT D-Bus API is that it is now fully conforming to the word of
the D-Bus Object Manager specification. Instead of registering
each service individually with an Object Manager interface per
service path, all application services are now grouped together
through a single RegisterApplication call. The details can be
found in gatt-api.txt. Besides the D-Bus API change there are
also numerous fixes to GATT functionality in general.
Other areas that received fixes in this release are OBEX, AVRCP
and 128-bit UUID handling. Feature-wise there isnt anything
groundbreaking, but a notable update is support for the Start
Limited Discovery command in the btmgmt tool (this feature
debuted with the 4.5 kernel release).
* Fix issue with stack overflow and UUID handling.
* Fix issue with ObjectManager interface and GATT.
* Fix issue with GATT database and error handling.
* Fix issue with GATT client notifications.
* Fix issue with GATT object ordering.
* Fix issue with GATT default MTU exchange.
* Fix issue with device attribute clearing.
* Fix issue with AVRCP capabilities request.
-------------------------------------------------------------------
Mon Dec 28 08:27:37 UTC 2015 - seife+obs@b1-systems.com