SHA256
1
0
forked from pool/pulseaudio
pulseaudio/pulseaudio.changes

141 lines
5.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Dec 11 12:43:34 CET 2007 - rodrigo@suse.de
- Merged with package from home:rodrigomoya:pulseaudio BS project.
-------------------------------------------------------------------
Thu Nov 22 19:21:00 IST 2007 - cyberorg@cyberorg.info
- Remove Provides and Obsoletes from esound compat package
-------------------------------------------------------------------
Wed Nov 21 18:13:48 IST 2007 - cyberorg@cyberorg.info
- Restructured spec file to build more subpackages, like in Fedora 8.
-------------------------------------------------------------------
Wed Oct 31 14:43:48 CET 2007 - tiwai@suse.de
- updated to version 0.9.7:
* New threaded lock-free (mostly at least) core
* New module for automatic discovery of zeroconf audio devices
* Reworked JACK module for better real-time compatibility
* PA now suspends access to all audio devices if idle
* module-combine is now beefedup to automatically pick up local hw devices
* make use of gcc intrinsics for atomic ops, byteswap, tls, where possible
* use speex resampler by default
* use mmap access by default for ALSA devices
* fold OSS mmap driver into normal OSS driver
* add LADSPA plugin
* add plugin for splitting or remapping channel maps
* Use Linux eventfd() if available, instead of hacks around FIFOs
* make use of PTHREAD_PRIO_INHERIT for some mutexes, wher it makes sense
* cleanup dead SHM frags from /dev/shm, where applicable
* automatically store/restore default audio device
* add new tool pasuspender tool
* X11 session management support
* allow global configuration for fragment settings/sizes
* PA (if HAL is enabled) now ignores modem sound devices by default
* Lots of bug fixes and other improvements
-------------------------------------------------------------------
Thu Oct 11 15:46:54 CEST 2007 - sbrabec@suse.cz
- Use binding specific avahi package.
-------------------------------------------------------------------
Tue Jun 19 17:25:08 CEST 2007 - tiwai@suse.de
- fixed default.pa (typo of rtp.monitor).
-------------------------------------------------------------------
Tue Jun 12 16:30:13 CEST 2007 - tiwai@suse.de
- disable flist-test that doesn't pass with ppc (libatomic-ops
problem)
-------------------------------------------------------------------
Fri Jun 8 15:08:39 CEST 2007 - tiwai@suse.de
- updated to version 0.9.6:
* bugfixes, including previous patches
* use lock-free algorith with libatomic-ops
- add avahi-devel, xorg-x11-devel, glib2-devel and hal-devel to
buildrequires
- prefer Master volume to PCM volume
-------------------------------------------------------------------
Tue May 29 19:22:56 CEST 2007 - tiwai@suse.de
- fix possible remote DoS (#260326)
- fix wrong endian conversion of float data
- add a workaround for firefox with LD_PRELOAD wrapper
- add the missing support of ioctls for JavaSound
- increase ESD max samplesize
-------------------------------------------------------------------
Tue Apr 24 12:01:42 CEST 2007 - tiwai@suse.de
- disable static library, don't use ltdl install
- fix requires of devel package
- fix post and postun
- build documents via doxygen
- fix suspend/resume with alsa backend
- fix the frame size handling in alsa backend
- fix possible NULL dereference
-------------------------------------------------------------------
Mon Oct 16 00:21:13 CEST 2006 - schwab@suse.de
- Make sure config.rpath is present.
-------------------------------------------------------------------
Wed Sep 6 17:25:51 CEST 2006 - tiwai@suse.de
- updated to version 0.9.5:
* add module-hal-detect module
* shared memory transfer method for local clients
* update module-volume-restore to automatically restore the output device
* add a new module module-rescue-streams
* add support for moving streams "hot" between sinks/sources
* reduce memory consumption and CPU load
* add new module module-gconf for reading additional configuration
* fix module-tunnel to work with the latest protocol
* miscellaneous fixes
-------------------------------------------------------------------
Thu Aug 17 17:23:15 CEST 2006 - tiwai@suse.de
- move libpulsedsp.so to the main package from devel sub package
(#199735).
-----------------------------------------------------------------
Mon Jul 31 17:38:08 CEST 2006 - tiwai@suse.de
- updated to version 0.9.4:
* support for system-wide pulseaudio daemon.
* add authentication by IP address range ACL (auth-ip-acl=)
* support to set resource limits on platforms
* remove loopback= argument for module-*-protocol-tcp
* remove obsolete GLIB event loop adapter
* add an API to check whether a source/sink is hardware or virtual
* remove warning about SIGPIPE in client apps
* improve latency calculation of NULL sink
* port Zeroconf code from the HOWL API to the native Avahi API
* fix broken time event handling in GLIB
* Some valgrind/massif fixes
* Fix pkg-config files for AMD64
-----------------------------------------------------------------
Wed Jul 12 16:16:06 CEST 2006 - tiwai@suse.de
- renamed from polypaudio to pulseaudio (the project name was
changed)
- update to version 0.9.2:
* increase maximum number of concurrent connections
* fix latency interpolation
* add support for reverse endian sound cards
* add support for recording in padsp
* reenable CPU load limiter
* other bugfixes