diff options
author | Michał Cichoń <michcic@gmail.com> | 2015-12-10 11:56:51 +0100 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2015-12-10 11:56:51 +0100 |
commit | 754a62188d0fa2bc29c7089a6beccea9622c9911 (patch) | |
tree | e075e6f55aea250f5ca1bb628a15327f52f3789e | |
parent | acabd52d772e055080c5e58ec08e51a5017e9442 (diff) | |
download | pianobar-windows-754a62188d0fa2bc29c7089a6beccea9622c9911.tar.gz pianobar-windows-754a62188d0fa2bc29c7089a6beccea9622c9911.tar.bz2 pianobar-windows-754a62188d0fa2bc29c7089a6beccea9622c9911.zip |
Bump version and update changelog
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 27 insertions, 1 deletions
@@ -1,3 +1,29 @@ +Release 2015.12.10 +- Fix: Fix I/O on Windows 8.x and Windows 10 +- Fix: Improve Windows Media Foundation backend + +Release 2015.12.05 +- New: Add Windows Media Foundation based player backend +- New: Add new configuration option to force player backend + player = [ds|mf] + +Initial port +- Replace libcurl with WinHTTP +- Replace ffmpeg based player with Direct Show +- Use vtparse to emulate terminal behavior +- Use Paul Kocher blowfish implementation instead of gcrypt +- This is second port, this time ability to build ported version back on unix was + dropped. There are no plans to make it mainline so there are also no reasons + spend time to do this +- Original formatting was dropped, keeping it in day to day work is time consuming + and not rewarding at all. It will be harder to reintegrate changes + from upstream. However this is easier than to force myself to use rules which + are odd for me. + + + +Pre-port changelog: + Release 2014.09.28 - Fix segfault when retrieving station’s feedback list - Refactored audio player diff --git a/src/config.h b/src/config.h index 8e874ab..c408542 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2015.12.05" +#define VERSION "2015.12.10" #define TITLE "Pianobar" |