diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2013-09-15 15:54:04 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2013-09-15 15:54:04 +0200 |
commit | 191d735fa9be1fc9c23b52727198e2f6108e23e4 (patch) | |
tree | e5b4b7673df659bbce4465df2b391b4086d87def | |
parent | 4491b373acf03a761447bab0f8343e2ccefef10b (diff) | |
download | pianobar-191d735fa9be1fc9c23b52727198e2f6108e23e4.tar.gz pianobar-191d735fa9be1fc9c23b52727198e2f6108e23e4.tar.bz2 pianobar-191d735fa9be1fc9c23b52727198e2f6108e23e4.zip |
Prepare for release 2013.09.152013.09.15
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Release 2013.09.15 + +- Generic linked lists for libpiano. This change breaks libpiano’s API and + ABI! +- New reset volume keyboard shortcut (^) +- libgcrypt error handling +- Fix display of lists with more than 999 items +- Fix duplicate/“ghost” stations +- Fix libwaitress not trying all addresses returned by getaddrinfo + Release 2013.05.19 - Keyboard shortcuts for play/pause, config setting act_songpause has been diff --git a/src/config.h b/src/config.h index 3a8d2e4..388671c 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2013.05.19-dev" +#define VERSION "2013.09.15" #endif /* _CONFIG_H */ |