~ubuntu-branches/ubuntu/lucid/bluez/lucid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Baptiste Mille-Mathias
  • Date: 2009-05-13 10:32:23 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090513103223-b0v1iorzpl1bf4ib
Tags: 4.39-0ubuntu1
* New upstream release (LP: #372428)
  - Add workaround for dealing with unknown inquiry complete. 
  - Fix discovering when using software scheduler. 
  - Fix wrong NoInputNoOutput IO capability string. 
  - Fix race condition with agent during pairing. 
  - Fix agent cancellation for security mode 3 acceptor failure. 
  - Fix temporary flag removal when device creation fails. 
  - Fix hciattach to use ppoll instead of poll. 
  - Fix service class update when adapter is down. 
  - Fix service classes race condition during startup. 
  - Fix release of audio client before freeing the device.
* debian/rules:
  - remove "--enable-hal" to DEB_CONFIGURE_EXTRA_FLAGS. This is not a
  supported flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ver 4.39:
 
2
        Add workaround for dealing with unknown inquiry complete.
 
3
        Fix discovering when using software scheduler.
 
4
        Fix wrong NoInputNoOutput IO capability string.
 
5
        Fix race condition with agent during pairing.
 
6
        Fix agent cancellation for security mode 3 acceptor failure.
 
7
        Fix temporary flag removal when device creation fails.
 
8
        Fix hciattach to use ppoll instead of poll.
 
9
        Fix service class update when adapter is down.
 
10
        Fix service classes race condition during startup.
 
11
        Fix release of audio client before freeing the device.
 
12
 
 
13
ver 4.38:
 
14
        Add support for builtin plugins.
 
15
        Add framework for adapter operations.
 
16
        Add constants for Enhanced Retransmission modes.
 
17
        Fix HCI socket leak in device_remove_bonding.
 
18
        Fix various format string issues.
 
19
        Fix crashes with various free functions.
 
20
        Fix issues with Headset and A2DP drivers to load again.
 
21
        Fix sending AVRCP button released passthrough messages
 
22
        Fix bug which prevent input devices to work after restart.
 
23
        Fix issue with interpretation of UUID-128 as channel.
 
24
 
1
25
ver 4.37:
2
26
        Add version value for Bluetooth 3.0 devices.
3
27
        Add additional L2CAP extended feature mask bits.