From: yomguy Date: Fri, 28 Sep 2012 21:55:30 +0000 (+0200) Subject: update doc X-Git-Tag: 0.4.0^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=09ef9de56ef51eb6c76c13f8a8ff4e3e70dcb530;p=timeside.git update doc --- diff --git a/MANIFEST.in b/MANIFEST.in index 6dad431..3169512 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ include LICENSE include README.rst recursive-include timeside/tools * recursive-include timeside/doc * +recursive-include timeside/ui * recursive-include tests * recursive-exclude * *.pyc recursive-exclude * *.swp @@ -10,4 +11,3 @@ recursive-exclude dist * recursive-exclude build * recursive-exclude TimeSide.egg-info * recursive-exclude tests/samples * - diff --git a/README.rst b/README.rst index 76a551f..10d3b98 100644 --- a/README.rst +++ b/README.rst @@ -11,11 +11,21 @@ The engine (server side) is fully written in Python, the player (client side) in News ===== +0.4.0 + + * finally fixed an old decoder bug to prevent memory leaks during hard process (thanks to piem) + * add blocksize property to the processor API + * add many unit tests (check tests/alltests.py) + * re-add UI files (sorry, was missing in the last packages) + * various bugfixes + * encoders not all much tested on big files, please test! + 0.3.3 * mostly a transitional developer and mantainer version, no new cool features * but add "ts-waveforms" script for waveform batching - * fix some tests, download audio samples + * fix some tests + * removed but download audio samples * fix setup * update README diff --git a/timeside/doc/img/timeside_schema.png b/timeside/doc/img/timeside_schema.png deleted file mode 100644 index 29f4bcb..0000000 Binary files a/timeside/doc/img/timeside_schema.png and /dev/null differ