From 017e21ef5e05e1b2e78689f3376e28b6a6c79b78 Mon Sep 17 00:00:00 2001 From: Rizmari Versfeld Date: Mon, 15 Apr 2013 19:09:35 +0200 Subject: [PATCH] document version --- CHANGELOG.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92e3ea2..b696cbe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +0.0.6 +----- +#. Add `DOWNLOAD_INTERNAL_REDIRECT_HEADER` setting (default 'X-Accel-Redirect') in case a webserver other than Nginx is used. +#. Add `DOWNLOAD_SERVE_FROM` setting (default 'LOCAL') to specify whether to serve the files locally or redirect to a remote location. + 0.0.5 ----- #. Fix bug where X-Accel-Redirect uses file name override instead of actual file name to serve download, causing a 404 if the file name and override don't match. diff --git a/setup.py b/setup.py index 941d8fa..a90715d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='jmbo-downloads', - version='0.0.5', + version='0.0.6', description='Downloads for Jmbo.', long_description=(open('README.rst', 'r').read() + open('AUTHORS.rst', 'r').read() +