Changelog for
kwave-0.8.9-5.1.x86_64.rpm :
Sat Nov 10 13:00:00 2012 asterios.dramisAATTgmail.com
- v0.8.9:
* new feature: MP3 export via external program \"lame\", \"toolame\" and
\"twolame\", with configurable command line options
* new feature: allow change of compression type via file info
* fix for SF #3528848, removed -Wl,--add-needed from plugin LINK_FLAGS
* speedup: improved performance of sample writer
* wav import/export: support for some more meta data tags
* bugfix: meta data lost when writing wav files that had meta data for
product/album or subject/track at the same time
* bugfix: broken signal/slot connection in SaveBlocks plugin
* workaround for bug in id3lib, SF #3534143:
ignore id3lib crc check result for MPEG Layer II files
* bugfix: Gentoo ebuild lacked required svg use flag for
media-gfx/imagemagick and media-gfx/graphicsmagick
* bugfix: File/SaveAs now uses last recently used directory and extension
together with the user defined file name
* bugfix: PluginManager::sync caused application slowdown or stale GUI
- Added lame, toolame and twolame in Recommends (can be optionally used by the
package).
- Added \"Audio\" in kwave desktop file Categories entry.
Sat May 26 14:00:00 2012 asterios.dramisAATTgmail.com
- Remove build time references so build-compare can do its work.
Sun May 20 14:00:00 2012 asterios.dramisAATTgmail.com
- v0.8.8:
* new feature: seek functionality for playback
* new feature: added toolbar with record/playback/scroll functions
* migration to GIT as source code management
* documentation update
* allowing zoom and scroll while a plugin is running
* allow \"close\" and \"quit\" while playback is running
* allow track selection change during playback
* fix for namespace collision with libaudiofile
* bugfix: mouse selection update with negative offset failed
* bugfix: wrong focus of progress dialog when repairing damaged wav files
* bugfix: missing updates of zoom selection combo box
* bugfix: when viewing with full zoom, scroll by 1 sample was possible
* bugfix: focus was wrong on program start (zoom combo box)
* bugfix: wrong view when moving slider of overview widget to negative value
* bugfix: playback pointer did not disappear after play - pause - stop
* bugfix: creating a label without text was not possible
* bugfix: saving WAV with G.711 and non-16bits/sample produced broken output
* bugfix: handling of shortened tracks in encoders
Mon Nov 28 13:00:00 2011 asterios.dramisAATTgmail.com
- v0.8.7:
* ebuild update for media-gfx/imagemagick <-> media-gfx/graphicsmagick
(see gentoo bug #314325)
* new feature: \"insert at\", paste clipboard at given position
* fix for API change in libaudiofile v0.3.1
* speedup: loading ogg/mp3 is much faster now (up to factor 2)
* bugfix: stream name of pulse audio playback used wrong encoding
* update of the Kwave spec file (synced with OpenSuSE build service version)
* new build target \"distfiles\"
* updated version of the GPL v2 document (GNU-LICENSE)
- Spec file updates:
* Changed License: to GPL-2.0+ which is the package\'s main license.
* Changes based on spec-cleaner run.
Tue Mar 8 13:00:00 2011 asterios.dramisAATTgmail.com
- v0.8.6:
* Lots of changes (see CHANGES file).
- Spec file updates:
* Changes based on rpmdevtools templates and spec-cleaner run.
* Updates in License: and Group: entries.
* Updates in Summary:, Buildrequires:, Requires: and %description entries.
* Updates in %prep, %build, %install and %files sections.
* Removed \"X-SuSE-translate=true\" from kwave.desktop file to fix package
build error.
* Fixed rpmlint warnings.
- Removed %changelog entries from spec file and added a kwave.changes file
using spec2changelog.
Sat Jul 4 14:00:00 2009 Thomas.EschenbacherAATTgmx.de
- v0.8.3-2 - bugfix: re-enabled detection of optimized memcpy function
- bugfix: deadlock in recording plugin and plugin management
- bugfix: ID3 tag import did not work
- taking ID3 tag for \"album\" as \"product\" in wav meta data
- taking ID3 tag for \"track\" as \"subject\" in wav meta data
Sat Jun 27 14:00:00 2009 Thomas.EschenbacherAATTgmx.de
- v0.8.3-1 - speedups of GUI and memory management
- new plugin \"normalize\"
- new plugin \"reverse\"
Sat Apr 18 14:00:00 2009 Thomas.EschenbacherAATTgmx.de
- v0.8.2-2 - bugfix release
- added czech gui translation from Pavel Fric
- speed optimizations
Tue Dec 23 13:00:00 2008 Thomas.EschenbacherAATTgmx.de
- v0.8.1-1 - bugfixes in label handling
- new clipboard implementation, using the clipboard of KDE (X11)
- fixed enable/disable of copy/paste functions depending on clipboard state
- re-enabled function \"flush clipboard\"
- re-enabled function \"invert track selection\"
- re-enabled function \"select all tracks\"
- implemented plugin for \"go to position...\"
- new features for status bar and overview widget
- no longer using builtin version of libaudiofile
Fri Oct 10 14:00:00 2008 Thomas.EschenbacherAATTgmx.de
- v0.8.0-2 - replaced application icon, using a scalable svg image
- replaced GSL with FFTW3, which is license compatible with Kwave