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

« back to all changes in this revision

Viewing changes to debian/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
bluez (4.39-0ubuntu1) karmic; urgency=low
 
2
 
 
3
  * New upstream release (LP: #372428)
 
4
    - Add workaround for dealing with unknown inquiry complete. 
 
5
    - Fix discovering when using software scheduler. 
 
6
    - Fix wrong NoInputNoOutput IO capability string. 
 
7
    - Fix race condition with agent during pairing. 
 
8
    - Fix agent cancellation for security mode 3 acceptor failure. 
 
9
    - Fix temporary flag removal when device creation fails. 
 
10
    - Fix hciattach to use ppoll instead of poll. 
 
11
    - Fix service class update when adapter is down. 
 
12
    - Fix service classes race condition during startup. 
 
13
    - Fix release of audio client before freeing the device.
 
14
  * debian/rules:
 
15
    - remove "--enable-hal" to DEB_CONFIGURE_EXTRA_FLAGS. This is not a
 
16
    supported flag.
 
17
 
 
18
 -- Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>  Wed, 13 May 2009 10:32:23 +0200
 
19
 
 
20
bluez (4.38-0ubuntu1) karmic; urgency=low
 
21
 
 
22
  * New upstream release 
 
23
    - Add support for builtin plugins.
 
24
    - Add framework for adapter operations.
 
25
    - Add constants for Enhanced Retransmission modes.
 
26
    - Fix HCI socket leak in device_remove_bonding.
 
27
    - Fix various format string issues.
 
28
    - Fix crashes with various free functions.
 
29
    - Fix issues with Headset and A2DP drivers to load again.
 
30
    - Fix sending AVRCP button released passthrough messages
 
31
    - Fix bug which prevent input devices to work after restart.
 
32
    - Fix issue with interpretation of UUID-128 as channel.
 
33
 
 
34
 -- Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>  Tue, 05 May 2009 22:47:19 +0200
 
35
 
1
36
bluez (4.37-0ubuntu1) karmic; urgency=low
2
37
 
3
38
  * New upstream version (LP: #367056)