Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Add date/release notes for 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx committed Jan 11, 2015
1 parent b8855e8 commit 89cc7ce
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
fIcy 1.0.19 11/01/2015
----------------------

* fPls will now correctly retry loading remote playlists on connection
timeout/failures according to the requested limit (3 by default).
* fPls/fIcy ``-T`` (maximum time) flag now takes connection/retry delays
into account, ensuring the requested time is never exceeded.
* Some examples in the documentation have been clarified.


fIcy 1.0.18 29/03/2011
----------------------

Expand Down
2 changes: 1 addition & 1 deletion fIcy.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* fIcy - HTTP/1.0-ICY stream extractor/separator - implementation
* Copyright(c) 2003-2007 of wave++ (Yuri D'Elia) <wavexx@thregr.org>
* Copyright(c) 2003-2015 of wave++ (Yuri D'Elia) <wavexx@thregr.org>
* Distributed under GNU LGPL without ANY warranty.
*/

Expand Down
6 changes: 3 additions & 3 deletions fIcy.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* fIcy - HTTP/1.0-ICY stream extractor/separator
* Copyright(c) 2003-2009 of wave++ (Yuri D'Elia)
* Copyright(c) 2003-2015 of wave++ (Yuri D'Elia)
* Distributed under GNU LGPL without ANY warranty.
*/

Expand All @@ -11,7 +11,7 @@
#include <cstddef>

// some defines
#define FICY_VERSION "1.0.18"
#define FICY_VERSION "1.0.19"


// some constants
Expand All @@ -20,7 +20,7 @@ namespace fIcy
// common strings
const char version[] = FICY_VERSION;
const char copyright[] =
"Copyright(c) 2003-2011 of wave++ (Yuri D'Elia) <wavexx@thregr.org>\n"
"Copyright(c) 2003-2015 of wave++ (Yuri D'Elia) <wavexx@thregr.org>\n"
"Distributed under GNU LGPL (v2 or above) without ANY warranty.\n";


Expand Down
2 changes: 1 addition & 1 deletion fPls.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* fPls - playlist handler for fIcy
* Copyright(c) 2004-2008 of wave++ (Yuri D'Elia) <wavexx@thregr.org>
* Copyright(c) 2004-2015 of wave++ (Yuri D'Elia) <wavexx@thregr.org>
* Distributed under GNU LGPL without ANY warranty.
*/

Expand Down
2 changes: 1 addition & 1 deletion htfollow.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* htFollow - follow an http url until content is reached - implementation
* Copyright(c) 2005-2006 of wave++ (Yuri D'Elia)
* Copyright(c) 2005-2015 of wave++ (Yuri D'Elia)
* Distributed under GNU LGPL without ANY warranty.
*/

Expand Down
2 changes: 1 addition & 1 deletion htfollow.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* htFollow - follow an http url until content is reached
* Copyright(c) 2005-2006 of wave++ (Yuri D'Elia)
* Copyright(c) 2005-2015 of wave++ (Yuri D'Elia)
* Distributed under GNU LGPL without ANY warranty.
*/

Expand Down

0 comments on commit 89cc7ce

Please sign in to comment.