-
pulseaudio (1:1.0-0ubuntu3.1) oneiric-proposed; 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 <email address hidden> Thu, 27 Oct 2011 08:37:49 +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
-
pulseaudio (1:1.0-0ubuntu2) oneiric; urgency=low
[ Matthias Klose ]
* Drop build dependency on libatomic-ops-dev. Not needed on !ia64.
[ Scott Kitterman ]
* Add debian/patches/0102-Always-return-a-three-part-version-number-in-API
-cal.patch to fix regression in pulseaudio version detection by
applications depending on the three part version number previously used by
pulseaudio (including phonon)
- Cherrypicked from upstream
-- Scott Kitterman <email address hidden> Tue, 04 Oct 2011 22:06:39 -0500
-
pulseaudio (1:1.0-0ubuntu1) oneiric; urgency=low
[ David Henningsson ]
* Fix "Parse failure" error with remote sources/sinks,
thanks to Martin-Eric Racine for reporting/testing! (LP: #852902)
* Fix crash when dbus module does not load (LP: #855729)
* Add more bug fixes from upstream git
[ Daniel T Chen ]
* debian/copyright: Update all shipped sources
* Various xcb_*() bugs already fixed in Sep 2010 (LP: #642030,
LP: #646583, LP: #646616, LP: #648104)
* Passthrough is supported in 1.0 (LP: #448024)
* PulseAudio + alsa-plugins route through PulseAudio by default
(LP: #378382)
[ Luke Yelavich ]
* New upstream bugfix release
- vala: Add has_type_id=false to all enums, structs and classes
- module-switch-on-connect: Don't switch unlinked sink input and source
outputs
- alsa-mixer: Set "Front" control to 0 dB on headphone path
- module-equalizer-sink: Use %z for printf of size_t variables
- module-equalizer-sink: Use = in initialising variables
- bluetooth/sbc: Use __asm__ keyword
- module-equalizer-sink: Use correct limit in loop
- Squash the last gcc warnings
- Make gcc --std=c99 happy
- device-restore: Simplify the migration of data to per-port keys.
- stream-restore: Add in some variable sets that were missing from 9ffa93.
- stream-restore: Add proper data validity checks to the legacy database
entry read.
- formats: The format code should be in libpulse, not libpulsecommon
- formats: Export more functions needed for a clean build.
- device-restore: Fix use-after-free error.
- raop: Use the port supplied by avahi when connecting to RAOP devices.
- loopback: New modargs: sink_input_properties and
source_output_properties.
- bluetooth: Bump DBus version to 1.3.0 and drop conditional code.
- alsa: Tidy up argument descriptions
- module-suspend-on-idle: Move vacuum code to core
- alsa-mixer: Add support for the Microsoft Kinect Sensor device
- modargs: Ensure modargs can be accessed in their raw form.
- raop: Properly deal with the name coming from the device.
- build-sys: Oops forgot to add the Kinect profile to the build system.
- volume: Rename 'sync volume' to 'deferred volume'.
- raop: Don't crash if fd is not open when trying to close it
- doc: Update README with fresh links.
- doc: Add info about running pulseaudio from the build dir
- stream: Relax assert for extended API
- def: Hide server-side sink/source flags
- volume: Handle varying channel count for shared volumes
- virtual: Make volume sharing on by default
- equalizer: Use volume sharing by default
- echo-cancel: Use volume sharing by default
- sink,source: Avoid crash by not updating volume on shutdown
- conf: Make sure module-dbus-protocol is loaded after
module-default-device-restore
- build-sys: bump soname
- sink,source: Handle missing in the shared volume case
- dbus: Don't crash if the module does not load
- Fix crash in threaded message queues
- build-sys: Switch to the tar-ustar format (as per a lot of GNOME stuff
for 3.2) and distribute .xz files.
- build-sys: bump soname
* Dropped patches, all applied upstream:
- 0017-Avoid-crash-by-not-updating-volume-on-shutdown.patch
- 0018-RAOP-Don-t-crash-if-fd-is-not-open-when-trying-to-cl.patch
- 0019-Make-sure-module-dbus-protocol-is-loaded-after-modul.patch
- 0100-vala-Add-has_type_id-false-to-all-enums-structs-and-.patch
- 0101-module-switch-on-connect-Don-t-switch-unlinked-sink-.patch
- 0102-alsa-mixer-Set-Front-control-to-0-dB-on-headphone-pa.patch
- 0103-module-equalizer-sink-Use-z-for-printf-of-size_t-var.patch
- 0104-module-equalizer-sink-Use-in-initialising-variables.patch
- 0105-bluetooth-sbc-Use-__asm__-keyword.patch
- 0106-module-equalizer-sink-Use-correct-limit-in-loop.patch
- 0107-Squash-the-last-gcc-warnings.patch
- 0108-Make-gcc-std-c99-happy.patch
- 0109-device-restore-Simplify-the-migration-of-data-to-per.patch
- 0110-stream-restore-Add-in-some-variable-sets-that-were-m.patch
- 0111-stream-restore-Add-proper-data-validity-checks-to-th.patch
* Pull some post-1.0 fixes from upstream git master
- 6878140 (extended: Fix doxygen comment style typos)
- 6a9272f (sink,source: Avoid unnecessary call to pa_rtclock_now())
* debian/rules: Modules are now in a 1.0 directory
* Update symbols
-- Luke Yelavich <email address hidden> Thu, 29 Sep 2011 10:01:56 +1000
-
pulseaudio (1:0.99.3-0ubuntu5) oneiric; urgency=low
[ David Henningsson ]
* 0017-Avoid-crash-by-not-updating-volume-on-shutdown.patch:
Fix typo in patch
[ Luke Yelavich ]
* Patch from David Henningssen to make sure module-dbus-protocol is loaded
after module-device-restore (LP: #843780)
-- Luke Yelavich <email address hidden> Thu, 15 Sep 2011 09:59:20 +1000
-
pulseaudio (1:0.99.3-0ubuntu4) oneiric; urgency=low
* Fix crash in jack detection patches (LP: #845468)
* Fix crash when reading volume when sink/source is unlinked (LP: #841968)
* Fix crash in RAOP (LP: #845286)
-- David Henningsson <email address hidden> Mon, 12 Sep 2011 10:29:00 +0200
-
pulseaudio (1:0.99.3-0ubuntu3) oneiric; urgency=low
* Jack detection support, second version, now with HDMI support
-- David Henningsson <email address hidden> Mon, 05 Sep 2011 16:41:12 +0200
-
pulseaudio (1:0.99.3-0ubuntu2) oneiric; urgency=low
* Dropped patches (applied upstream):
- 0004-mute-iec958-optical-raw-for-audigyX.patch
- 0011-lp451635-handle-dove-x0-line-hp-swap.patch
- 0012-JACK-Load-module-jackdbus-detect-in-default.pa.patch
-- David Henningsson <email address hidden> Mon, 05 Sep 2011 11:55:59 +0200
-
pulseaudio (1:0.99.3-0ubuntu1) oneiric; urgency=low
[ David Henningsson ]
* 0018-alsa-mixer-Set-Front-control-to-0-dB-on-headphone-pa.patch:
Set Front to 0 dB for Headphones (LP: #836921)
[ Luke Yelavich ]
* New upstream bugfix release
- source: Remove the PA_SOURCE_PASSTHROUGH flag
- alsa: Don't always suspend/unsuspend on sink-input removal
- formats: Use correct API to check for passthrough streams
- alsa: Open iec958 device with NONAUDIO bit set in passthrough mode
- formats: Fix bad passsthrough check
- alsa: Fix bad function name
- daemon: Fix compiler warning about missing function prototype
- passthrough: We must not plug in a resampler on stream move
- sink-input: Ensure no volumes are applied for passthrough streams
- source-output: Ensure no volumes are applied for passthrough streams
- Revert "device-restore: Make bools not be bit fields"
- sample-util: Fix off-by-one in error check
- sink: Add PA_SINK_SET_FORMATS macro
- build-sys: Fix some LDFLAGS vs. LDADD usage
- echo-cancel: Add multiple include protection for header
- echo-cancel: Use pa_streq instead of strcmp
- echo-cancel: Move speex preprocessing out of the main module
- passthrough: Fix what volume we set sinks/sources to
- passthrough: Fix setting volume to unamplified again
- echo-cancel: Make save_aec modarg a bool instead of an int
- echo-cancel: Don't allow streams to attach while unloading
- echo-cancel: Get rid of annoying compiler warnings
- equalizer: Comment out unused function
- def: Add a new enum to allow differntiation between sinks and sources.
- dbus: Use pa_device_type_t rather than an internal equivalent
- device-restore: Change the API to include type information (sink
vs. source)
- device-restore: Split device restore database into two parts.
- device-restore: Restore volumes on port change.
- build-sys: bump soname
- alsa-mixer: Mute IEC958 optical raw for several Audigy models
- alsa-mixer: Add "Line HP Swap" element
- JACK: Load module-jackdbus-detect in default.pa
- Remove offensive part of error message
- switch-on-connect: Don't switch to a monitor source
- Fix spelling sucess -> success
- Set better priorities on input paths
- introspect: fix typo in default sink/source docs
- pacat: make pacat respond to cork/uncork events
- Spelling fixes in public headers
- More spelling fixes
- gitignore: Add Orc autogenerated files
- echo-cancel: Use stream index in debug message
- Remove extra ; s where they are not allowed in strict C99
- sndfile-util: Check return value of sf_command for errors
* Pull some further fixes from upstream git master:
- fb107fc (vala: Add has_type_id=false to all enums, structs and classes)
- c7bba24 (module-switch-on-connect: Don't switch unlinked sink input and
source outputs)
- 9636991 (alsa-mixer: Set "Front" control to 0 dB on headphone path)
- fc3ddfb (module-equalizer-sink: Use %z for printf of size_t variables)
- 918f168 (module-equalizer-sink: Use = in initialising variables)
- 3d04a05 (bluetooth/sbc: Use __asm__ keyword)
- 647048e (module-equalizer-sink: Use correct limit in loop)
- dfd706d (Squash the last gcc warnings)
- 9133c6c (Make gcc --std=c99 happy)
- 47c9d8c (device-restore: Simplify the migration of data to per-port keys.)
- e7b65d3 (stream-restore: Add in some variable sets that were missing
from 9ffa93.)
- 2b96fdf (stream-restore: Add proper data validity checks to the legacy
database entry read.)
* Dropped patches, applied upstream:
- 0017-Make-dbus-error-more-polite.patch
- 0018-alsa-mixer-Set-Front-control-to-0-dB-on-headphone-pa.patch
- 0400-introspect-fix-typo-in-default-sink-source-docs.patch
- 0401-source-Remove-the-PA_SOURCE_PASSTHROUGH-flag.patch
- 0402-alsa-Don-t-always-suspend-unsuspend-on-sink-input-re.patch
- 0403-formats-Use-correct-API-to-check-for-passthrough-str.patch
* 0604-ALSA-part-of-jack-detection-and-a-small-policy-modul.patch: Refreshed
* Update symbols files
-- Luke Yelavich <email address hidden> Mon, 05 Sep 2011 14:37:01 +1000
-
pulseaudio (1:0.99.2-0ubuntu2) oneiric; urgency=low
* Build-depend on libxcb1-dev (>= 1.6) rather than libxcb-atom1-dev, in
line with the packaging in Debian experimental.
* Build-depend on libtdb-dev rather than tdb-dev.
-- Colin Watson <email address hidden> Thu, 18 Aug 2011 16:10:53 +0100
-
pulseaudio (1:0.99.2-0ubuntu1) oneiric; urgency=low
* New upstream bugfix release
* 0005-dont-load-cork-music-on-phone.patch: Refreshed
* Dropped patches, applied upstream
- 0400-Fix-crash-in-path-subset-elimination.patch
- 0402-source-output-Fix-resampling.patch
- 0403-stream-restore-Save-restore-source-output-volume-mut.patch
* Pull some post 0.99.2 fixes from upstream git master:
- 7ed177d (introspect: fix typo in default sink/source docs)
- 2677911 (source: Remove the PA_SOURCE_PASSTHROUGH flag)
- dde09c7 (alsa: Don't always suspend/unsuspend on sink-input removal)
- adbdb62 (formats: Use correct API to check for passthrough streams)
-- Luke Yelavich <email address hidden> Thu, 18 Aug 2011 09:17:09 +1000
-
pulseaudio (1:0.99.1-0ubuntu3) oneiric; urgency=low
* debian/libpulse-glib-mainloop0.symbols: Fix a typo in the package name
which was made at the time of symbol generation
-- Luke Yelavich <email address hidden> Tue, 16 Aug 2011 15:20:47 +1000
-
pulseaudio (1:0.99.1-0ubuntu2) oneiric; urgency=low
* Build for multiarch:
- libpulse{,-mainloop-glib}0{,-dbg} and libpulse-dev are Multi-Arch: same.
- pulseaudio itself should be Multi-Arch: foreign, since it's a daemon.
- drop dh-buildinfo build-dependency, incompatible with multiarch and not
relevant in Ubuntu where we have build logs for all builds.
- LP: #825342.
-- Steve Langasek <email address hidden> Sat, 13 Aug 2011 02:22:42 +0000
-
pulseaudio (1:0.99.1-0ubuntu1) oneiric; urgency=low
[ Daniel T Chen ]
* 0017-Make-dbus-error-more-polite.patch: Remove language that doesn't
add anything to the error message (LP: #444400).
[ David Henningsson ]
* New upstream release, remaining patches:
* Add build dependency on libjson0-dev
* Dropped patches (implemented upstream):
0001-Work-around-some-platforms-not-having-O_CLOEXEC.patch
0009-lp533877-handle-digmic.patch
0015-alsa-mixer-Add-workaround-for-some-USB-headsets.patch
0200-gold.patch
0201-alsa-mixer-Add-a-few-well-known-descriptions.patch
0202-alsa-mixer-add-required-any-and-required-for-enum-op.patch
0203-alsa-mixer-always-round-towards-0-dB.patch
0204-alsa-mixer-Add-new-paths-for-Internal-Mic-Front-Mic-.patch
0205-alsa-mixer-Fixup-Mic-Line-analog-input-paths-to-work.patch
0206-alsa-mixer-Make-sure-capture-source-and-input-source.patch
0207-PulseAudio-added-IT-block-to-fix-thumb-conditional-i.patch
0208-alsa-sink-Fix-incorrect-work_done-value-to-prevent-expensive-update...
_smoother-calls.patch
0209-sndfile-pacat-Use-file-extension-and-fix-format-from-string.patch
* Refreshed patches:
0005-dont-load-cork-music-on-phone.patch
0012-JACK-Load-module-jackdbus-detect-in-default.pa.patch
0013-Load-RAOP-Zeroconf-by-default.patch
0014-alsa-mixer-Add-separate-profile-for-Nvidia.patch
0017-Make-dbus-error-more-polite.patch
* Upstream has removed libpulsebrowse, replace with dummy packages for the
time being.
* Updated shlibs files and debian/rules with new version number
* Add new modules to the pulseaudio package
* Initial pulseaudio support for jack detection
[ Luke Yelavich ]
* debian/control: Remove the libpulse-browse0 package, and add set
pulseaudio to replace that package until after the next LTS
* Add symbols files for libpulse0 and libpulse-mainloop-glib0 and adjust
other shlibs files as necessary
-- Luke Yelavich <email address hidden> Thu, 11 Aug 2011 14:30:44 +1000
-
pulseaudio (1:0.9.23-0ubuntu2) oneiric; urgency=low
[ Daniel T Chen ]
* Add the following patches backported from upstream git:
- aa7bc32 (parecord: Automatically detect file format from extension)
[series patch 0208]
- 226ddb1 (alsa-sink: fix mmap_write() work_done) [series patch 0209]
* Update debian/copyright to cover echo-cancel files.
[ Michael Terry ]
* 0016-nodisplay-autostart.patch:
- Don't show in "Startup Applications" (LP: #803917)
-- Michael Terry <email address hidden> Fri, 01 Jul 2011 12:56:15 +0100
-
pulseaudio (1:0.9.23-0ubuntu1) oneiric; urgency=low
* New upstream release, the following commits from the stable-queue branch
are included in this release:
- d4c9ad1 (streams: Fix the actual resampler method shown in debug
messages.)
- cc91a8f (module-combine-sink: Initialize smoother with offset
pa_rtclock_now())
- 8a437ee (module-combine-sink: Initialize smoother in paused state)
- b54a43a (module-combine-sink: Check running flag before rendering in null
mode
- b3e4152 (pulsecore: Add a couple pa_asserts() on pa_tagstruct* calls.)
- 22c0dcb (device-manager: Free a hook slot to prevent segv on unload)
- c3bfcc9 (SSE/MMX: Fix problem with highpitched noise on i386)
- 9ee4229 (build-sys: Add echo-cancel dummy Makefile)
- f558189 (build-sys: bump soname)
* Bumped shlibs
* debian/rules: Exclude 0.9.23 modules from shlibs
-- Luke Yelavich <email address hidden> Fri, 24 Jun 2011 10:18:17 +1000
-
pulseaudio (1:0.9.22+stable-queue-69-gf8e8-0ubuntu1) oneiric; urgency=low
* Merge from unreleased Debian git, remaining changes:
- epoch (my stupid fault :S)
- use speex-float-1 and change buffer and fragment size, depending on
architecture
- Add alsa configuration files to route alsa applications via pulseaudio
- Move libasound2-plugins from Recommends to Depends
- Add pm-utils sleep hook to suspend (and resume) users' pulseaudio
daemons
- Make initscript more informative in the default case of per-user
sessions
- add status check for system wide pulseaudio instance
- create /var/run/pulse, and make restart more robust
- indicate that the system pulseaudio instance is being started from the
init script
- check whether pulseaudio is running before preloading the padsp library
- Add DEB_OPT_FLAG = -O3 as per recommendation from
pulseaudio-discuss/2007-December/001017.html
- Generate a PO template on build
- the esd wrapper script should not load pulseaudio if pulseaudio is being
used as a system service
- add a pulseaudio apport hook
- drop padevchooser(Recommends) and pavucontrol (Suggests)
- add libudev-dev as a build-dependency
- Fix initialization of devices with modem subdevices
- Disable cork-music-on-phone
- disable flat volume
- Mute IEC958 Optical Raw by default
- use tdd instead of gdbm
- Add conflicts/replaces for pulseaudio-module-udev and
pulseaudio-module-rygel-media-server
- Add replaces for pulseaudio-module-hal to the pulseaudio package to handle
upgrades from hardy
- Load module-x11-bell in the start-pulseaudio-x11 script
- added IT block to fix thumb conditional instruction build error messages
- recommend instead of suggest rtkit
- Ship the jackdbus-detect module
- Ship extra quirks to mixer profiles for various x86 and ARM hardware, as
well as USB hardware
* New snapshot based on upstream git branch stable-queue:
- 4f67775 (http: support HTTP HEAD)
- 3bb6546 (vala: More vala fixes)
- 7fd0771 (x11: Fix build errors with newest xcb-util.)
- b72fc9b (x11: More XCB fixes.)
- f8e8a03 (rtkit: use private bus connection in order to avoid threading
issues when invoking pa_make_realtime())
- c524b4c (memblockq: implement new call pa_memblockq_peek_fixed_size())
- 1a8cf00 (make echo-cancel module that exposes a new sink and source)
- 9fa71e7 (echo-cancel: take into account snapshot delay)
- 7b972f5 (echo-cancel: use the phone media role)
- de6cdf9 (echo-cancel: tweak the resync code a little)
- 1c26694 (echo-cancel: improve debug)
- b30bf12 (echo-cancel: keep frame_size a power of 2)
- 6d8a907 (echo-cancel: Move the module into it's own directory)
- 57c5983 (echo-cancel: Split out speex code from the core module)
- 668f4e4 (echo-cancel: Pass arguments to the specific canceller module)
- c975dfa (echo-cancel: Let AEC module determine source/sink spec)
- 47e4dd1 (echo-cancel: Add alternative echo-cancellation implementation)
- 4a9fa8c (echo-cancel: Allow selection of AEC method using modargs)
- b6b8a7b (echo-cancel: Make blocksize a module-wide parameter)
- 2923c5e (echo-cancel: Mark immutable parameters as const in vfunc)
- 9f79c0e (echo-cancel: rework alignment code)
- 56a4684 (echo-cancel: improve accuracy)
- e936447 (echo-cancel: pause timer when echo canceling is off)
- d39043c (echo-cancel: Fix make distcheck)
- d8fab84 (echo-cancel: Fix out-of-tree build)
- 1212a6f (echo-cancel: Ensure correct handling of endianness)
- d866ade (echo-cancel: Use S16NE for adrian module)
- f93b5e1 (echo-cancel: Fix source may_move_to function)
- 6664650 (i18n: Update POTFILES.*)
* debian/libpulse-dev.install: Ship vala bindings
* Dropped patches, either they were previously backported, or are now
upstream:
- 0005-load-sample-dir-lazy.patch
- 0090-disable-flat-volumes.patch
- 0211-module-loopback-Add-adjust_time-to-valid-args.patch
- 0212-Limit-rate-adjustments-to-small-inaudible-jumps.patch
- 0213-module-rtp-recv-Use-new-algorithm-for-adjusting-samp.patch
- 0214-module-rtp-recv-Average-the-estimated-real-sample-ra.patch
- 0215-module-rtp-recv-Remove-smoother-from-write-index.patch
- 0216-conf-Make-system.pa-use-udev-detect-and-not-hal-dete.patch
- 0217-volume-Add-a-PA_VOLUME_UI_MAX-define-for-the-recomme.patch
- 0218-vala-Some-bugfixes-for-the-vala-bindings.patch
- 0219-vala-delegate-FreeCb-does-not-have-a-target.patch
- 0220-vala-move-GLibMainLoop-class-into-separate-file-to-f.patch
- 0221-vala-Fix-path-error-in-the-last-commit.patch
- 0222-build-sys-Link-binaries-linking-libpulse-to-libpulse.patch
- 0223-build-sys-Link-binaries-linking-libpulsecommon-to-li.patch
- 0224-build-sys-Link-lirc-libraries-in-right-order.patch
- 0225-module-jack-sink-source-protect-against-null-return-.patch
- 0226-vala-ChannelMap-has-no-destroy-function.patch
* debian/patches/series: Renamed and re-ordered some patches, and clearly
identified distro specific patches and upstream/upstreamable patches
* 0209-alsa-mixer-Fix-makefile-in.patch: Drop, as we use dh-autoreconf,
which takes care of this for us
* debian/pulseaudio.install: Add the echo-cancel module
* 0003-Mention-speex-and-libsamplerate-in-pulse-daemon.conf.patch: Drop,
upstream
pulseaudio (0.9.22-2) UNRELEASED; urgency=low
* debian/control:
+ Fix typo in long description of pulseaudio-module-x11, thanks to
Sam Morris (Closes: #500038)
+ Clarify long description of pulseaudio-esound-compat. Many apps
still in use require functionality from this package
(Closes: #601725)
* debian/libpulse-dev.examples: Apply patch from Mario Lang to include
simple examples in the dev package. Thanks! (Closes: #561258)
* debian/patches/
0003-Mention-speex-and-libsamplerate-in-pulse-daemon.conf.patch:
+ Mention speex in the resampling section. Currently the Resampler
section of "Programming with Speex (the libspeex API)" contains
the relevant information (Closes: #541206)
* debian/pulseaudio-utils.links: Also add pamon(1), parec(1), and
parecord(1) (Closes: #599696)
* debian/README.Debian: Clarify historical pulse-rt use and document
current recommendation of RealtimeKit (Closes: #548363)
pulseaudio (0.9.22-1) experimental; urgency=low
* New upstream release
* debian/patches/0002-CVE-2009-1299.patch:
+ Dropped, fixed upstream
* debian/patches/0003-Re-bootstrap.patch
+ Dropped, not needed anymore
* debian/rules: Stop using -g0 on mips{,el} the toolchain has been fixed
* debian/rules, debian/control: Update build-depends and force building
with X11
* debian/control: Suggest rtkit
* debian/control: Prune unneeded depends of libpulse-dev
pulseaudio (0.9.21-3) unstable; urgency=low
* debian/rules: Compile with -g0 on mips{,el} to work around #519006 in
gcc-4.4
pulseaudio (0.9.21-2) unstable; urgency=low
* Import NMU patches into pkg-pulse git, thanks to the security team for
their work!
* debian/patches/0003-Re-bootstrap.patch
+ Added. Update configure so we don't have to re-run autotools when
building the package (Closes: #576457, #576546, #576769)
* Install a KDE specific startup file and module-device-manager.
Thanks to Daniel Schaal and Zsolt Rizsanyi for patches and tips.
(Closes: #570487)
* d/p/0004-In-KDE-only-start-pulseaudio-from-the-KDE-specific-d.patch
+ Added. When running KDE use the KDE specific autostart desktop file
instead of the generic pulseaudio-x11 file
* Fix two typos in debian/pulseaudio.default, patch by Paul Menzel
(Closes: #566332)
* Prepare the debian package for building on HURD again (needs some upstream
fixes as well). Patch by Pino Toscano (Closes: #573339)
* Use the pulseaudio.1 manpage from the source tree instead of the older (and
outdated) debian specific one.
pulseaudio (0.9.21-1.2) unstable; urgency=high
* Non-maintainer upload by the Security Team.
* Added autoconf, automake, and libtool in Build-Depends to regenerate
configure and auto* files at build time, and fixed a regression introduced
in previous NMU (Closes: #576457)
pulseaudio (0.9.21-1.1) unstable; urgency=high
* Non-maintainer upload.
* Fix insecure temporary file creation security issue (closes: #573615).
pulseaudio (0.9.21-1) unstable; urgency=low
* New upstream release
* d/p/0002-Fix-makefiles-to-include-all-alsa-path-files-on-inst.patch
+ Removed, merged upstream
* debian/copyright: Updated
* debian/rules: Fix build on arm (slightly changes target name)
pulseaudio (0.9.20-1) unstable; urgency=low
* New upstream release
* d/p/0002-Fix-makefiles-to-include-all-alsa-path-files-on-inst.patch
+ Added. Make sure all alsa path configuration files are installed
-- Luke Yelavich <email address hidden> Fri, 27 May 2011 14:05:01 +1000
-
pulseaudio (1:0.9.22+stable-queue-24-g67d18-0ubuntu4) oneiric; urgency=low
[ David Henningsson ]
* Fix missing Internal/Front/Rear mics on Nvidia chipsets (LP: #771739)
[ Luke Yelavich ]
* debian/control: Update Vcs-Bzr field
-- David Henningsson <email address hidden> Thu, 28 Apr 2011 10:31:42 +0200
-
pulseaudio (1:0.9.22+stable-queue-24-g67d18-0ubuntu3) natty; urgency=low
[ David Henningsson ]
* Add separate profile for Nvidia to make it easier to select the right
codec out of four (LP: #716371)
* Add workaround to make it possible to control the volume of some
USB headsets (LP: #749856, LP: #671560)
[ Luke Yelavich ]
* debian/control: Demote pulseaudio-module-raop to suggests, as it is
causing various issues, including crashers, (LP: #742281, #743073)
and re-opens (LP #688272)
* Pull some bugfixes from the stable-queue branch:
- 4fa7495 (vala: Some bugfixes for the vala bindings)
- ea0a2a6 (vala: delegate FreeCb does not have a target.)
- 64985aa (vala: move GLibMainLoop class into separate file to fix linker
errors)
- 9f52c10 (vala: Fix path error in the last commit.)
- 1ade8df (build-sys: Link binaries linking libpulse to libpulsecommon too)
- c25207f (build-sys: Link binaries linking libpulsecommon to libpulse too)
- 4be49ae (build-sys: Link lirc libraries in right order)
- fd5b282 (module-jack-sink/source: protect against null return in
jack_get_ports) (LP: #733424)
- 93e7a19 (vala: ChannelMap has no destroy function.)
* debian/patches/0097-explicitly-link-libraries.patch: Dropped, applied
upstream
* debian/control, debian/rules: Add dh-autoreconf
-- Luke Yelavich <email address hidden> Mon, 11 Apr 2011 16:58:14 +1000