Skip to content

Commit

Permalink
Merge pull request #5346 from benjaoming/static-caching
Browse files Browse the repository at this point in the history
Cautiously upgrade CherryPy to 3.3.0 - fixes #5317
  • Loading branch information
benjaoming committed Nov 29, 2016
2 parents 950d1f0 + 5a2edf6 commit 2892094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/installguide/release_notes.rst
Expand Up @@ -17,6 +17,7 @@ New features
:url-issue:`5342` -
(Thanks: Jonathan Field)


Bug fixes
^^^^^^^^^

Expand All @@ -31,6 +32,7 @@ Bug fixes
* New setting ``HIDE_CONTENT_RATING`` for hiding content rating box :url-issue:`5104`
* Redirect to front page if user logs in from the signup page :url-issue:`3926`
* Progress bar missing when decimals in progress percentage :url-issue:`5321`
* Missing cache invalidation for JavaScript meant client-side breakage: Upgraded CherryPy HTTP server to 3.3.0 :url-issue:`5317`


Known issues
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -19,7 +19,7 @@ django-appconf==1.0.1
peewee==2.6.4
python-dateutil==2.4.2
django-annoying==0.8.4
cherrypy==3.2.2
cherrypy==3.3.0
ifcfg==0.9.3
importlib==1.0.3
pbkdf2==1.3
Expand Down

0 comments on commit 2892094

Please sign in to comment.