]> git.parisson.com Git - timeside.git/commitdiff
update doc
authoryomguy <yomguy@parisson.com>
Fri, 28 Sep 2012 21:55:30 +0000 (23:55 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 28 Sep 2012 21:55:30 +0000 (23:55 +0200)
MANIFEST.in
README.rst
timeside/doc/img/timeside_schema.png [deleted file]

index 6dad431e206299e741ce239b79fdab70511a302a..31695123f4d1ebcad1003c7d4b377a5c090fdad5 100644 (file)
@@ -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 *
-
index 76a551fe2b1b98e5fb62696b415a50ac05a72bc3..10d3b980b88ed8739852acdd6d457d58c074bb0d 100644 (file)
@@ -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 (file)
index 29f4bcb..0000000
Binary files a/timeside/doc/img/timeside_schema.png and /dev/null differ