diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2012-09-07 16:44:00 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2012-09-07 16:44:39 +0200 |
commit | 67badcc47bcada695d8cd19c061ee4801f8bfc18 (patch) | |
tree | 21896c7b3dfe0704dea6bdd932cb29502c67e6fd | |
parent | 792f236df29d364e3fe1cfb0829d88b75777ff06 (diff) | |
download | pianobar-67badcc47bcada695d8cd19c061ee4801f8bfc18.tar.gz pianobar-67badcc47bcada695d8cd19c061ee4801f8bfc18.tar.bz2 pianobar-67badcc47bcada695d8cd19c061ee4801f8bfc18.zip |
Prepare for release 2012.09.072012.09.07
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Release 2012.09.07 + +- Defunct move song (keybinding 'm') feature removed +- Added feature: Create station from song (keybinding 'v') +- '<space>' (setting act_songpause2) toggles pause too +- Makefile: Auto-dependency generation +- Correctly initialize libgcrypt +- headless_pianobar wrapper added + Release 2012.06.24 - Removed setting audio_format, added audio_quality. libfaad (aac) is now required, diff --git a/src/config.h b/src/config.h index 7e4544e..1395cd3 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2012.06.24-dev" +#define VERSION "2012.09.07" #endif /* _CONFIG_H */ |