Skip to content

Commit fc334ed

Browse files
committed
Prepare of 0.6 release
1 parent 0e4a55c commit fc334ed

File tree

5 files changed

+56
-23
lines changed

5 files changed

+56
-23
lines changed

NEWS

+47-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,53 @@
1-
Spek 0.5 - Released 2010-06-26
2-
==============================
1+
Spek 0.6 - Released 2010-07-13
2+
==============================================================================
33

4-
Spek is an acoustic spectrum analyser written in Vala.
5-
It uses the GNOME platform: GLib, GTK+, Cairo and Pango
6-
as well as FFmpeg and FFTW libraries.
4+
Spek is an acoustic spectrum analyser written in Vala. It uses the GNOME
5+
platform: GLib, GTK+, Cairo and Pango as well as the FFmpeg libraries.
76

87
Spek is available on GNU/Linux, Windows and Mac OS X.
98

10-
Find out more about Spek on its website: http://spek-project.org/
9+
Find out more about Spek on its website: http://www.spek-project.org/
1110

12-
Version 0.5 brings the following features and fixes:
11+
New Features And Enhancements
12+
------------------------------------------------------------------------------
1313

14-
* Speed up spectral analysis by using the optimal number of frequency bands.
15-
* DTS files support.
16-
* Distribute Windows version as a ZIP archive in addition to the MSI installer.
17-
* Mac OS X installer.
18-
* Use Pango to render text.
19-
* Brand new icon.
14+
Spek 0.6 is part of beta 0.x releases, leading up to a stable 1.0 release
15+
later this year. Check Spek website for the roadmap.
16+
17+
New features since 0.5:
18+
19+
* Switch from GStreamer to FFmpeg libraries for audio decoding. This
20+
speeds up the overall analysis by a factor of 1.5 to 2.
21+
* Decode audio and perform the analysis in separate threads. This makes
22+
the analysis 1.3~1.8 times faster on multi-core systems (issue 11).
23+
* Check for a new version once a week and notify when it becomes
24+
available (issue 27)
25+
26+
Enhancements:
27+
28+
* Windows installer branding (issue 32)
29+
* Option to launch Spek when the Windows installer exits
30+
31+
Bugfixes:
32+
33+
* Fix link activation on Windows (issue 31)
34+
* Fix ALAC issues on OS X (issue 23)
35+
* Re-run the analysis only if the window width has been changed
36+
* Fix opening of files containing Unicode symbols in their name on Windows
37+
38+
Sources / Packages
39+
------------------------------------------------------------------------------
40+
41+
* Spek 0.6 tarball:
42+
http://spek.googlecode.com/files/spek-0.6.tar.bz2
43+
44+
* Windows and Mac OS X binaries:
45+
http://spek.googlecode.com/files/spek-0.6.msi
46+
http://spek.googlecode.com/files/spek-0.6.zip
47+
http://spek.googlecode.com/files/spek-0.6.dmg
48+
49+
Dependencies
50+
------------------------------------------------------------------------------
51+
52+
* GTK+ >= 2.18
53+
* FFmpeg >= r18351

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configure.ac
22

3-
AC_INIT([spek], [0.5])
3+
AC_INIT([spek], [0.6])
44
AC_CONFIG_SRCDIR([src/spek.vala])
55
AC_CONFIG_HEADERS([config.h])
66

