<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.4.20</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.4.20</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.4.20'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2015-03-18T12:43:42Z</updated>
<entry>
<title>[1.4.x] Bumped version for 1.4.20 release.</title>
<updated>2015-03-18T12:43:42Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-03-18T12:43:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5388692144973ca17ea09612c92dd0b75207f642'/>
<id>urn:sha1:5388692144973ca17ea09612c92dd0b75207f642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Made is_safe_url() reject URLs that start with control characters.</title>
<updated>2015-03-18T12:39:37Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-03-10T00:05:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2342693b31f740a422abf7267c53b4e7bc487c1b'/>
<id>urn:sha1:2342693b31f740a422abf7267c53b4e7bc487c1b</id>
<content type='text'>
This is a security fix; disclosure to follow shortly.
</content>
</entry>
<entry>
<title>[1.4.x] Added stub release notes for security releases.</title>
<updated>2015-03-18T12:39:12Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-03-04T12:49:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3b20558beb6abef0b53f3c8e4ca6b598219f1d0d'/>
<id>urn:sha1:3b20558beb6abef0b53f3c8e4ca6b598219f1d0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Fix an encoding preamble so the tests pass on 2.7.9.</title>
<updated>2015-02-07T03:20:02Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2015-02-07T03:20:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=785e57e296ed8f920789eb120da80944ff4f17fd'/>
<id>urn:sha1:785e57e296ed8f920789eb120da80944ff4f17fd</id>
<content type='text'>
It seems there was a change in the parsing of encoding preambles in Python
2.7.9, compared to previous 2.7.x Pythons. This is a backport of the only piece
of e520a73eeea6b185b719901ab9985ecef00e5664 that's needed to prevent an import
failure under 2.7.9.
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #24238 -- Removed unused WSGIRequestHandler.get_environ()</title>
<updated>2015-01-28T17:32:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T17:03:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e60557c249d33e100008cc30890cde2daeb677bb'/>
<id>urn:sha1:e60557c249d33e100008cc30890cde2daeb677bb</id>
<content type='text'>
Also moved the test as it wasn't running.
</content>
</entry>
<entry>
<title>[1.4.x] Post-release version bump.</title>
<updated>2015-01-27T17:26:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-27T17:26:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4376d6ef7bc451278abc81476ea3d59f1fa63544'/>
<id>urn:sha1:4376d6ef7bc451278abc81476ea3d59f1fa63544</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
