Change logs for bluez source package in Karmic

  • bluez (4.51-0ubuntu2) karmic; urgency=low
    
      * debian/patches/01_lower_sink_ranking.patch:
        - lower the gsta2dpsink ranking so it's not autoconfigured, right now it
          claims to handle mpeg but has no decoder for it which breaks easy codec
          installation, the sink cannot be used without configuring a device
          which means it doesn't need to be used by default, thanks slomo who
          looked at the issue and adviced about the change (lp: #412927)
    
     -- Sebastien Bacher <email address hidden>   Thu, 24 Sep 2009 23:12:24 +0200
  • bluez (4.51-0ubuntu1) karmic; urgency=low
    
      * New upstream version. (LP: #420811)
        - Add utility for basic AVDTP testing.
        - Add support for configuring L2CAP FCS option.
        - Fix discovery mode for CUPS 1.4.x and later.
        - Fix global state tracking of audio service.
        - Fix last issues with the new build system.
        - Fix issue with missing manual pages in distribution.
        - Fix issue with the configuration and state directories.
        - Fix issue with creating include directory.
        - Fix dependencies of include file generation.
        - Add simple test program for basic GAP testing.
        - Add support for confirmation requests to agent example.
        - Add support for full non-recursive build.
        - Add five millisecond delay for Simple Pairing auto-accept.
        - Fix Class of Device setting when InitiallyPowered=false.
      * Drop 10_bluetooth-cups-backend-report-printers-immediately.patch
        as it's now upstream.
    
     -- Mario Limonciello <email address hidden>   Thu, 03 Sep 2009 12:20:43 -0500
  • bluez (4.48-0ubuntu2) karmic; urgency=low
    
      * debian/patches/10_bluetooth-cups-backend-report-printers-immediately.patch:
        Let bluetooth CUPS backend immediately output a printer entry when it
        discovers a printer instead of outputtting the whole printer list after the
        timeout. This is needed for the new device discovery environment of CUPS.
        (LP: #418465)
    
     -- Till Kamppeter <email address hidden>   Wed, 26 Aug 2009 18:42:33 +0200
  • bluez (4.48-0ubuntu1) karmic; urgency=low
    
      * New upstream version.
        - Add library function for comparing UUID values.
        - Add support for creating all plugins as builtins.
        - Add support for async handling of service class changes.
        - Add support for source interface to audio IPC.
        - Fix device name settings when device is off or down.
        - Fix issue with enabled SCO server when not necessary.
        - Fix missing D-Bus access policy for CUPS backend.
        - Fix discovery results of CUPS backend.
        - Fix initialization handling of Maemo telephony.
      * Drop cups-bluetooth-discovery-improvements.patch as it's now
        upstream.
    
     -- Mario Limonciello <email address hidden>   Sun, 16 Aug 2009 23:43:06 -0500
  • bluez (4.47-0ubuntu2) karmic; urgency=low
    
      * debian/bluetooth-dbus.conf: Allow access to the D-Bus resource "org.bluez"
        also for the "lp" group so that the "bluetooth" CUPS backend can access
        when it is run by CUPS for discovery of Bluetooth printers.
      * debian/patches/cups-bluetooth-discovery-improvements.patch: Improved
        device discovery mode output of the "bluetooth" CUPS backend. Once, fill
        the device make-and-model field, and second, let the device class be
        "direct" and not network, so that the printer setup tools list the
        Bluetooth printer as a local printer. (LP: #411610)
    
     -- Till Kamppeter <email address hidden>   Mon, 10 Aug 2009 21:18:33 +0200
  • bluez (4.47-0ubuntu1) karmic; urgency=low
    
      * New upstream version. (LP: #405263)
        - Fixes issues with service record updates
        - Adds native RFKILL support for 2.6.31+
        - Supports static serial proxy configurations
        - Fixes many memory leaks and wrong pointer usages
        - Support for A2DP sinks added
    
     -- Mario Limonciello <email address hidden>   Fri, 07 Aug 2009 11:34:48 -0500
  • bluez (4.45-0ubuntu4) karmic; urgency=low
    
      * Fix upgrade breakage from 4.45-0ubuntu{1,2} (lp: #399482)
    
     -- Michael Bienia <email address hidden>   Thu, 16 Jul 2009 11:04:02 +0200
  • bluez (4.45-0ubuntu3) karmic; urgency=low
    
      * debian/bluez.bluetooth.init:
        - Guard the stop action in case bluetoothd isn't running. (LP: #399482)
    
     -- Mario Limonciello <email address hidden>   Tue, 14 Jul 2009 17:02:42 -0500
  • bluez (4.45-0ubuntu2) karmic; urgency=low
    
      * debian/bluez.bluetooth.init:
        - Fix an error that broke LSB compliance in last upload (LP: #399158)
        - Check for /sbin/udevadm.upgrade.  If it exists, we shouldn't be running
          any triggers. (LP: #399287)
    
     -- Mario Limonciello <email address hidden>   Tue, 14 Jul 2009 13:33:26 -0500
  • bluez (4.45-0ubuntu1) karmic; urgency=low
    
      * New upstream version.
        - Improvements in audio support
        - Ability to start bluetoothd from udev
        - Fixes some Phonebook access interaction with EDS bugs.
        - 3 way calling fixes with handsfree support.
      * debian/bluez.bluetooth.default:
        - Drop.  Doesn't do anything now.
      * debian/bluez.bluetooth.init:
        - Drop most calls in this script as now all it serves as
          is to workaround a problem with dbus not being ready early
          enough. Once dbus is started by an upstart service, this
          should be able to be converted to an upstart service too.
      * debian/bluez.preinst:
        - Cleanup /etc/default/bluetooth as it's not used anymore.
      * debian/bluez.install:
        - Install udev rule
      * debian/rules:
        - Enable udev rules.
        - Remove mv line since we don't still have l2ping section patch.
        - Drop references to init script.
      * debian/control:
        - Add udev to build-depends.  Allows pkg-config to query udev data
          directory variable.
      * Drop unnecessary patches:
        - 001_test_agent_default_adapter.patch (No longer applies, no longer necessary)
        - 006_a2dpsink_marginal.patch (upstream)
        - 003_configure_amd64_rpath.patch (no longer applies, not necessary)
        - 005_l2ping_section.patch (upstream)
    
     -- Mario Limonciello <email address hidden>   Mon, 13 Jul 2009 18:01:11 -0500
  • bluez (4.41-0ubuntu2) karmic; urgency=low
    
      * debian/rules:
        - Don't build hid2hci anymore.  It's part of udev-extras now.
    
     -- Mario Limonciello <email address hidden>   Mon, 15 Jun 2009 01:25:04 -0500
  • bluez (4.41-0ubuntu1) karmic; urgency=low
    
      * Debian has adopted the Ubuntu bluez package.  Merge
        with debian packaging.  Remaining delta:
        - Drop 010_udev_rules_agent.patch.  Ubuntu doesn't have
          /lib/udev/hotplug.functions, so this wouldn't stand a chance
          working.
        - Don't advertise hid2hci in bluetooth.default or bluetooth.init
        - Don't install bluez_agent.udev, doesn't work in Ubuntu.
      * New upstream version (4.41):
        - Multiple fixes for the audio subsystem
        - Makes the Bluetooth daemon itself more and more stable.
    
     -- Mario Limonciello <email address hidden>   Tue, 09 Jun 2009 09:34:12 -0500
  • bluez (4.40-0ubuntu1) karmic; urgency=low
    
      * New upstream release
        - Add telephony driver for oFono telephony stack.
        - Add support for Dell specific HID proxy switching.
        - Add support for running hid2hci from udev.
        - Add mapping for AVRCP Play and Pause to dedicated key codes.
        - Fix AVRCP keycodes to better match existing X keymap support.
        - Fix various quoting issues within telephony support.
        - Fix memory allocation issue when generating PDUs for SDP.
        - Fix race condition on device removal.
        - Fix non-cancelable issue with CreateDevice method.
        - Fix non-working CancelDiscovery method call.
      * debian/rules:
        - Adjust for upstream modifications to udev rules.
      * debian/hid2hci.rules:
        - Drop. This has been added upstream now.
      * patches/hid2hci_pm-utils.patch:
        - Drop for now, until a better solution has been developed.
          hid2hci now requires arguments for the device, so it will probably
          be better to reset the USB device upon entering or leaving S3.
      * debian/bluez.bluetooth.init:
        - Drop references to hid2hci
      * debian/bluez.bluetooth.default:
        - Drop references to hid2hci
    
     -- Mario Limonciello <email address hidden>   Tue, 19 May 2009 17:04:16 -0500
  • bluez (4.39-0ubuntu1) karmic; urgency=low
    
      * 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.
    
    bluez (4.38-0ubuntu1) karmic; urgency=low
    
      * New upstream release
        - Add support for builtin plugins.
        - Add framework for adapter operations.
        - Add constants for Enhanced Retransmission modes.
        - Fix HCI socket leak in device_remove_bonding.
        - Fix various format string issues.
        - Fix crashes with various free functions.
        - Fix issues with Headset and A2DP drivers to load again.
        - Fix sending AVRCP button released passthrough messages
        - Fix bug which prevent input devices to work after restart.
        - Fix issue with interpretation of UUID-128 as channel.
    
     -- Baptiste Mille-Mathias <email address hidden>   Wed, 13 May 2009 10:32:23 +0200
  • bluez (4.37-0ubuntu1) karmic; urgency=low
    
      * New upstream version (LP: #367056)
      * debian/hid2hci.rules:
        - Update rule to work properly with newer version of udev. (LP: #330934)
      * debian/rules:
        - ALSA conf that gets installed is now called bluetooth.conf.
    
     -- Mario Limonciello <email address hidden>   Tue, 28 Apr 2009 09:40:54 -0500
  • bluez (4.32-0ubuntu4) jaunty; urgency=low
    
      * debian/bluez-utils.preinst: Correct think-o.  LP: #350393.
    
     -- Scott James Remnant <email address hidden>   Wed, 01 Apr 2009 09:47:32 +0100