forked from orbit-oss/flask
merged
This commit is contained in:
parent
1e4e578d73
commit
1d2a308c20
2 changed files with 7 additions and 0 deletions
6
CHANGES
6
CHANGES
|
|
@ -17,6 +17,12 @@ Release date to be announced, codename to be selected
|
||||||
deprecated for :func:`flask.send_file` because it was unreliable.
|
deprecated for :func:`flask.send_file` because it was unreliable.
|
||||||
Pass filenames instead or attach your own etags and provide a
|
Pass filenames instead or attach your own etags and provide a
|
||||||
proper mimetype by hand.
|
proper mimetype by hand.
|
||||||
|
- Static file handling for modules now requires the name of the
|
||||||
|
static folder to be supplied explicitly. The previous autodetection
|
||||||
|
was not reliable and caused issues on Google's App Engine. Until
|
||||||
|
1.0 the old behaviour will continue to work but issue dependency
|
||||||
|
warnings.
|
||||||
|
- fixed a problem for Flask to run on jython.
|
||||||
|
|
||||||
Version 0.6.1
|
Version 0.6.1
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
|
|
@ -201,6 +201,7 @@ envlist=%(env)s
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
%(deps)s
|
%(deps)s
|
||||||
|
distribute
|
||||||
py
|
py
|
||||||
commands=bash flaskext-runtest.sh {envlogdir}/test.log
|
commands=bash flaskext-runtest.sh {envlogdir}/test.log
|
||||||
downloadcache=%(cache)s
|
downloadcache=%(cache)s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue