commit 9c00549f1b32a6c1106f5c26313066e025a1aec8
parent eeda10c611fcfb1795639a40e0ffdd4ce46cc8c2
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Sat, 26 Jun 2010 18:51:06 +1000
Prepare for 0.5 release
Diffstat:
3 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/NEWS b/NEWS
@@ -1,4 +1,4 @@
-Spek 0.4 - Released 2010-05-21
+Spek 0.5 - Released 2010-06-26
==============================
Spek is an acoustic spectrum analyser written in Vala.
@@ -7,10 +7,11 @@ Spek is available on GNU/Linux and Windows.
Find out more about Spek on its website: http://spek-project.org/
-Version 0.4 brings the following features and fixes:
+Version 0.5 brings the following features and fixes:
- * Associate with audio files ("Open with..." menu in file managers)
- * Show the name of the open file in the window title
- * Support 24-bit FLACs
- * Drag and Drop support
- * Show file name and its properties in the window
+ * 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.
diff --git a/configure.ac b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT([spek], [0.4])
+AC_INIT([spek], [0.5])
AC_CONFIG_SRCDIR([src/spek.vala])
AC_CONFIG_HEADERS([config.h])
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.4.0" ?>
+<?define ProductVersion = "0.5.0" ?>
<?define UpgradeCode = "46D51DDF-5749-45E2-818B-1ACADF21C0D9" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="$(var.ProductName)" Language="0"