From e1000558fb91250317403c7b75701029b7905ba0 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 21 Jan 2013 13:20:54 -0500 Subject: 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. --- docs/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/CHANGELOG') 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) -- cgit