Skip to content

Commit bea1f5a

Browse files
committed
Prepare for 0.8.1
1 parent 3f09c41 commit bea1f5a

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Spek requires OS X 10.5+ and an Intel-based Mac.
3333
To build Spek, download the source code tarball then run these commands from
3434
terminal, adjusting the path to wx-config as necessary:
3535

36-
tar -xJvf spek-0.8.0.tar.xz
37-
cd spek-0.8.0
36+
tar -xJvf spek-0.8.1.tar.xz
37+
cd spek-0.8.1
3838
./configure --with-wx-config=/path/to/wx-config
3939
make
4040

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Spek is available on *BSD, GNU/Linux, Windows and Mac OS X.
77

88
Find out more about Spek on its website: <http://spek-project.org/>
99

10-
## Spek 0.8.0 - Released 2012-09-23
10+
## Spek 0.8.1 - Released 2012-09-27
1111

1212
### New Features And Enhancements
1313

14-
Spek 0.8.0 is part of beta 0.x releases, leading up to a stable 1.0 release
14+
Spek 0.8.1 is part of beta 0.x releases, leading up to a stable 1.0 release
1515
(hopefully) later this year. The roadmap is available on
1616
[GitHub](https://github.com/alexkay/spek/issues/milestones).
1717

@@ -40,18 +40,19 @@ Bugfixes:
4040
* Fixed compilation with newer FFmpeg and libav versions.
4141
* Proper handling of Unicode file names under Windows (upstream fix).
4242
* Don't lock the input file on Windows (#26).
43+
* Fixed mapping of the spectral density into the palette.
4344

4445
### Sources / Packages
4546

46-
Spek 0.8.0 tarball:
47+
Spek 0.8.1 tarball:
4748

48-
* <https://github.com/downloads/alexkay/spek/spek-0.8.0.tar.xz>
49+
* <https://github.com/downloads/alexkay/spek/spek-0.8.1.tar.xz>
4950

5051
Windows and Mac OS X binaries:
5152

52-
* <https://github.com/downloads/alexkay/spek/spek-0.8.0.msi>
53-
* <https://github.com/downloads/alexkay/spek/spek-0.8.0.zip>
54-
* <https://github.com/downloads/alexkay/spek/spek-0.8.0.dmg>
53+
* <https://github.com/downloads/alexkay/spek/spek-0.8.1.msi>
54+
* <https://github.com/downloads/alexkay/spek/spek-0.8.1.zip>
55+
* <https://github.com/downloads/alexkay/spek/spek-0.8.1.dmg>
5556

5657
Unix packages:
5758

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([spek],[0.8.0])
1+
AC_INIT([spek],[0.8.1])
22
AC_CONFIG_SRCDIR([src/spek.cc])
33
AC_CONFIG_HEADERS([config.h])
44
AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz])

0 commit comments

Comments
 (0)