<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.4.19</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.4.19</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.4.19'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2015-01-27T16:55:02Z</updated>
<entry>
<title>[1.4.x] Bumped version for 1.4.19 release.</title>
<updated>2015-01-27T16:55:02Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-27T16:54:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7dd4c5221a0975165c95142ba749553c7d7cff32'/>
<id>urn:sha1:7dd4c5221a0975165c95142ba749553c7d7cff32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #24158 -- Allowed GZipMiddleware to work with streaming responses</title>
<updated>2015-01-27T00:22:47Z</updated>
<author>
<name>Benjamin Richter</name>
<email>richter.benjamin@gmail.com</email>
</author>
<published>2015-01-25T22:22:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1e39d0f6280abf34c7719db5e7ed1c333f5e5919'/>
<id>urn:sha1:1e39d0f6280abf34c7719db5e7ed1c333f5e5919</id>
<content type='text'>
Backport of django.utils.text.compress_sequence and fix for
django.middleware.gzip.GZipMiddleware when using iterators as
response.content.
</content>
</entry>
<entry>
<title>[1.4.x] Designated Django 1.8 as the next LTS.</title>
<updated>2015-01-19T17:09:43Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-19T17:08:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9435474068c2ae2261105adbbe7aebdb80b778f3'/>
<id>urn:sha1:9435474068c2ae2261105adbbe7aebdb80b778f3</id>
<content type='text'>
Backport of c38db4d7e072e9a5002cb4897d9104e5eaa292ed from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed a static view test on Windows.</title>
<updated>2015-01-14T18:57:59Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-14T18:46:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=99e6ac77f2b5c701896dd83ce99ff12278cdbeef'/>
<id>urn:sha1:99e6ac77f2b5c701896dd83ce99ff12278cdbeef</id>
<content type='text'>
Backport of a6f144fd4fee0090de3a99b1f50a4142722e7946 from master
</content>
</entry>
<entry>
<title>[1.4.x] Post-release version bump.</title>
<updated>2015-01-13T19:16:07Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-13T19:16:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4296a1da8b2acf118814669fa045a3c353c8892e'/>
<id>urn:sha1:4296a1da8b2acf118814669fa045a3c353c8892e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Bumped version for 1.4.18 release.</title>
<updated>2015-01-13T18:14:08Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-13T18:14:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bd9dcd226b5b11fa40668553d26ce06000b3be75'/>
<id>urn:sha1:bd9dcd226b5b11fa40668553d26ce06000b3be75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Added dates to release notes.</title>
<updated>2015-01-13T18:10:54Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-13T18:08:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=88b7957b34b2305ece54a3aab57a87701279a1d8'/>
<id>urn:sha1:88b7957b34b2305ece54a3aab57a87701279a1d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Prevented views.static.serve() from using large memory on large files.</title>
<updated>2015-01-05T18:43:54Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-09T20:32:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d020da6646c5142bc092247d218a3d1ce3e993f7'/>
<id>urn:sha1:d020da6646c5142bc092247d218a3d1ce3e993f7</id>
<content type='text'>
This is a security fix. Disclosure following shortly.
</content>
</entry>
<entry>
<title>[1.4.x] Fixed is_safe_url() to handle leading whitespace.</title>
<updated>2015-01-05T18:43:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-03T21:14:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4c241f1b710da6419d9dca160e80b23b82db7758'/>
<id>urn:sha1:4c241f1b710da6419d9dca160e80b23b82db7758</id>
<content type='text'>
This is a security fix. Disclosure following shortly.
</content>
</entry>
<entry>
<title>[1.4.x] Stripped headers containing underscores to prevent spoofing in WSGI environ.</title>
<updated>2015-01-05T18:43:15Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2014-09-10T17:06:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4f6fffc1dc429f1ad428ecf8e6620739e8837450'/>
<id>urn:sha1:4f6fffc1dc429f1ad428ecf8e6620739e8837450</id>
<content type='text'>
This is a security fix. Disclosure following shortly.

Thanks to Jedediah Smith for the report.
</content>
</entry>
</feed>
