Skip to content

Commit

Permalink
Merge branch 'release/0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Jan 30, 2015
2 parents fd21441 + 261ff48 commit 90ffd15
Show file tree
Hide file tree
Showing 47 changed files with 2,328 additions and 1,518 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg

#PyCharm IDE
.idea
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ virtualenv:

# command to prepare the system to install prerequisites or dependencies
before_install:
- sudo apt-get install python-setuptools
- sudo apt-get install -qq libshout3-dev python-liblo python-mutagen python-pycurl
- sudo apt-get install -qq python-setuptools
- sudo apt-get install -qq python-pip python-dev libshout3-dev python-liblo python-mutagen python-pycurl liblo-dev libshout3-dev librtmp-dev python-yaml libcurl4-openssl-dev python-mutagen

# command to run tests
script:
Expand Down
109 changes: 0 additions & 109 deletions CHANGELOG

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include CHANGELOG
include *.txt
include *.rst
include *.md
exclude *.cfg
recursive-include doc *
recursive-include example *
Expand Down
29 changes: 29 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/yomguy/DeeFuzzer>`_
* 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 <station><server><type> parameter ('icecast or 'stream-m')
Loading

0 comments on commit 90ffd15

Please sign in to comment.