commit 33707dc85eee933586ac9034e95f86c13a899061
parent 24d4da879643d84d5773b24b672f9b37e3f174b6
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Mon, 17 May 2010 17:55:06 +1000
Update for 0.3 release
Diffstat:
5 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/NEWS b/NEWS
@@ -1,4 +1,4 @@
-Spek 0.2 - Released 2010-05-13
+Spek 0.3 - Released 2010-05-17
==============================
Spek is an acoustic spectrum analyser written in Vala.
@@ -7,8 +7,9 @@ Spek is available on GNU/Linux and Windows.
Find out more about Spek on its website: http://spek-project.org/
-Version 0.2 brings the following features and fixes:
+Version 0.3 brings the following features and fixes:
-* Windows installer
-* Fix build on Fedora 13
-* Fix default icon
+* Horizontal (time) and vertical (frequency) auto-adjustable rulers
+* Parse command line arguments, show the version when --version is passed
+* Open the file passed as an argument
+* Fix a crash when the window width becomes very small
diff --git a/configure.ac b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT([spek], [0.2])
+AC_INIT([spek], [0.3])
AC_CONFIG_SRCDIR([src/spek.vala])
AC_CONFIG_HEADERS([config.h])
diff --git a/data/spek.desktop.in.in b/data/spek.desktop.in.in
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
-Version=0.2
+Version=0.3
_Name=Spek
_GenericName=Spectrum Analyser
_Comment=View spectrograms of your audio files
diff --git a/web/index.html b/web/index.html
@@ -36,13 +36,13 @@
</table>
<h2>Download</h2>
- <p><a href="http://spek.googlecode.com/files/spek-0.2.msi">Spek 0.2 for Windows</a> (x86 MSI installer, 17.1 MiB)</p>
- <p><a href="http://spek.googlecode.com/files/spek-0.2.tar.bz2">Spek 0.2 for GNU/Linux</a> (source code tar.bz2, 188 KiB)</p>
+ <p><a href="http://spek.googlecode.com/files/spek-0.3.msi">Spek 0.3 for Windows</a> (x86 MSI installer, 17.1 MiB)</p>
+ <p><a href="http://spek.googlecode.com/files/spek-0.3.tar.bz2">Spek 0.3 for GNU/Linux</a> (source code tar.bz2, 188 KiB)</p>
<p>To install on Windows just download and double-click the MSI installer. After asking a few questions, Spek will install automatically.</p>
<p>To build and run on GNU/Linux:</p>
<!-- HTML generated using hilite.me -->
- <div style="background: #ffffff; overflow:auto;width:auto;color:black;background:white;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #906030">$ </span>tar -xjvf spek-0.2.tar.bz2
-<span style="color: #906030">$ </span>cd spek-0.2
+ <div style="background: #ffffff; overflow:auto;width:auto;color:black;background:white;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #906030">$ </span>tar -xjvf spek-0.3.tar.bz2
+<span style="color: #906030">$ </span>cd spek-0.3
<span style="color: #906030">$ </span>./configure
<span style="color: #906030">$ </span>make
<span style="color: #906030">$ </span>src/spek
@@ -53,6 +53,7 @@
<h2>News <a href="http://versia.com/category/spek/feed/atom/"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2>
<ul>
+ <li>2010-05-17: Spek 0.3 Released</li>
<li>2010-05-15: <a href="http://versia.com/2010/05/15/spek-windows/">Spek 0.2 - now works in Windows</a></li>
<li>2010-05-10: <a href="http://versia.com/2010/05/10/introducing-spek/">Introducing Spek</a></li>
</ul>
@@ -61,10 +62,10 @@
<p>Features planned for the 1.0 release:</p>
<ul>
<li><del>Windows port</del></li>
- <li>Time and frequency rulers</li>
+ <li><del>Time and frequency rulers</del></li>
<li>Zoom and horizontal scroll</li>
<li>Adjust spectral density range (dB)</li>
- <li>Open and associate with audio files</li>
+ <li><del>Open and</del> associate with audio files</li>
<li>Use multiple threads to speed up analysis</li>
</ul>
diff --git a/win/spek.wxs b/win/spek.wxs
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?define ProductName = "Spek" ?>
<?define Manufacturer = "Spek Project" ?>
-<?define ProductVersion = "0.2.0" ?>
+<?define ProductVersion = "0.3.0" ?>
<?define UpgradeCode = "46D51DDF-5749-45E2-818B-1ACADF21C0D9" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="A27320AE-35AA-46D0-9CA3-E14EBF42CE66" Name="$(var.ProductName)" Language="0"