summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Arthur <flowerysong00@yahoo.com>2013-01-21 13:20:54 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-23 13:09:27 -0500
commite1000558fb91250317403c7b75701029b7905ba0 (patch)
treee4f7c3bbee4f6221b2348dba4664982dd4cccea7 /docs
parente387a4caaf2b596c76cc6ff91bb2334c9bbd81d7 (diff)
downloadampache-e1000558fb91250317403c7b75701029b7905ba0.tar.gz
ampache-e1000558fb91250317403c7b75701029b7905ba0.tar.bz2
ampache-e1000558fb91250317403c7b75701029b7905ba0.zip
Tear the offset/eof/size crap out of Stream
Now that playback doesn't pretend it's supported, we don't need the fragile hacks to support guessing the content size or 'seeking' within a transcoded stream.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index 79b36996..54f1fe27 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,6 +4,9 @@
--------------------------------------------------------------------------
v.3.6-FUTURE
+ - Made transcoded streams more standards compliant by not sending a random
+ value as the Content-Length or claiming that ranged requests are
+ supported
- Changed rating semantics to distinguish between user ratings and the
global average and add the ability to search for unrated items
(< 1 star)