summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2012-09-07 16:44:00 +0200
committerLars-Dominik Braun <lars@6xq.net>2012-09-07 16:44:39 +0200
commit67badcc47bcada695d8cd19c061ee4801f8bfc18 (patch)
tree21896c7b3dfe0704dea6bdd932cb29502c67e6fd
parent792f236df29d364e3fe1cfb0829d88b75777ff06 (diff)
downloadpianobar-67badcc47bcada695d8cd19c061ee4801f8bfc18.tar.gz
pianobar-67badcc47bcada695d8cd19c061ee4801f8bfc18.tar.bz2
pianobar-67badcc47bcada695d8cd19c061ee4801f8bfc18.zip
Prepare for release 2012.09.072012.09.07
-rw-r--r--ChangeLog9
-rw-r--r--src/config.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c4165ec..51b6d63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 */