pulseaudio update fixes bluetooth issues

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

pulseaudio update fixes bluetooth issues

Post by catweazel »

pulseaudio 1:8.0-0ubuntu3.4 released today contains fixes for inoperative bluetooth audio. Partial changelog:

Code: Select all

pulseaudio (1:8.0-0ubuntu3.4) xenial; urgency=medium

  * debian/control: Update Vcs fields to launchpad git.
  * Cherrypick fixes for common crashes from upstream:
    - cb78d6f5: SIGABRT in device_start_waiting_for_profiles (LP: #1690028,
      LP: #1672171)
    - d985276c: SIGABRT in pa_alsa_path_set_volume (LP: #1539209, LP: #1562817)

 -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Fri, 11 Aug 2017 15:16:57 +0800

pulseaudio (1:8.0-0ubuntu3.3) xenial; urgency=medium

  [Luke Yelavich, Konrad Zapałowicz]
  * Fixed multiple interrelated problems with using Bluetooth audio (A2DP),
    where users would experience some combination of:
    - Bluetooth headset/speakers listed but not selectable in Sound settings
      (LP: #1283003)
    - [regression] Bluetooth audio no longer supports A2DP (stuck in HSP/HFP
      mode) (LP: #1438510)
    - [xenial] Bluetooth device doesn't play any sound in A2DP mode unless set
      to HSP/HFP first (LP: #1582213)
  * Specific patches from upstream used to address the above problems:
    - 0103-bluetooth-Add-support-for-automatic-switch-between-h.patch
    - 0104-bluetooth-Add-support-for-automatic-switch-bluez5.patch
    - 0106-bluetooth-Add-optional-heuristic-for-switching-betwe.patch
      . Backport from upstream to fix a bug in Xenial where an incorrect
        audio profile is applied for a headset connected over Bluetooth
        making using it impossible.
    - 0105-bluetooth-policy-do-A2DP-profile-restoring-a-bit-lat.patch
      . Fix a crash that happens if the BT headset is the only non-monitor
        source in the system and the last "phone" stream dies.
    - 0700-pulsecore-add-new-card-profile-hook.patch
      . Backport from upstream (commit 7b6260140149) to allow for correct
        profile selection.
    - 0701-bluetooth-bluez5-wait-for-all-profiles-to-connect.patch
      . Backport from upstream waiting for all profiles to connect before
        creating a card.
  
 -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Tue, 23 May 2017 16:24:14 +0800

pulseaudio (1:8.0-0ubuntu3.2) xenial; urgency=medium

  * 0101-card-add-preferred-input-output-port.patch,
    0102-switch-on-port-available-prefer-ports-that-have-been.patch,
    0103-card-Add-hook-before-profile-changes.patch:
    - Backport from upstream to fix a bug in PulseAudio 8 where audio switches
      to another audio device when an HDMI monitor goes to sleep, thanks to
      Cristian Klein <cristiklein@gmail.com> for the backport (LP: #1641954)

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 08 Dec 2016 14:16:59 +1100

pulseaudio (1:8.0-0ubuntu3.1) xenial; urgency=medium

  * debian/pulseaudio.maintscript: Bump versions for files that need to be
    removed as they are obsolete (LP: #1573296)
  * 0502-bluetooth-bluez5-bring-back-SCO-over-PCM-support.patch:
    - Remove patch hunk that set u->transport to NULL. At the time this
      code was written for 15.10, it was to prevent an assertion. Now with
      newer versions of pulse, the opposite is happening in some circumstances
      (LP: #1574324)

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 03 Nov 2016 16:58:35 +1100

pulseaudio (1:8.0-0ubuntu3) xenial; urgency=medium

  * Drop 0023-fixing_snd_mixer_poll_descriptors_count_when_zero.patch 
    - Upstreamed
  * 0024-alsa-mixer-Quick-workaround-for-potential-index-out-.patch
    - Fix a potential index-out-of-bounds when reading multichannel mixers
  * 0100-switch-on-port-available-Switch-from-HDMI-to-analog-.patch
    - Improve an 8.0 routing regression 

 -- David Henningsson <david.henningsson@canonical.com>  Mon, 21 Mar 2016 11:14:25 +0100

pulseaudio (1:8.0-0ubuntu2) xenial; urgency=medium

  * 0600-droid-sync-with-upstream-for-Android-5-support-and-b.patch:
    - Fix build failure by changing pa_strlist_tostring calls to
      pa_strlist_to_string

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 11 Feb 2016 08:44:22 +1100

pulseaudio (1:8.0-0ubuntu1) xenial; urgency=medium

  * New upstream release
  * Merge from Debian experimental, remaining changes:
    - epoch (my stupid fault :S)
    - Don't ship the consolekit module, and explicitly depend on the PAM
      systemd module
    - Add a module to allow pulseaudio to use the Android audio HAL
    - Adjust gbp.conf file to point to the ubuntu branch for package builds
    - Disable module-role-cork by default
    - Load module-x11-bell in the start-pulseaudio-x11 script
    - Hide pulseaudio from startup apps dialog
    - Quit daemon if pid file is removed
    - Avoid abort when poll descriptor is 0, such as when using it with the
      audioflinger bridge, like done in ubuntu touch
    - change default rlimit_rttime value to 200 ms
    - Don't probe UCM profiles, trust that the profile writer knows what they
      are doing
    - Add card hook to allow modules to do something before a profile becomes
      active
    - Add an option to the bluez4 discovery module to set the profile
    - Allow leaving bluetooth transport running while sink and source are
      suspended.
    - Add option to module-switch-on-connect to skip abstract devices
    - Add property to module-device-restore to skip store/restore
    - Add missing fields for sink_input/source_output info struct to the vala
      bindings
    - Add example upstart job to run pulseaudio in system mode
    - Add a build/run autopkgtest for libpulse-dev
    - Drop libsoxr-dev build dep, its in universe
  * Refreshed patches, and dropped those that were applied upstream.
  * Update local shlibs file for 8.0

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 10 Feb 2016 16:27:28 +1100

pulseaudio (7.99.2-1) experimental; urgency=medium

  * New upstream release candidate
  * Drop build-sys-Fix-install-order-of-libpulsecore.patch, applied
    upstream

 -- Felipe Sateler <fsateler@debian.org>  Fri, 15 Jan 2016 18:21:14 -0300

pulseaudio (7.99.1-1) experimental; urgency=medium

  * New upstream release candidate
    - Update local shlibs file for 7.99
    - libpulsecore is now installed in the package-private directory
    - Update symbols file to add new balance functions
  * Drop pulsecore related lintian overrides
  * Drop stale pulseaudio-dev.install file
  * Drop stale lintian overrides
  * Add patch to fix install order of libpulsecore

 -- Felipe Sateler <fsateler@debian.org>  Mon, 28 Dec 2015 17:34:22 -0300

pulseaudio (7.1-2) unstable; urgency=medium

  * Add build-depends on libsoxr-dev to enable soxr resamplers.
     Closes: #804212

 -- Felipe Sateler <fsateler@debian.org>  Fri, 06 Nov 2015 17:15:54 -0300

pulseaudio (1:7.1-1ubuntu7) xenial; urgency=medium

  * Keep the libpulsecore library in the multiarch libdir.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 05 Feb 2016 13:10:43 +0100

pulseaudio (1:7.1-1ubuntu6) xenial; urgency=medium

  * debian/patches/60*.patch:
    + Add proper dep3 patch header to all patches.
  * debian/control:
    + Only depend on android-headers for i386, amd64 and armhf as no
      other platform actually uses it or provides hybris support.

 -- Simon Fels <simon.fels@canonical.com>  Mon, 01 Feb 2016 15:31:25 +0100

pulseaudio (1:7.1-1ubuntu5) xenial; urgency=medium

  * debian/pulseaudio-module-droid.install:
    - Correctly install all droid modules which have changed names
      after we're now supporting multiple Android versions.

 -- Simon Fels <simon.fels@canonical.com>  Thu, 28 Jan 2016 11:19:33 +0100

pulseaudio (1:7.1-1ubuntu4) xenial; urgency=medium

  * debian/patches/0600-droid-sync-with-upstream-for-Android-5-support-and-b.patches
    debian/patches/0601-droid-alternative-hw-module-id.patch
    debian/patcheshes/0602-droid-inputstream-config-parameters.pach
    debian/patches/0603-0603droid-port-priority-and-availability.patch:
    - Import patches from vivid for Android 5.x support

 -- Simon Fels <simon.fels@canonical.com>  Thu, 28 Jan 2016 10:19:54 +0100

pulseaudio (1:7.1-1ubuntu3) xenial; urgency=medium

  * trust-store: Update translation string
    Actually ship the .so files in the correct package
  * Cherrypick upstream patches to allow client.conf.d
    and daemon.conf.d
  * debian/patches/0508/0509/0510*.patches
    - More patches for bluez5 + ofono + HFP support

 -- David Henningsson <david.henningsson@canonical.com>  Thu, 17 Dec 2015 12:36:42 +0100

pulseaudio (1:7.1-1ubuntu2) xenial; urgency=medium

  * debian/patches/050*.patch:
    - Add bluez5 + ofono + HFP patches for Ubuntu touch

 -- David Henningsson <david.henningsson@canonical.com>  Mon, 30 Nov 2015 11:24:05 +0100

pulseaudio (1:7.1-1ubuntu1) xenial; urgency=medium

  * Merge from Debian experimental, remaining changes:
    - epoch (my stupid fault :S)
    - Don't ship the consolekit module, and explicitly depend on the PAM
      systemd module
    - Add a module to allow pulseaudio to use the Android audio HAL
    - Adjust gbp.conf file to point to the ubuntu branch for package builds
    - Disable module-role-cork by default
    - Load module-x11-bell in the start-pulseaudio-x11 script
    - Hide pulseaudio from startup apps dialog
    - Quit daemon if pid file is removed
    - Avoid abort when poll descriptor is 0, such as when using it with the
      audioflinger bridge, like done in ubuntu touch
    - change default rlimit_rttime value to 200 ms
    - Don't probe UCM profiles, trust that the profile writer knows what they
      are doing
    - Add card hook to allow modules to do something before a profile becomes
      active
    - Add an option to the bluez4 discovery module to set the profile
    - Allow leaving bluetooth transport running while sink and source are
      suspended.
    - Add option to module-switch-on-connect to skip abstract devices
    - Add property to module-device-restore to skip store/restore
    - Add missing fields for sink_input/source_output info struct to the vala
      bindings
    - Add example upstart job to run pulseaudio in system mode
    - Add a build/run autopkgtest for libpulse-dev
  * Refreshed patches, and dropped those that were applied upstream.

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 02 Nov 2015 10:16:47 +1100

pulseaudio (7.1-1) unstable; urgency=medium

  * New upstream version
  * Update shlibs file for 7.1
  * Silence lintian warning about pulsecore: it is internal library

 -- Felipe Sateler <fsateler@debian.org>  Sun, 01 Nov 2015 16:27:53 -0300

pulseaudio (7.0-1) unstable; urgency=medium

  [ Luke Yelavich ]
  * New upstream release
  * Dropped patch, applied upstream
  * Update shlibs file for 7.0

  [ Felipe Sateler ]
  * Update bash completion lintian override
  * Upload to unstable

 -- Felipe Sateler <fsateler@debian.org>  Fri, 25 Sep 2015 09:53:54 -0300

pulseaudio (6.99.1-2) experimental; urgency=medium

  * Fix test suite failure on alpha. Patch from Michael Cree. 
    Closes: #798248

 -- Felipe Sateler <fsateler@debian.org>  Thu, 10 Sep 2015 20:44:53 -0300

pulseaudio (6.99.1-1) experimental; urgency=medium

  * New upstream release candidate
     - Drop 0001-core-util-pactl-Make-one-localised-and-one-non-
       local.patch, was picked from upstream
  * Change the bash completion install dir to /usr/share

 -- Felipe Sateler <fsateler@debian.org>  Thu, 03 Sep 2015 23:29:12 -0300

pulseaudio (6.0-5) unstable; urgency=medium

  * Module udev detect is linux-only, so don't install on !linux.

 -- Felipe Sateler <fsateler@debian.org>  Mon, 03 Aug 2015 14:29:09 -0300

pulseaudio (6.0-4) unstable; urgency=medium

  * Specify systemd user unit dir explicitly.
    The pkgconfig file lives in package systemd, which we don't want to
    build-depend on.

 -- Felipe Sateler <fsateler@debian.org>  Mon, 03 Aug 2015 10:17:23 -0300

pulseaudio (6.0-3) unstable; urgency=medium

  * Do not build bluez4 module, it is no longer available.
    Closes: #788293
  * Pass --disable-hal-compat to configure instead of building a module we do
    not install
  * Use dh-exec instead of manual .install mangling
  * Do not use dh_installman to install manpages, upstream already installs
    them correctly.
  * libpulse-dev: drop Depends on libavahi-client-dev
  * debian/rules: use DEB_DH_INSTALL_SOURCEDIR instead of deprecated DEB_DH_INSTALL_ARGS
  * Install (but not enable) systemd user units on linux archs.
    Closes: #794226

 -- Felipe Sateler <fsateler@debian.org>  Fri, 31 Jul 2015 19:53:59 -0300

pulseaudio (6.0-2) unstable; urgency=medium

  * Pick upstream patch that creates a localised version of pa_yes_no
    - This fixes a problem when that function was used to create module
      loading arguments.
  * Upload to unstable

 -- Felipe Sateler <fsateler@debian.org>  Mon, 27 Apr 2015 11:17:20 -0300

pulseaudio (6.0-1) experimental; urgency=medium

  [ Luke Yelavich ]
  * New upstream release
  * Remove pulseaudio-kde autostart file on upgrade (Closes: #776331)

  [ Felipe Sateler ]
  * Upload to experimental

 -- Felipe Sateler <fsateler@debian.org>  Fri, 13 Mar 2015 22:45:13 -0300

pulseaudio (1:6.0-0ubuntu13) wily; urgency=medium

  * Pull upstream commit a527711 to hopefully fix LP: #1425447

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 13 Oct 2015 10:44:57 +1100

pulseaudio (1:6.0-0ubuntu12) wily; urgency=medium

  * debian/rules: disable bluez4 support, it's not useful and leads to
    syslog warnings

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 22 Sep 2015 18:19:45 +0200

pulseaudio (1:6.0-0ubuntu11) wily; urgency=medium

  * debian/patches/04*:
    Add support for trust-store in Ubuntu touch

 -- David Henningsson <david.henningsson@canonical.com>  Wed, 02 Sep 2015 10:33:41 +0200

pulseaudio (1:6.0-0ubuntu10~gcc5.3) wily; urgency=medium

  * debian/rules: don't disable bluez5

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 13 Aug 2015 17:34:42 +0200

pulseaudio (1:6.0-0ubuntu10~gcc5.2) wily; urgency=medium

  * No-change rebuild against libjack-jackd2-0v5

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 11 Aug 2015 07:01:56 +0000

pulseaudio (1:6.0-0ubuntu10~gcc5.1) wily; urgency=medium

  * No-change test rebuild for g++5 ABI transition

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 15 Jul 2015 15:57:11 +0000

pulseaudio (1:6.0-0ubuntu9) wily; urgency=medium

  * 0312-lfe-filter-test-Use-S16NE-format.patch:
    Fix build failure on powerpc

 -- David Henningsson <david.henningsson@canonical.com>  Thu, 28 May 2015 11:02:48 +0200

pulseaudio (1:6.0-0ubuntu8) wily; urgency=medium

  * 0311-tests-add-tolerant-variation-for-comparing-the-rewin.patch:
    Fix build failure on i386

 -- David Henningsson <david.henningsson@canonical.com>  Mon, 25 May 2015 14:45:41 +0200

pulseaudio (1:6.0-0ubuntu7) wily; urgency=medium

  * debian/patches/0300-lfe-filter-Import-code-from-the-Chrome-OS-audio-serv.patch
  * debian/patches/0301-lfe-filter-Enable-LFE-filter-in-the-resampler.patch
  * debian/patches/0302-lfe-filter-Cleanup-and-refactor.patch
  * debian/patches/0303-lfe-filter-change-the-crossover-frequency-as-a-param.patch
  * debian/patches/0304-memblock-Change-pa_memblock_new_malloced-to-an-inlin.patch
  * debian/patches/0305-lfe-filter-Add-rewind-support.patch
  * debian/patches/0306-resampler-Make-some-basic-functions-for-rewinding.patch
  * debian/patches/0307-tests-adding-lfe-filter-test.patch
  * debian/patches/0308-daemon-conf-enable-the-lfe-remixing-by-default.patch
  * debian/patches/0309-resampler-Allow-disabling-the-LFE-filter-by-setting-.patch
  * debian/patches/0310-resampler-Rename-lfe_filter_required-to-lfe_remixed.patch
    - Add lfe filter patches
      (LP: #1286021)

 -- Hui Wang <hui.wang@canonical.com>  Wed, 13 May 2015 15:06:28 +0800

pulseaudio (1:6.0-0ubuntu6) vivid; urgency=medium

  * debian/patches/0099-pa-yes-no.patch:
    - Fix pulseaudio failure to load in some non-English
    locales (LP: #1445358)

 -- David Henningsson <david.henningsson@canonical.com>  Mon, 20 Apr 2015 16:19:10 +0200

pulseaudio (1:6.0-0ubuntu5) vivid; urgency=medium

  * debian/patches/0211-corking-a-sink-input-stream-when-stalled.patch:
    - Identifying and corking a sink-input stream when it gets stalled
      (LP: #1391230)

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Tue, 07 Apr 2015 00:40:56 -0300

pulseaudio (1:6.0-0ubuntu4) vivid; urgency=medium

  * Move the previously tweaked volume config changes from the rules file
    to a patch. We are no longer tweaking settings based on architecture,
    so such config changes can now be aplied statically. These settings
    were also not being applied since the merge with Debian and updating to
    pulse 6. (LP: #1424195)

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 23 Feb 2015 10:03:37 +1100

pulseaudio (1:6.0-0ubuntu3) vivid; urgency=medium

  * Adding libwebrtc-audio-processing-dev as build dep again, now in main

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Wed, 18 Feb 2015 20:42:43 -0200

pulseaudio (1:6.0-0ubuntu2) vivid; urgency=medium

  * Remove libwebrtc-audio-processing-dev build dep, its in universe

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Wed, 18 Feb 2015 10:58:54 -0200

pulseaudio (1:6.0-0ubuntu1) vivid; urgency=medium

  * New upstream release
  * Remove pulseaudio-kde autostart file on upgrade (Closes: #776331)
  * Merge from Debian experimental, remaining changes:
    - epoch (my stupid fault :S)
    - Don't ship the consolekit module, and explicitly depend on the PAM
      systemd module
    - Add a module to allow pulseaudio to use the Android audio HAL
    - Adjust gbp.conf file to point to the ubuntu branch for package builds
    - Disable module-role-cork by default
    - Load module-x11-bell in the start-pulseaudio-x11 script
    - Hide pulseaudio from startup apps dialog
    - Quit daemon if pid file is removed
    - Avoid abort when poll descriptor is 0, such as when using it with the
      audioflinger bridge, like done in ubuntu touch
    - change default rlimit_rttime value to 200 ms
    - Don't probe UCM profiles, trust that the profile writer knows what they
      are doing
    - Add card hook to allow modules to do something before a profile becomes
      active
    - Add an option to the bluez4 discovery module to set the profile
    - Allow leaving bluetooth transport running while sink and source are
      suspended.
    - Add option to module-switch-on-connect to skip abstract devices
    - Add property to module-device-restore to skip store/restore
    - Add missing fields for sink_input/source_output info struct to the vala
      bindings
    - Add example upstart job to run pulseaudio in system mode
    - Add a build/run autopkgtest for libpulse-dev
  * Refreshed patches, and dropped patches that were either applied upstream
    or are obsolete
  * Build with bluez4 support, and explicitly disable bluez5

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 18 Feb 2015 17:00:14 +1100

pulseaudio (5.99.2-2) experimental; urgency=medium

  * Let configure guess if systemd is available. Closes: #773879

 -- Felipe Sateler <fsateler@debian.org>  Wed, 24 Dec 2014 18:42:30 -0300

pulseaudio (5.99.2-1) experimental; urgency=medium

  * New upstream release candidate
  * Remove all patches: applied upstream
  * Build-Depend on newer libsystemd-dev instead of the older -login and
    -journal variants
  * Reenable socket activation, as it no longer disables autospawn

 -- Felipe Sateler <fsateler@debian.org>  Tue, 23 Dec 2014 21:28:08 -0300

pulseaudio (5.99.1-3) experimental; urgency=medium

  * Do not fail if udevadm commands fail in postinst. They are provided for
    convenience only, and will fail when udev is not running
    (eg, in a chroot or container). Closes: #772212
  * Simplify bug script: use a single pactl list call

 -- Felipe Sateler <fsateler@debian.org>  Wed, 10 Dec 2014 23:34:41 -0300

pulseaudio (5.99.1-2) experimental; urgency=medium

  * Add patch to disable srbchannel tests when eventfd is not available
  * Bump standards version (no changes)
  * Exclude libpulsecommon from dh_makeshlibs
  * Bash completion script has moved, add mv_conffile snippet

 -- Felipe Sateler <fsateler@debian.org>  Thu, 04 Dec 2014 00:54:12 -0300

pulseaudio (5.99.1-1) experimental; urgency=medium

  [ Luke Yelavich ]
  * New upstream release candidate
    + Closes: #653320, #758272, #657983
  * Dropped patches, either applied upstream or are now obsolete:
    - 0001-raop-Don-t-use-incompatible-default-sample-spec-para.patch
    - 0002-Use-the-fixed-point-speex-resampler-on-ARM.patch
    - 0003-exit-with-X-session.patch
    - 0004-dont-start-when-already-running.patch
    - broken-PA_FLOAT32_SWAP.patch
    - endianmacros-Fix-PA_MAYBE_INT16_SWAP-macro.patch
    - kfreebsd_no_lock_and_threads_synchro.patch
    - misc-cleanups-and-bug-fixes.patch
    - mix-Fix-mixing-of-S24-samples-stored-as-S32RE.patch
    - only-autostart-kde-version.patch
    - rtp-recv-fix-crash-on-empty-UDP-packets-CVE-2014-397.patch
    - tests-Cleanup-mix-test.patch
    - tests-Fix-mix-test-on-big-endian-systems.patch
    - util-Fix-pa_get_binary_name-on-Debian-kFreeBSD.patch
    - util-Try-finding-out-application-name-using-dladdr.patch
    - zsh-completion-Fix-completion-for-default-sink-sourc.patch
  * Refreshed debian/patches/gnu-kfreebsd.patch
  * Remove all references to start-pulseaudio-kde, it was dropped upstream
  * Pulse now ships zsh completions, so drop install code, and adjust
    pulseaudio.install to match
  * Update shlibs
  * Update symbols
  * Disable systemd socket activation for now

  [ Felipe Sateler ]
  * Install zsh to vendor-completions, site-functions is for the admin
  * Remove libpulsecommon from symbols file
  * Trigger a udev reload after install

 -- Felipe Sateler <fsateler@debian.org>  Wed, 03 Dec 2014 10:14:17 -0300

pulseaudio (5.0-13) unstable; urgency=medium

  * Replace raop channels patch with proper fix from upstream.
  * Release to unstable.

 -- Felipe Sateler <fsateler@debian.org>  Sat, 11 Oct 2014 01:24:59 -0300

pulseaudio (5.0-12) experimental; urgency=medium

  * Import patch from upstream fixing float endianness swap.

 -- Felipe Sateler <fsateler@debian.org>  Wed, 03 Sep 2014 15:38:47 -0400

pulseaudio (5.0-11) experimental; urgency=medium

  * Fix crash when main cannot be found in patch
    util-Try-finding-out-application-name-using-dladdr
    Closes: #758556, 758531

 -- Felipe Sateler <fsateler@debian.org>  Tue, 26 Aug 2014 00:27:39 -0400

pulseaudio (5.0-10) experimental; urgency=medium

  * patch: try finding out binary name using dladdr

 -- Felipe Sateler <fsateler@debian.org>  Sun, 17 Aug 2014 13:40:57 -0400

pulseaudio (5.0-9) experimental; urgency=medium

  * More patches from upstream for kFreeBSD

 -- Felipe Sateler <fsateler@debian.org>  Sat, 16 Aug 2014 13:01:43 -0400

pulseaudio (5.0-8) experimental; urgency=medium

  * Pick some patches from upstream fixing tests

 -- Felipe Sateler <fsateler@debian.org>  Wed, 13 Aug 2014 23:59:16 -0400

pulseaudio (5.0-7) experimental; urgency=medium

  * Re-enable testsuite
    - Disable test suite timeouts
    - Apply patches from upstream to fix failures

 -- Felipe Sateler <fsateler@debian.org>  Tue, 05 Aug 2014 10:31:51 -0400

pulseaudio (5.0-6) unstable; urgency=medium

  * Fix gnu-kfreebsd.patch typo (missing !)

 -- Felipe Sateler <fsateler@debian.org>  Mon, 04 Aug 2014 20:02:15 -0400

pulseaudio (5.0-5) unstable; urgency=medium

  * Fix #defines for Debian GNU/kFreeBSD. Closes: #756914
  * debian/patches/kfreebsd_no_lock_and_threads_synchro.patch: mark as applied
    upstream

 -- Felipe Sateler <fsateler@debian.org>  Sun, 03 Aug 2014 17:50:59 -0400

pulseaudio (5.0-4) unstable; urgency=medium

  * Revert enabling of testsuite.
    - Fails on multiple architectures, so disable while we work things out

 -- Felipe Sateler <fsateler@debian.org>  Wed, 30 Jul 2014 10:08:18 -0400

pulseaudio (5.0-3) unstable; urgency=medium

  [ Felipe Sateler ]
  * Drop workaround for ARM < v6, upstream now conditionally compiles it.
  * Drop special patches rule, not used anymore
  * debian/patches/0003-exit-with-X-session.patch
    - Kill pulseaudio on session exit with kde too
    - Add DEP-3 header, forwarded
  * Enable testsuite
  * Bump debhelper compat level to 9
    - debug symbols are now stored by build-id instead of by path
    - Exclude private libpulsecommon-5.0.so from dh_makeshlibs
  * Change init script dependency from avahi to avahi-daemon. Closes: #731609
    - Requires adding a Breaks on avahi-daemon << 0.6.31-3
  * Bump standards-version (No changes needed)
  * Add lintian override for pulseaudio package
    - bash completion is not meant to be executable
    - neither are the pulseaudio configuration files
  * Do not start pulseaudio in X session if it was already started.
     Closes: #743813 
  * Remove pulseaudio init script, place it under examples.
     Closes: #696842
  * debian/patches/only-autostart-kde-version.patch:
     - Do not autostart pulseaudio twice under KDE, it sometimes leads
       to slow system startup. Closes: #705426
  * debian/patches/rtp-recv-fix-crash-on-empty-UDP-packets-CVE-2014-397.patch
     - New patch from upstream, fixes crash on empty UDP packets.
       Fixes CVE-2014-3970
  * zsh-completion: Fix completion for default sink/source
  * Add bugscript to the pulseaudio package. Closes: #739294
  * Make pulseaudio Depend on pulseaudio-utils
    - start-pulseaudio{kde,x11} needs it. Closes: #648973
    - The bugscript needs it too.
  * Use dh_lintian instead of manually installing overrides

  [ Jelmer Vernooij ]
  * Disable building against tdb on the hurd, where it is not available.
     Closes: #749333
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Pauly1980
Level 1
Level 1
Posts: 45
Joined: Mon Feb 17, 2014 1:31 am
Location: New South Wales, Australia

Re: pulseaudio update fixes bluetooth issues

Post by Pauly1980 »

Unfortunately it doesn't fix the a2dp connection problems a lot of us are experiencing.
ilyachch

Re: pulseaudio update fixes bluetooth issues

Post by ilyachch »

Is there hope to update pulseaudio at least to 9 version?

i'm suffering from this bug: https://bugs.launchpad.net/ubuntu/+sour ... ug/1585084
Locked

Return to “Sound”