summaryrefslogtreecommitdiff
path: root/docs/releases/1.4.19.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-27 11:48:04 -0500
committerTim Graham <timograham@gmail.com>2015-01-27 11:48:33 -0500
commitc93fb26527027cfff41b7f2c29ae2c2b7e1fa3b3 (patch)
tree7f87b432d92d72ad4c687dcde14a47e19c569aa2 /docs/releases/1.4.19.txt
parent3d4a826174b7a411a03be39725e60c940944a7fe (diff)
[1.7.x] Added 1.4.19 release notes.
Backport of 6f8418089c5e81d12718187da2140394ed30da43 from master
Diffstat (limited to 'docs/releases/1.4.19.txt')
-rw-r--r--docs/releases/1.4.19.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/releases/1.4.19.txt b/docs/releases/1.4.19.txt
new file mode 100644
index 0000000000..992fc6c740
--- /dev/null
+++ b/docs/releases/1.4.19.txt
@@ -0,0 +1,16 @@
+===========================
+Django 1.4.19 release notes
+===========================
+
+*January 27, 2015*
+
+Django 1.4.19 fixes a regression in the 1.4.18 security release.
+
+Bugfixes
+========
+
+* ``GZipMiddleware`` now supports streaming responses. As part of the 1.4.18
+ security release, the ``django.views.static.serve()`` function was altered
+ to stream the files it serves. Unfortunately, the ``GZipMiddleware`` consumed
+ the stream prematurely and prevented files from being served properly
+ (`#24158 <http://code.djangoproject.com/ticket/24158>`_).