- disable the libsamplerate resampler, it clips and is horribly
inefficient
- fix WANTLIB
- stop ffmpeg decoder from spamming stdout
- enable jack output
When testing applications, often you find yourself needing to provide
functionality in your test environment that would usually be provided by
external modules. Rather than munging the %INC by hand to mark these
external modules as loaded, so they are not attempted to be loaded by
perl, this module offers you a very simple way to mark modules as loaded
and/or unloaded.
this makes printing using gtkprint and CUPS much more pleasant ;-)
- fix a small typo in COMMENT-docs while here
"no objections" jasper@, looks good "landry@
SysBench is a modular, cross-platform and multi-threaded benchmark tool
for evaluating OS parameters that are important for a system running a
database under intensive load.
The idea of this benchmark suite is to quickly get an impression about
system performance without setting up complex database benchmarks or
even without installing a database at all.
Current features allow to test the following system parameters:
* file I/O performance
* scheduler performance
* memory allocation and transfer speed
* POSIX threads implementation performance
* database server performance (OLTP benchmark)
Primarily written for MySQL server benchmarking, SysBench will be
further extended to support multiple database backends, distributed
benchmarks and third-party plug-in modules.
from Jung (maintainer) with some tweaks.
thanks to landry@ for testing and feedback.
ok landry
This release contains a security fix (unchecked array index,
CVE-2008-1686). There are also a few bug fixes, and open-source
support for RealAudio "cook". For front-end package maintainers,
there's a tool to help maintain MIME type lists, and for developers
who need raw frame data, you can now get that with the "raw" video
output plugin.
from brad@
- Slideshow icon in settings
- crash when displaying 1BPP BMP images
- crash with Jpeg images containing incorrect Exif information due to
Exiv2 API misuse
From brad@ (tested/confirmed by me)
* GNU M4 Format String Vulnerability and Security Issue
http://secunia.com/advisories/29671/
* Tighten conformance to various POSIX rules.
* Improve handling of standard input.
* Fix exploitable memory allocation overflow bug.
* Add 'mkstemp' macro.
* Switch to GPLv3.
okay naddy@