Change logs for bluez source package in Precise

  • bluez (4.98-2ubuntu7.2) precise-proposed; urgency=low
    
      * debian/patches/13_reset_default_adapter_id.patch: Reset default_adapter_id
        when there is no adapter. (LP: #1303819)
     -- Shih-Yuan Lee (FourDollars) <email address hidden>   Tue, 08 Apr 2014 10:30:33 +0800
  • bluez (4.98-2ubuntu7.1) precise-proposed; urgency=low
    
      * debian/patches/12_check_device_before_removing_from_devices.patch:
        The power of some Bluetooth device will be cut and the device will be
        removed from the devices list when suspending, so it has to check if
        the device still exists in the devices list. (LP: #1300623)
     -- Shih-Yuan Lee (FourDollars) <email address hidden>   Tue, 01 Apr 2014 16:38:03 +0800
  • bluez (4.98-2ubuntu7) precise; urgency=low
    
      * debian/patches/10-unregister_interface_on_exit.patch: unregister the SAP
        interface on exit. Thanks to Jesse Sung for the patch.
      * debian/patches/11-explicitly_close.patch: make sure the io channel for
        HFP is properly closed on exit. Thanks to Jesse Sung for the patch.
        (LP: #907818)
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 21 Mar 2012 15:27:57 -0400
  • bluez (4.98-2ubuntu6) precise; urgency=low
    
      * debian/control: Drop unused python-gobject dependency.
     -- Martin Pitt <email address hidden>   Tue, 13 Mar 2012 19:41:36 +0100
  • bluez (4.98-2ubuntu5) precise; urgency=low
    
      * Fix the version number in debian/bluez.maintscript so it actually
        cleans up the file. (LP: #953448)
     -- Evan Broder <email address hidden>   Mon, 12 Mar 2012 15:07:44 -0700
  • bluez (4.98-2ubuntu4) precise; urgency=low
    
      [ Pali Rohár ]
      * Respawn bluetooth daemon if crashed.
    
      [ Evan Broder ]
      * Eliminate the /etc/default/bluetooth conffile as it's not the Upstart
        way. Transition the BLUETOOTH_ENABLED variable to an Upstart override
        variable if it's been changed.
     -- Evan Broder <email address hidden>   Wed, 07 Mar 2012 11:33:02 -0800
  • bluez (4.98-2ubuntu3) precise; urgency=low
    
      * debian/patches/enable_audio_profiles.patch: properly enable the Source
        profile, its state is checked twice, once in audio/a2dp.c again which was
        not taken into account in the previous upload. (LP: #948613)
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 07 Mar 2012 14:36:24 -0500
  • bluez (4.98-2ubuntu2) precise; urgency=low
    
      * debian/patches/enable_audio_profiles.patch: enable the Gateway and Source
        audio profiles by default. (LP: #948613)
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 07 Mar 2012 10:44:35 -0500
  • bluez (4.98-2ubuntu1) precise; urgency=low
    
      * Merge with Debian unstable. Remaining Ubuntu changes:
        - Upstart support:
          o Add debian/bluez.bluetooth.upstart.
          o debian/rules: Drop -DEB_UPDATE_RCD_PARAMS
          o Disable 07-fix-639356.patch and don't install 97-bluetooth.rules (in
            debian/bluez.install) and debian/bluez-udev (in debian/rules), we
            don't want to use the udev rules to start bluez. The upstart job does
            that already.
        - debian/bluez-alsa.install: Install ALSA bluetooth configuration into the
          right place for ALSA 1.0.25.
        - Add debian/source_bluez.py Apport package hook. Install in
          debian/bluez.install.
        - debian/control: Build against libnl3-dev, not libnl-dev.
        - debian/socket_audio.patch: re-enable the socket API for the bluetooth
          audio manager. This reverts an upstream change that switches to the
          MediaEndpoint DBus API by default, but it looks like PulseAudio isn't
          quite ready to use that yet. (LP #918736)
        - Add sbc_mmx.patch: Fix building with gcc 4.7. Not applied right now.
        - Drop debian/bluez.preinst and debian/bluez-alsa.preinst: Obsolete
          conffile migrations, 10.04 LTS has a much newer version.
      * 4.98-2 fixes building C++ apps. (LP: #927097)
    
    bluez (4.98-2) unstable; urgency=low
    
      * Provides proximity.conf by bluez. (Closes: #656889)
        Update debian/bluez.install. proximity.conf was installed to
        etc/bluetooth/proximity.conf.
     -- Martin Pitt <email address hidden>   Wed, 22 Feb 2012 10:51:07 +0100
  • bluez (4.98-0ubuntu9) precise; urgency=low
    
      * Move the ALSA bluetooth config file to the correct location, alsa.conf.d
        not conf.d, thanks to Pete Graner for the heads up.
     -- Luke Yelavich <email address hidden>   Thu, 09 Feb 2012 08:06:12 +1100
  • bluez (4.98-0ubuntu8) precise; urgency=low
    
      * Move the ALSA bluetooth configuration file into /usr/share/alsa/conf.d
        which is available in alsa 1.0.25.
     -- Luke Yelavich <email address hidden>   Wed, 08 Feb 2012 15:31:40 +1100
  • bluez (4.98-0ubuntu7) precise; urgency=low
    
      * Add Pre-Depends: dpkg (>= 1.15.7.2) to bluez-alsa as well, since its
        preinst also uses dpkg-maintscript-helper.
     -- Colin Watson <email address hidden>   Thu, 02 Feb 2012 18:40:16 +0000
  • bluez (4.98-0ubuntu6) precise; urgency=low
    
      * debian/socket_audio.patch: re-enable the socket API for the bluetooth audio
        manager. This reverts an upstream change that switches to the MediaEndpoint
        DBus API by default, but it looks like PulseAudio isn't quite ready to use
        that yet. (LP: #918736)
      * debian/control: drop the python-gobject Depends for bluez to a Suggests.
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 24 Jan 2012 21:16:43 -0500
  • bluez (4.98-0ubuntu5) precise; urgency=low
    
      * debian/bluez.bluetooth-device.upstart: dropped, it's not sturdy enough to
        start bluez only when devices are available.
      * debian/bluez.bluetooth.upstart: revert to the old init script behavior,
        so basically just run as long as dbus is running.
      * debian/rules: don't install debian/bluez.bluetooth-device.upstart as an
        init script.
      * debian/bluez.preinst, debian/bluez.postinst, debian/bluez.postrm: migrate
        from the bluetooth-device job, make sure it gets removed.
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 24 Jan 2012 11:31:04 -0500
  • bluez (4.98-0ubuntu4) precise; urgency=low
    
      * debian/bluez.preinst: fix package name for bluetooth-daemon.conf removal to
        correctly be bluez rather than bluez-utils.
      * debian/bluez.postrm, debian/bluez.postinst: also remove the old upstart
        job bluetooth-daemon.conf.
      * debian/bluez.preinst, debian/bluez.postinst: clean up the very old bits
        for migrating from versions earlier than 4.00.
      * debian/control: add Pre-Depends for dpkg (>= 1.15.7.2) needed for the use
        of dpkg-maintscript-helper.
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 19 Jan 2012 14:52:35 -0500
  • bluez (4.98-0ubuntu3) precise; urgency=low
    
      * debian/bluez.bluetooth-device.conf: really fix the post-stop script to
        avoid stopping the daemon when there are still devices available.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 18 Jan 2012 17:38:42 -0500
  • bluez (4.98-0ubuntu2) precise; urgency=low
    
      * debian/rules, debian/bluez.bluetooth-device.upstart: shuffle around the
        upstart jobs to install bluetooth-daemon as bluetooth instead, and update
        mentions of it in the bluetooth-device job.
      * debian/bluez.bluetooth-device.conf: drop the dependency on filesystem for
        starting, it doesn't work well with connecting a device after boot.
      * debian/bluez.preinst: cleanup the bluetooth-daemon.conf upstart file we
        won't need and that gets installed by 4.98-0ubuntu1.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 18 Jan 2012 15:25:44 -0500
  • bluez (4.98-0ubuntu1) precise; urgency=low
    
      * New upstream release 4.98.
      * debian/control: add check to Build-Depends.
      * debian/rules:
        - Don't install /lib/udev/bluez-udev.
        - Remove --enable-attrib, --enable-udevrules and --enable-configfiles
          from configure.
        - Add --enable-time, --enable-alert and --enable-gatt-example to
          configure.
        - Update to install the new upstart jobs for bluetooth-daemon and
          bluetooth-device, drop the DEB_UPDATE_RCD_PARAMS variable, and only
          install /etc/default/bluetooth, not the old init script.
      * debian/bluez-udev: removed; it's not needed now that we don't install the
        udev rule to start bluetoothd.
      * debian/patches/06-alsalib.patch: refreshed.
      * debian/patches/04-Fix-disabled-after-resume.patch: disable the patch, since
        it seems to no longer be necessary and fixed upstream a different way.
      * debian/patches/07-fix-639356.patch: drop patch, we don't want to use the
        udev rules to start bluetoothd (and haven't needed them in a while).
      * debian/bluez.install: don't install /lib/udev/rules.d/97-bluetooth.rules.
      * debian/bluetooth-dbus.conf: allow additional dbus send interfaces such as
        the org.bluez.MediaEndpoint interface that is now used by default instead
        of the socket API; based on the src/bluetooth.conf file in source tarball.
      * debian/bluez.bluetooth-daemon.upstart,
        debian/bluez.bluetooth-device.upstart:
        New upstart jobs to start bluetooth only when there are adapters available.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 18 Jan 2012 11:58:42 -0500
  • bluez (4.96-3ubuntu5) precise; urgency=low
    
      * debian/patches/sbc_mmx.patch: fix a FTBFS due to new checks in GCC 4.7 for
        inline assembly. (LP: #911871)
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 05 Jan 2012 19:06:42 -0500
  • bluez (4.96-3ubuntu4) precise; urgency=low
    
      * debian/control: drop the libnl3-dev Build-Depends, it's not required.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 21 Dec 2011 10:27:14 -0500
  • bluez (4.96-3ubuntu3) precise; urgency=low
    
      * Revert the last change.
     -- Matthias Klose <email address hidden>   Sun, 04 Dec 2011 15:25:50 +0100
  • bluez (4.96-3ubuntu2) precise; urgency=low
    
      * Disable bluez-gstreamer on armhf or a first build.
     -- Matthias Klose <email address hidden>   Wed, 30 Nov 2011 17:54:30 +0100
  • bluez (4.96-3ubuntu1) precise; urgency=low
    
      * Merge with Debian testing. Remaining Ubuntu changes:
        - Add debian/source_bluez.py apport hook and install it in
          debian/bluez.install.
        - debian/control: Build against libnl3-dev instead of libnl-dev.
        - debian/control: Mark bluez as "Multi-Arch: foreign" and bluez-alsa as
          "Multi-Arch: same" for multi-arch friendliness.
        - Add 04-Fix-disabled-after-resume.patch: Fix reinitialization after
          resuming. (LP #823467)
      * debian/bluez-cups.install: Don't install cups backend into a multiarch
        path, cups does not support that.
    
    bluez (4.96-3) unstable; urgency=low
    
      * Install debian/bluez-udev to /lib/udev/bluez-udev.
        (Closes #639356, #643829)
    
    bluez (4.96-2) unstable; urgency=low
    
      * Add support static library of libbluetooth-dev. (Closes: #558742)
        Don't include static library in bluez-alsa and bluez-gstreamer.
      * Fix bluez udev rules attempt to access /usr when /usr may not be mounted.
        Thanks to <email address hidden>. (Closes: #639356)
      * Fix typo in debian/bluez.preinst. (Closes: #643321)
        Thanks to Trent W. Buck.
      * Remove dh-autoreconf and add '-Wl,--as-needed' to LDFLAGS.
    
    bluez (4.96-1) unstable; urgency=low
    
      * New upstream release.
        Applied some patch from Daniel Schaal. Thanks! (Closes: #636633)
      * Add debug packages.
        bluez-dbg and libbluetooth3-dbg.
      * Add support systemd.
      * Update debian/control.
        - Add s390x to Architecture. (Closes: #636545)
        - Add libreadline-dev to Build-Depends.
      * Drop patchsys-quilt.mk snippet: superfluous with source
        format 3.0 "(quilt)".
      * Refresh patch.
      * Switch to multiarch.
      * Update debian/rules.
        - Remove obsolete configure flags.
        - Add new plugins (proximity, sap, wiimote, thermometer, dbusoob).
        - Strip and move to .install files.
        - Add LDFLAGS=-Wl,--as-needed to configure option.
      * Add usr/bin/gatttool into bluez package.
      * Update bluez.lintian-overrides.
      * Update debian/copyright.
        Update path of license file.
     -- Martin Pitt <email address hidden>   Wed, 19 Oct 2011 12:40:37 +0200
  • bluez (4.96-0ubuntu4) oneiric-proposed; urgency=low
    
      * Drop 04-Fix-bluetooth-hid2hci.rules.patch,
        05-Fix-typo-from-deamon-to-daemon.patch: They are upstream and not applied
        in series.
      * Add 04-Fix-disabled-after-resume.patch: Fix disabled bluetooth after
        resuming. Thanks to Keng-Yü Lin for the patch! (LP: #823467)
     -- Martin Pitt <email address hidden>   Thu, 13 Oct 2011 08:19:11 +0200
  • bluez (4.96-0ubuntu3) oneiric; urgency=low
    
      * Mark bluez Multi-Arch: foreign and bluez-alsa Multi-Arch: same; no other
        changes required to make bluez-alsa multiarch-friendly.
     -- Steve Langasek <email address hidden>   Fri, 12 Aug 2011 11:33:37 -0700