From 095d4dbbfe7dae40dc1c4b24ad50bb46dbdc8d95 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 25 Jan 2015 01:50:53 +0100 Subject: [PATCH] Move old news --- NEWS.rst | 29 +++++++++++++++++++++++++++++ README.rst | 26 +------------------------- 2 files changed, 30 insertions(+), 25 deletions(-) create mode 100644 NEWS.rst diff --git a/NEWS.rst b/NEWS.rst new file mode 100644 index 0000000..602c6d2 --- /dev/null +++ b/NEWS.rst @@ -0,0 +1,29 @@ +Old news +========= + +See README.rst for last news. + +0.6.4 + + * Fix install bug again (add main script to install), sorry :( + * Reduce streaming buffer length + +0.6.3 + + * Fix install bug + * Setup rewritten + * Fix MANIFEST + +0.6.2 + + * No new functions but bugfixes (including a serious one during install from pypi) + * Definitely moved the project to `GitHub `_ + * Update various README details + * update API doc: http://files.parisson.com/doc/deefuzzer/ + +0.6.1 + + * New HTTP steamer based on pycurl to handle streaming over stream-m servers (WebM streaming) + see http://code.google.com/p/stream-m/ + * Live webm relaying works good, webm playlist reading NEED testing + * New parameter ('icecast or 'stream-m') diff --git a/README.rst b/README.rst index b898a9a..04b2e7e 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ News * Added option (ignoreerrors) to log and continue when an error occurs during station setup (@achbed #43) * Cleanup, better doucmentation and good ideas (@choiz #15 #16 #17 #23) * Various bufixes - * Many thanks to all participants and espacially to @achbed for his **huge** work, efficiency and easy collaboration + * Many thanks to all participants and especially to @achbed for his **huge** work, efficiency and easy collaboration * Enjoy! 0.6.6 @@ -76,30 +76,6 @@ News * Read m3u playlist files * Minor fixes -0.6.4 is out! - - * Fix install bug again (add main script to install), sorry :( - * Reduce streaming buffer length - -0.6.3 Fix install bug! - - * Setup rewritten - * Fix MANIFEST - -0.6.2 has been released! - - * No new functions but bugfixes (including a serious one during install from pypi) - * Definitely moved the project to `GitHub `_ - * Update various README details - * update API doc: http://files.parisson.com/doc/deefuzzer/ - -0.6.1 is out! - - * New HTTP steamer based on pycurl to handle streaming over stream-m servers (WebM streaming) - see http://code.google.com/p/stream-m/ - * Live webm relaying works good, webm playlist reading NEED testing - * New parameter ('icecast or 'stream-m') - Installation ============ -- 2.39.5