<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.4.12</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.4.12</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.4.12'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2014-04-28T20:28:15Z</updated>
<entry>
<title>[1.4.x] Bump version numbers for 1.4.12 bugfix release.</title>
<updated>2014-04-28T20:28:15Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2014-04-28T20:28:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b1b680c8fe3fcfdc934971c9860f0b8644defdc7'/>
<id>urn:sha1:b1b680c8fe3fcfdc934971c9860f0b8644defdc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #22486 -- Restored the ability to reverse views created using functools.partial.</title>
<updated>2014-04-23T13:22:02Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-23T13:22:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b91c385e324f1cb94d20e2ad146372c259d51d3b'/>
<id>urn:sha1:b91c385e324f1cb94d20e2ad146372c259d51d3b</id>
<content type='text'>
Regression in 8b93b31.

Thanks rcoup for the report.

Backport of 3c06b2f2a3 from master
</content>
</entry>
<entry>
<title>[1.4.x] Post release version bump.</title>
<updated>2014-04-22T15:50:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-22T15:50:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1edb163592a21975d69aaca3215678f192421b71'/>
<id>urn:sha1:1edb163592a21975d69aaca3215678f192421b71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Bump version numbers for 1.4.11 security release.</title>
<updated>2014-04-21T22:38:26Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2014-04-21T22:38:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=194159ba443645947e1a86bfd12e28dc78022521'/>
<id>urn:sha1:194159ba443645947e1a86bfd12e28dc78022521</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Added information on resolved security issues to release notes.</title>
<updated>2014-04-21T22:31:44Z</updated>
<author>
<name>Erik Romijn</name>
<email>eromijn@solidlinks.nl</email>
</author>
<published>2014-04-21T10:53:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=80109083136d7d633810d765b74e4c3018434010'/>
<id>urn:sha1:80109083136d7d633810d765b74e4c3018434010</id>
<content type='text'>
Backport of c07f3e60c2d455e36ba4ac339d4283d32bbc3814 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed queries that may return unexpected results on MySQL due to typecasting.</title>
<updated>2014-04-21T22:31:44Z</updated>
<author>
<name>Erik Romijn</name>
<email>eromijn@solidlinks.nl</email>
</author>
<published>2014-04-20T20:32:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=aa80f498de6d687e613860933ac58433ab71ea4b'/>
<id>urn:sha1:aa80f498de6d687e613860933ac58433ab71ea4b</id>
<content type='text'>
This is a security fix. Disclosure will follow shortly.

Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
</content>
</entry>
<entry>
<title>[1.4.x] Prevented leaking the CSRF token through caching.</title>
<updated>2014-04-21T22:31:44Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-04-20T20:32:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1170f285ddd6a94a65f911a27788ba49ca08c0b0'/>
<id>urn:sha1:1170f285ddd6a94a65f911a27788ba49ca08c0b0</id>
<content type='text'>
This is a security fix. Disclosure will follow shortly.

Backport of c083e3815aec23b99833da710eea574e6f2e8566 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed a remote code execution vulnerabilty in URL reversing.</title>
<updated>2014-04-21T22:31:44Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-20T17:35:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c1a8c420fe4b27fb2caf5e46d23b5712fc0ac535'/>
<id>urn:sha1:c1a8c420fe4b27fb2caf5e46d23b5712fc0ac535</id>
<content type='text'>
Thanks Benjamin Bach for the report and initial patch.

This is a security fix; disclosure to follow shortly.

Backport of 8b93b31487d6d3b0fcbbd0498991ea0db9088054 from master
</content>
</entry>
<entry>
<title>[1.4.x] Corrected the section identifier for MySQL unicode reference.</title>
<updated>2014-04-21T17:21:14Z</updated>
<author>
<name>Matt Lauber</name>
<email>github@mklauber.com</email>
</author>
<published>2014-04-21T14:48:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ca3927dfb946cf7de2fbd1d85ce9433f02069eba'/>
<id>urn:sha1:ca3927dfb946cf7de2fbd1d85ce9433f02069eba</id>
<content type='text'>
Backport of b2514c02e1 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed random aggregation_regress test_more_more_more() failure</title>
<updated>2014-04-19T17:01:52Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-19T17:01:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=83420e70ef98c015207f8a49bd35ebb098ac6df5'/>
<id>urn:sha1:83420e70ef98c015207f8a49bd35ebb098ac6df5</id>
<content type='text'>
The cause was assuming that an unordered queryset returns the values
always in the same order.

Backport of 33dd8f544205be923e2a06106909ebcd3583526b
</content>
</entry>
</feed>
