From 1453efd5a183df77b14cc6014d82b7138b066d5c Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 28 Sep 2012 23:55:30 +0200 Subject: [PATCH] update doc --- MANIFEST.in | 2 +- README.rst | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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 -- 2.39.5