diff --git a/bluez.changes b/bluez.changes index 6ebb09f..d8559b4 100644 --- a/bluez.changes +++ b/bluez.changes @@ -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 isn’t 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