diff --git a/NEWS b/NEWS index 1cfbe014..93b6cccc 100644 --- a/NEWS +++ b/NEWS @@ -1,19 +1,53 @@ -Spek 0.5 - Released 2010-06-26 -============================== +Spek 0.6 - Released 2010-07-13 +============================================================================== -Spek is an acoustic spectrum analyser written in Vala. -It uses the GNOME platform: GLib, GTK+, Cairo and Pango -as well as FFmpeg and FFTW libraries. +Spek is an acoustic spectrum analyser written in Vala. It uses the GNOME +platform: GLib, GTK+, Cairo and Pango as well as the FFmpeg libraries. Spek is available on GNU/Linux, Windows and Mac OS X. -Find out more about Spek on its website: http://spek-project.org/ +Find out more about Spek on its website: http://www.spek-project.org/ -Version 0.5 brings the following features and fixes: +New Features And Enhancements +------------------------------------------------------------------------------ - * Speed up spectral analysis by using the optimal number of frequency bands. - * DTS files support. - * Distribute Windows version as a ZIP archive in addition to the MSI installer. - * Mac OS X installer. - * Use Pango to render text. - * Brand new icon. +Spek 0.6 is part of beta 0.x releases, leading up to a stable 1.0 release +later this year. Check Spek website for the roadmap. + +New features since 0.5: + + * Switch from GStreamer to FFmpeg libraries for audio decoding. This + speeds up the overall analysis by a factor of 1.5 to 2. + * Decode audio and perform the analysis in separate threads. This makes + the analysis 1.3~1.8 times faster on multi-core systems (issue 11). + * Check for a new version once a week and notify when it becomes + available (issue 27) + +Enhancements: + + * Windows installer branding (issue 32) + * Option to launch Spek when the Windows installer exits + +Bugfixes: + + * Fix link activation on Windows (issue 31) + * Fix ALAC issues on OS X (issue 23) + * Re-run the analysis only if the window width has been changed + * Fix opening of files containing Unicode symbols in their name on Windows + +Sources / Packages +------------------------------------------------------------------------------ + + * Spek 0.6 tarball: + http://spek.googlecode.com/files/spek-0.6.tar.bz2 + + * Windows and Mac OS X binaries: + http://spek.googlecode.com/files/spek-0.6.msi + http://spek.googlecode.com/files/spek-0.6.zip + http://spek.googlecode.com/files/spek-0.6.dmg + +Dependencies +------------------------------------------------------------------------------ + + * GTK+ >= 2.18 + * FFmpeg >= r18351 diff --git a/configure.ac b/configure.ac index 60064d04..ccf64c74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([spek], [0.5]) +AC_INIT([spek], [0.6]) AC_CONFIG_SRCDIR([src/spek.vala]) AC_CONFIG_HEADERS([config.h]) diff --git a/web/index.html b/web/index.html index 48f9816f..47d49869 100644 --- a/web/index.html +++ b/web/index.html @@ -33,7 +33,7 @@

Download

Linux - spek-0.5.tar.bz2 (147 KiB) + spek-0.6.tar.bz2 (198 KiB)
instructions @@ -45,9 +45,9 @@

Download

Windows - spek-0.5.msi (17.1 MiB) + spek-0.6.msi (9.83 MiB)
- spek-0.5.zip (16.6 MiB) + spek-0.6.zip (9.16 MiB)
instructions @@ -85,12 +85,11 @@

Screenshots

News news feed

Roadmap

@@ -106,8 +105,8 @@

Roadmap

Contribute

-

Spek is free and open source software licensed under GNU GPL v3. The project is written in Vala, the code is hosted on Gitorious. Patches can be sent by email or as Gitorious merge requests.

-

Report bugs and request new features here.

+

Spek is free and open source software licensed under GNU GPL v3. The project is written in C and Vala, the code is hosted on Gitorious. Patches can be sent as Gitorious merge requests or attached to a new issue.

+

Report bugs and request new features on the issue tracker.

Feedback

Spek is maintained by Alexander Kojevnikov, you can contact him by email.

diff --git a/web/version b/web/version index 2eb3c4fe..5a2a5806 100644 --- a/web/version +++ b/web/version @@ -1 +1 @@ -0.5 +0.6 diff --git a/win/spek.wxs b/win/spek.wxs index c8e644ff..0839f914 100644 --- a/win/spek.wxs +++ b/win/spek.wxs @@ -1,7 +1,7 @@ - +