Skip to content

Commit

Permalink
Prepare for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed Sep 27, 2012
1 parent 3f09c41 commit bea1f5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Spek requires OS X 10.5+ and an Intel-based Mac.
To build Spek, download the source code tarball then run these commands from
terminal, adjusting the path to wx-config as necessary:

tar -xJvf spek-0.8.0.tar.xz
cd spek-0.8.0
tar -xJvf spek-0.8.1.tar.xz
cd spek-0.8.1
./configure --with-wx-config=/path/to/wx-config
make

Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Spek is available on *BSD, GNU/Linux, Windows and Mac OS X.

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

## Spek 0.8.0 - Released 2012-09-23
## Spek 0.8.1 - Released 2012-09-27

### New Features And Enhancements

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

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

### Sources / Packages

Spek 0.8.0 tarball:
Spek 0.8.1 tarball:

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

Windows and Mac OS X binaries:

* <https://github.com/downloads/alexkay/spek/spek-0.8.0.msi>
* <https://github.com/downloads/alexkay/spek/spek-0.8.0.zip>
* <https://github.com/downloads/alexkay/spek/spek-0.8.0.dmg>
* <https://github.com/downloads/alexkay/spek/spek-0.8.1.msi>
* <https://github.com/downloads/alexkay/spek/spek-0.8.1.zip>
* <https://github.com/downloads/alexkay/spek/spek-0.8.1.dmg>

Unix packages:

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([spek],[0.8.0])
AC_INIT([spek],[0.8.1])
AC_CONFIG_SRCDIR([src/spek.cc])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz])
Expand Down

0 comments on commit bea1f5a

Please sign in to comment.