<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 5.1.12</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=5.1.12</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=5.1.12'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2025-09-03T11:32:35Z</updated>
<entry>
<title>[5.1.x] Bumped version for 5.1.12 release.</title>
<updated>2025-09-03T11:32:35Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-09-03T11:32:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f71d9c35e4c28614b4c079462f135637a59bfe19'/>
<id>urn:sha1:f71d9c35e4c28614b4c079462f135637a59bfe19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[5.1.x] Fixed CVE-2025-57833 -- Protected FilteredRelation against SQL injection in column aliases.</title>
<updated>2025-09-03T11:31:32Z</updated>
<author>
<name>Jake Howard</name>
<email>git@theorangeone.net</email>
</author>
<published>2025-08-13T12:13:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=102965ea93072fe3c39a30be437c683ec1106ef5'/>
<id>urn:sha1:102965ea93072fe3c39a30be437c683ec1106ef5</id>
<content type='text'>
Thanks Eyal Gabay (EyalSec) for the report.

Backport of 51711717098d3f469f795dfa6bc3758b24f69ef7 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Added stub release notes and release date for 5.1.12 and 4.2.24.</title>
<updated>2025-08-27T14:10:48Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-08-14T12:02:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=44cd014a0ad35b3867595db1f3f4f1844308d581'/>
<id>urn:sha1:44cd014a0ad35b3867595db1f3f4f1844308d581</id>
<content type='text'>
Backport of 4c71e334401a3e83c013419d0e2211543e7e873b from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #36499 -- Adjusted utils_tests.test_html.TestUtilsHtml.test_strip_tags following Python's HTMLParser new behavior.</title>
<updated>2025-08-13T20:49:04Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-07-14T17:45:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=09801786df0f413e990a378f4603c8aeb16968cc'/>
<id>urn:sha1:09801786df0f413e990a378f4603c8aeb16968cc</id>
<content type='text'>
Python fixed a quadratic complexity processing for HTMLParser in:
https://github.com/python/cpython/commit/6eb6c5db.

Backport of 2980627502c84a9fd09272e1349dc574a2ff1fb1 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed test_utils.tests.HTMLEqualTests.test_parsing_errors following Python's HTMLParser fixed parsing.</title>
<updated>2025-08-13T20:49:04Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-07-21T18:23:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=19e7b955520bfa78826c8e6c40b1756a39ba04b7'/>
<id>urn:sha1:19e7b955520bfa78826c8e6c40b1756a39ba04b7</id>
<content type='text'>
Further details about Python changes can be found in:
https://github.com/python/cpython/commit/0243f97cbadec8d985e63b1daec5d1cbc850cae3.

Refs #36499. Thank you Clifford Gama for the thorough review!

Backport of e4515dad7a6d953c0bd2414127ba36e1446ff41a from main.
</content>
</entry>
<entry>
<title>[5.1.x] Refs #36535 -- Doc'd that docutils &lt; 0.22 is required.</title>
<updated>2025-08-05T00:55:27Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-08-01T15:49:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9d9b3bc71702e4bd4b7f8e1602d83fd69f871e94'/>
<id>urn:sha1:9d9b3bc71702e4bd4b7f8e1602d83fd69f871e94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[5.1.x] Fixed GitHub Action that checks commit prefixes to fetch PR head correctly.</title>
<updated>2025-07-16T18:37:35Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-07-16T18:36:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=37f64743800d45d27dcec846fa4fe0b8d46f10b7'/>
<id>urn:sha1:37f64743800d45d27dcec846fa4fe0b8d46f10b7</id>
<content type='text'>
Backport of 8499fba0e18826a77fe32cbc13a3d951d9ca8924 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Added GitHub Action to enforce stable branch commit message prefix.</title>
<updated>2025-07-16T11:39:34Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-07-16T11:38:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=31045931aac14a0f9ab57213eea5b2364dec97a7'/>
<id>urn:sha1:31045931aac14a0f9ab57213eea5b2364dec97a7</id>
<content type='text'>
Backport of 10386fac00be55e73279459f00f1959c3ef30a1c from main.
</content>
</entry>
<entry>
<title>[5.1.x] Added follow-up to CVE-2025-48432 to security archive.</title>
<updated>2025-06-10T13:15:14Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-06-10T10:37:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=97c753741a1d2fba55ad83ad208df55f05d20952'/>
<id>urn:sha1:97c753741a1d2fba55ad83ad208df55f05d20952</id>
<content type='text'>
Backport of 2714bc3f2c8675d32caae764c874ac381c836c7f from main.
</content>
</entry>
<entry>
<title>[5.1.x] Post-release version bump.</title>
<updated>2025-06-10T09:50:05Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-06-10T09:50:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=353a6af6d971821e6cf27a19fb034d50177b846c'/>
<id>urn:sha1:353a6af6d971821e6cf27a19fb034d50177b846c</id>
<content type='text'>
</content>
</entry>
</feed>
