-
pulseaudio (1:1.1-0ubuntu15.4) precise-proposed; urgency=low
* 0626/0627/0628-alsa-mixer patches:
Add better support for new machines with headphone-or-mic jacks, and
headset jacks without individual jack detection. (LP: #1169143)
-- David Henningsson <email address hidden> Mon, 29 Jul 2013 15:34:12 +0200
-
pulseaudio (1:1.1-0ubuntu15.3) precise-proposed; urgency=low
[ Kaj Ailomaa ]
* 0127-reserve-card.patch:
make pulseaudio let go of reserved cards when acquired by jack
(LP: #1163638)
-- Luke Yelavich <email address hidden> Thu, 23 May 2013 12:15:02 +1000
-
pulseaudio (1:1.1-0ubuntu15.2) precise-proposed; urgency=low
* 0622-Front-headphone.patch:
Fix "Front headphone Jack" not being picked up by PulseAudio
(LP: #1020471)
* 0623-resampler-Fix-volume-on-downmix-to-mono.patch:
Fix clipping audio on downmix to mono (LP: #416190)
* 01PulseAudio:
Don't mute Bluetooth devices on suspend, they might remain muted
after resume (LP: #1038084)
* 0624-alsa-mixer-Add-Phantom-Jack-support.patch:
This will allow us to work better with devices on the backport
stack by making use of a Quantal kernel feature (if it exists).
(LP: #946232)
* 0625-alsa-mixer-Add-a-few-more-machines-to-internal-mic-w.patch:
Add a few more machines to the internal mic whitelist
(LP: #1076840) (LP: #1073420)
-- David Henningsson <email address hidden> Fri, 09 Nov 2012 12:31:19 +0100
-
pulseaudio (1:1.1-0ubuntu15.1) precise-proposed; urgency=low
* 0621-Add-special-profiles-for-some-laptops-missing-speake.patch:
Fix missing internal mic and speaker not showing for some laptops
(LP: #946232)
-- David Henningsson <email address hidden> Wed, 30 May 2012 13:46:53 +0200
-
pulseaudio (1:1.1-0ubuntu15) precise; urgency=low
* 0125-alsa-sink-source-Really-set-volumes-on-port-change.patch:
Fix volume not being correctly set on port change. With this fixed
we can also drop
0017-Hack-around-a-bug-in-the-core-causing-volumes-not-to.patch.
* 0022-allow-analog-input-path-for-no-volume.patch:
Allow inputs with no volume controls to still have ports. The lack of
ports caused a problem for the new sound settings UI (LP: #978109)
* 0126-alsa-sink-source-Make-sure-volumes-are-synchronised-.patch:
Fix volumes not synchronised in guest session (LP: #915035)
-- David Henningsson <email address hidden> Thu, 12 Apr 2012 00:24:20 +0200
-
pulseaudio (1:1.1-0ubuntu14) precise; urgency=low
* 012*.patch: Cherry-pick bugfix patches from upstream git
* 0620-alsa-mixer-Show-HDMI-ports-for-older-Nvidia-cards.patch (LP: #961286)
-- David Henningsson <email address hidden> Fri, 30 Mar 2012 09:47:17 +0200
-
pulseaudio (1:1.1-0ubuntu13) precise; urgency=low
* 0020-daemon-Initialize-dbus-to-use-thread-safe-mode-by-de.patch:
Make sure dbus is thread safe to avoid crashes in pa_make_realtime
(LP: #937933)
* 0111-protocol-native-Protect-against-clients-trying-to-se.patch:
Don't crash if clients try to set a NULL port (LP: #951273)
* 0021-Fix-input-device-for-M-audio-fasttrack-pro.patch:
Probe two different input devices (LP: #569932)
* 0112-module-loopback-Never-call-adjust_rates-after-teardo.patch:
Don't crash on shutdown in module-loopback (LP: #946400)
* 0619-module-switch-on-port-available-Do-not-switch-profil.patch:
Prevent switching to HDMI profiles from analog profiles, as a result
of discussion on the pulseaudio-discuss and ubuntu-audio-dev mailinglist.
-- David Henningsson <email address hidden> Wed, 21 Mar 2012 10:47:33 +0100
-
pulseaudio (1:1.1-0ubuntu12) precise; urgency=low
[ Luke Yelavich ]
* debian/control: Demote pulseaudio-esound-compat to suggests (LP: #930703)
[ David Henningsson ]
* 0110-flist-Avoid-the-ABA-problem.patch:
Fix occasional crashes in pa_memblock_free, pa_memblock_ref and drop_block
(LP: #924416)
-- David Henningsson <email address hidden> Fri, 09 Mar 2012 00:08:42 +0100
-
pulseaudio (1:1.1-0ubuntu11) precise; urgency=low
* Cherry-pick a few crash-related patches from upstream git
* 0616-alsa-mixer-Make-speaker-get-available-no-when-headph.patch:
Don't remove paths if the state(un)plugged of the jack differs (LP: 933825)
-- David Henningsson <email address hidden> Wed, 29 Feb 2012 11:03:32 +0100
-
pulseaudio (1:1.1-0ubuntu10) precise; urgency=low
* debian/pulse-alsa.conf: Update syntax, as this file was throwing
errors when apps used the alsa pulse plugin.
-- Luke Yelavich <email address hidden> Thu, 23 Feb 2012 14:58:36 +1100
-
pulseaudio (1:1.1-0ubuntu9) precise; urgency=low
* debian/pulseaudio.init: Don't tell the user pulseaudio daemon isn't
starting when in per-user mode. This is the most common case in Ubuntu
and causing needless distracting text on the screen. (LP: #656426)
-- Mario Limonciello <email address hidden> Fri, 17 Feb 2012 16:32:52 -0600
-
pulseaudio (1:1.1-0ubuntu8) precise; urgency=low
[ David Henningsson ]
* Make sure we switch away from unavailable ports at
startup (LP: #928914)
* 0020-Fix-Darth-Vader-panning-bug.patch:
Fix distorted sound when panned hard left (or right). (LP: #928757)
* 0618-alsa-mixer-Don-t-use-dangling-pointers-as-port-hashm.patch:
Fix inability to set port when options were used (LP: #932804)
* Minimize margins for deferred volumes, as a workaround for volume
changes being dropped on port change.
* 0610-Jack-detection-kcontrol-implementation.patch:
Fix a bug in the headphone path
-- Luke Yelavich <email address hidden> Fri, 17 Feb 2012 07:28:23 +1100
-
pulseaudio (1:1.1-0ubuntu7) precise; urgency=low
* Move the pulse.conf ALSA config file to the correct location, alsa.conf.d
not conf.d, thanks to Pete Graner for teh heads up.
-- Luke Yelavich <email address hidden> Thu, 09 Feb 2012 08:22:04 +1100
-
pulseaudio (1:1.1-0ubuntu6) precise; urgency=low
[ David Henningsson ]
* 0103-alsa-mixer-Allow-speaker-port-to-control-Front-Speak.patch:
- Control "Front Speaker" and a few more. From upstream git. (LP: #551441)
* 0105-loopback-Fix-crashes.patch:
- Fix some crashes on shutting down the loopback module, from upstream git.
* 0104-alsa-Improve-well-known-descriptions-for-ports.patch:
- Replace with upstream version.
* 0018-module-tunnel-source-fixup-create_record_stream.patch:
- Fix protocol error in module-tunnel-source (LP: #923661)
* Fixup HDMI patch to make sure it does not affect M-audio fasttrack Pro
(LP: #926911)
* Add two more jack detection patches to make it work better with the
upcoming UI changes
[ Martin-Éric Racine ]
* Use --disallow-exit when running in system mode, as recommended
by PulseAudio log file (LP: #922848)
[ Luke Yelavich ]
* Move the main pulse ALSA configuration file, pulse.conf to
/usr/share/alsa/conf.d, available in ALSA 1.0.25.
* Disable the dbus-protocol by default, as there have been recent reports
of crashes and race conditions, and upstream no longer finds the code
trustworthy.
-- Luke Yelavich <email address hidden> Wed, 08 Feb 2012 15:58:41 +1100
-
pulseaudio (1:1.1-0ubuntu5) precise; urgency=low
* Redo jack detection patches, so that they use the new jack detection
interface and the upstream code whenever possible.
* New patch better-well-known-descriptions.patch:
- Simplify port names. This patch is to be committed upstream shortly
* New patches from upstream git:
- 0101-alsa-Ignore-the-virtual-thinkpad-acpi-card.patch:
Ignore the dummy thinkpad-acpi soundcard (as it cannot playback or
record sound anyway)
- 0102-alsa-mixer-When-selecting-an-input-turn-off-boosts-o.patch:
alsa-mixer: When selecting an input, turn off boosts of
other inputs
-- David Henningsson <email address hidden> Fri, 27 Jan 2012 13:56:46 +0100
-
pulseaudio (1:1.1-0ubuntu4) precise; urgency=low
[ Daniel T Chen ]
* Don't load module-raop-discover by default. (LP: #782860)
[ Gabor Kelemen ]
* Run dh_translations to generate translation template, add it as build-dep.
(LP: #876866)
-- Luke Yelavich <email address hidden> Wed, 14 Dec 2011 10:50:16 +1100
-
pulseaudio (1:1.1-0ubuntu3) precise; urgency=low
* Allow pulseaudio-module-bluetooth to build on armhf.
-- Adam Conrad <email address hidden> Mon, 05 Dec 2011 12:57:06 -0700
-
pulseaudio (1:1.1-0ubuntu2) precise; urgency=low
* No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
-- Adam Conrad <email address hidden> Fri, 02 Dec 2011 17:31:22 -0700
-
pulseaudio (1:1.1-0ubuntu1) precise; urgency=low
* New upstream release
* debian/watch: Update to new location
* Dropped patches, as these were from upstream:
- 0100-extended-Fix-doxygen-comment-style-typos.patch
- 0101-sink-source-Avoid-unnecessary-call-to-pa_rtclock_now.patch
- 0102-Always-return-a-three-part-version-number-in-API-cal.patch
- 0103-module-jackdbus-detect-Avoid-double-free-of-modargs.patch
- 0104-source-output-Do-not-use-unset-channel-map-in-pa_sou.patch
- 0105-Fix-deferred-volume-not-being-applied-if-sink-is-clo.patch
- 0106-sink-Move-updating-the-requested-latency-after-the-r.patch
- 0107-n ull-sink-Set-latency-range-at-the-time-of-initializ.patch
- 0108-Make-pulse-build-with-clang-again.patch
- 0109-alsa-Give-compressed-formats-preference-over-PCM.patch
- 0110-alsa-Better-error-handling-in-mixer-rtpoll-callback.patch
- 0111-echo-cancel-Fail-if-loaded-between-a-sink-and-its-mo.patch
- 0112-doc-Add-some-more-doxygen-tags-to-existing-comments.patch
- 0113-alsa-Make-mixer-error-handling-more-robust-still.patch
- 0114-echo-cancel-Don-t-crash-if-adjust_time-0.patch
- 0115-echo-cancel-Close-debug-files-on-module-unload.patch
- 0116-tests-Fix-calculation-of-memblock-size-in-resampler-.patch
- 0117-filter-apply-Move-sink-source-unlink-callbacks-befor.patch
- 0118-build-sys-Drop-libsamplerate-from-pulsecommon-deps.patch
- 0119-build-sys-Provide-a-simple-CMake-Config-setup-simila.patch
* Put libpulsedsp.so into its own package, so it can be built for
multi-arch
* debian/rules: Update for 1.1
* Update shlib files
-- Luke Yelavich <email address hidden> Thu, 27 Oct 2011 12:36:17 +1100
-
pulseaudio (1:1.0-0ubuntu4) precise; urgency=low
[ David Henningsson ]
* Added patches:
0103-module-jackdbus-detect-Avoid-double-free-of-modargs.patch:
(LP: #867444)
0104-source-output-Do-not-use-unset-channel-map-in-pa_sou.patch:
(LP: #864071)
0105-Fix-deferred-volume-not-being-applied-if-sink-is-clo.patch,
0017-Hack-around-a-bug-in-the-core-causing-volumes-not-to.patch:
These two patches affect users not having their volume correctly
set on port change (LP: #877954)
[ Luke Yelavich ]
* debian/control: Update Vcs-Bzr field
* 0102-Always-return-a-three-part-version-number-in-API-cal.patch: Refresh
the patch from upstrea git, to refer to the correct commit hash, and
update the description
* Pull some bug fixes from the stable-1.x upstream git branch:
- 411af6b (sink: Move updating the requested latency after the rewind
request when finishing a stream move.)
- 87f70c6 (null-sink: Set latency range at the time of initialization of
module.)
- d71a291 (Make pulse build with clang again)
- 4e5943b (alsa: Give compressed formats preference over PCM)
- 867170a (alsa: Better error handling in mixer rtpoll callback)
- c055c55 (echo-cancel: Fail if loaded between a sink and its monitor)
- 8754e0c (doc: Add some more doxygen tags to existing comments)
- 2c30c07 (alsa: Make mixer error handling more robust still)
- 8a5e6e8 (echo-cancel: Don't crash if adjust_time = 0)
- 7b13a79 (echo-cancel: Close debug files on module unload)
- 6bf0489 (tests: Fix calculation of memblock size in resampler-test)
- 93f55a4 (filter-apply: Move sink/source unlink callbacks before m-s-r)
- b1dabfb (build-sys: Drop libsamplerate from pulsecommon deps)
- 743a4d0 (build-sys: Provide a simple CMake Config setup (similar to
pkgconfig))
* Add liborc-0.4-dev as a build dependency to add orc support
* debian/libpulse-dev.install: Ship cmake files
-- Luke Yelavich <email address hidden> Thu, 20 Oct 2011 11:36:43 +1100
-
pulseaudio (1:1.0-0ubuntu3) oneiric; urgency=low
* debian/patches/0102-Always-return-a-three-part-version-number-in-API
-cal.patch: Update to fix skype regression as well (LP: #865820)
-- David Henningsson <email address hidden> Thu, 06 Oct 2011 10:39:49 +0200