Fri April 11 2008 -- Version 0.9.3
----------------------------------------
This is a bug fix release, containing the following changes:
* Fixed bounds checking of mode in speex header. relates to:
http://www.ocert.org/advisories/ocert-2008-2.html
* Fixed bug preventing device dialog being reopened when
closed via the window manager.
All users with speex handling enabled should upgrade.
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Wed Apr 30 2003 -- Version 0.8.2
--------------------------------
This release contains support for ALSA 0.9.
Internationalization (i18n) improvements:
* a complete audit of untranslateable strings, including
mis-configured source files and unmarked strings, by
Silvia Pfeiffer.
* a new Greek translation by Dokianakis Fanis
* a new Russian translation by Alexandre Prokoudine
* an updated Italian translation by Yuri Bongiorno
* an updated German translation by Silvia Pfeiffer
Additional changes include:
* added VBR without DTX option for Speex 1.0 speech encoding
* improved accuracy of sliders in processing dialogs
Thu Feb 6 2003 -- Version 0.8.1
--------------------------------
This release contains performance improvements for basic editing operations,
including reduced memory consumption during cut and paste insert. It also
includes support for creation of new files on the command line, updated
handling of raw file loading through libsndfile, and updated support for
voice activity detection and intensity stereo coding features of the Speex
speech codec.
Sweep is a sound wave editor, and it is also generally useful as a
flexible recording and playback tool. Inside lives a pesky little
virtual stylus called Scrubby who enjoys mixing around in your files.
Version 0.5.1 was provided in my own PR pkg/18124.