commit 280db5e4bd55268907bfd64c2019f5f2010be533
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Nov 13 15:09:08 2012 +0100

    Prepare 0.16.3

 NEWS | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit dd3c2d4015d5a8374fd684f33f5a5acfc18b4733
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Nov 13 15:06:17 2012 +0100

    server: Really fix Content-Length header
    
    6f5a29 used the wrong length for thumbnails and subtitles as well as setting
    the wrong soup mode for resources whose size is not known, effectively
    breaking proxying of non-local resources.

 src/librygel-server/rygel-http-get-handler.vala    |  5 +++++
 src/librygel-server/rygel-http-get.vala            |  2 +-
 .../rygel-http-identity-handler.vala               | 26 +++++++++++++++++++---
 tests/rygel-http-get-test.vala                     |  2 ++
 4 files changed, 31 insertions(+), 4 deletions(-)