diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Release 2011.01.24 + +- Temporary banning song via history +- Software volume control +- Extended eventcmd api (includes station list now) +- Custom loved/banned icons in upcoming songs/history +- Fix playback on big-endian machines +- Fix DISABLE_MAD/FAAD make switches +- Several bugfixes, code cleanup and refactoring + Release 2010.11.06 - XMLRLC api version bump (v29) diff --git a/src/config.h b/src/config.h index ed5b12e..2490b14 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2010.11.06-dev" +#define VERSION "2011.01.24" #endif /* _CONFIG_H */ |