web/index.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>Download</h2>
3333
<tr>
3434
<td><img src="logo-linux.png" width="48" height="48" alt="Linux"/></td>
3535
<td class="dld_link">
36-
<a href="http://spek.googlecode.com/files/spek-0.5.tar.bz2">spek-0.5.tar.bz2</a> (147 KiB)
36+
<a href="http://spek.googlecode.com/files/spek-0.6.tar.bz2">spek-0.6.tar.bz2</a> (198 KiB)
3737
<br/>
3838
<a href="http://code.google.com/p/spek/wiki/LinuxInstall">instructions</a>
3939
</td>
@@ -45,9 +45,9 @@ <h2>Download</h2>
4545
<tr>
4646
<td><img src="logo-windows.png" width="48" height="48" alt="Windows"/></td>
4747
<td class="dld_link">
48-
<a href="http://spek.googlecode.com/files/spek-0.5.msi">spek-0.5.msi</a> (17.1 MiB)
48+
<a href="http://spek.googlecode.com/files/spek-0.6.msi">spek-0.6.msi</a> (9.83 MiB)
4949
<br/>
50-
<a href="http://spek.googlecode.com/files/spek-0.5.zip">spek-0.5.zip</a> (16.6 MiB)
50+
<a href="http://spek.googlecode.com/files/spek-0.6.zip">spek-0.6.zip</a> (9.16 MiB)
5151
<br/>
5252
<a href="http://code.google.com/p/spek/wiki/WindowsInstall">instructions</a>
5353
</td>
@@ -85,12 +85,11 @@ <h2>Screenshots</h2>
8585

8686
<h2>News <a href="http://versia.com/category/spek/feed/atom/"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2>
8787
<ul>
88+
<li>2010-07-13: Spek 0.6 Released</li>
8889
<li>2010-07-04: <a href="http://versia.com/2010/07/04/gstreamer-ffmpeg-and-spek/">GStreamer, FFmpeg and Spek</a></li>
8990
<li>2010-06-26: <a href="http://versia.com/2010/06/27/spek-0-5-mac-os-x-port/">Spek 0.5 - Mac OS X port</a></li>
9091
<li>2010-05-21: <a href="http://versia.com/2010/05/21/spek-0-4-released/">Spek 0.4 Released</a></li>
9192
<li>2010-05-17: <a href="http://versia.com/2010/05/17/spek-0-3-released/">Spek 0.3 Released</a></li>
92-
<li>2010-05-15: <a href="http://versia.com/2010/05/15/spek-windows/">Spek 0.2 - now works in Windows</a></li>
93-
<li>2010-05-10: <a href="http://versia.com/2010/05/10/introducing-spek/">Introducing Spek</a></li>
9493
</ul>
9594

9695
<h2>Roadmap</h2>
@@ -106,8 +105,8 @@ <h2>Roadmap</h2>
106105
</ul>
107106

108107
<h2>Contribute</h2>
109-
<p>Spek is free and open source software licensed under <a href="http://www.gnu.org/licenses/gpl.html">GNU GPL v3</a>. The project is written in <a href="http://live.gnome.org/Vala">Vala</a>, the code is hosted on <a href="http://gitorious.org/spek">Gitorious</a>. Patches can be sent by email or as Gitorious merge requests.</p>
110-
<p>Report bugs and request new features <a href="http://code.google.com/p/spek/issues/list">here</a>.</p>
108+
<p>Spek is free and open source software licensed under <a href="http://www.gnu.org/licenses/gpl.html">GNU GPL v3</a>. The project is written in C and <a href="http://live.gnome.org/Vala">Vala</a>, the code is hosted on <a href="http://gitorious.org/spek">Gitorious</a>. Patches can be sent as Gitorious merge requests or attached to a <a href="http://code.google.com/p/spek/issues/entry">new issue</a>.</p>
109+
<p>Report bugs and request new features on the <a href="http://code.google.com/p/spek/issues/list">issue tracker</a>.</p>
111110

112111
<h2>Feedback</h2>
113112
<p>Spek is maintained by <a href="http://versia.com">Alexander Kojevnikov</a>, you can contact him by <a href="mailto:&#97;l&#101;&#120;&#97;&#110;&#100;&#101;&#114;&#64;&#107;&#111;&#106;&#101;v&#110;i&#107;&#111;v.&#99;&#111;&#109;">email</a>.</p>

web/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5
1+
0.6

win/spek.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?define ProductName = "Spek" ?>
33
<?define Manufacturer = "Spek Project" ?>
4-
<?define ProductVersion = "0.5.0" ?>
4+
<?define ProductVersion = "0.6.0" ?>
55
<?define UpgradeCode = "46D51DDF-5749-45E2-818B-1ACADF21C0D9" ?>
66
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
77
<Product Id="*" Name="$(var.ProductName)" Language="0"

0 commit comments

Comments
 (0)