<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 5.1.9</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=5.1.9</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=5.1.9'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2025-05-07T01:32:13Z</updated>
<entry>
<title>[5.1.x] Bumped version for 5.1.9 release.</title>
<updated>2025-05-07T01:32:13Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-05-07T01:32:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=db5c8a97bb084cee880e678681d63bddecf6d38b'/>
<id>urn:sha1:db5c8a97bb084cee880e678681d63bddecf6d38b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[5.1.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().</title>
<updated>2025-05-07T01:31:16Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-04-08T14:30:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0b42f6a528df966729b24ecaaed67f85e5edc3dc'/>
<id>urn:sha1:0b42f6a528df966729b24ecaaed67f85e5edc3dc</id>
<content type='text'>
Thanks to Elias Myllymäki for the report, and Shai Berger and Jake
Howard for the reviews.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;

Backport of 9f3419b519799d69f2aba70b9d25abe2e70d03e0 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Added upcoming security release to release notes.</title>
<updated>2025-04-30T17:56:53Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-04-30T14:23:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1520d18e9c65a95339dc453a655ac91489532e9c'/>
<id>urn:sha1:1520d18e9c65a95339dc453a655ac91489532e9c</id>
<content type='text'>
Backport of 0f5dd0dff3049189a3fe71a62670b746543335d5 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Refs #36341 -- Added release notes for 5.1.9 and 4.2.21 for fix in wordwrap template filter.</title>
<updated>2025-04-23T20:30:05Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-04-23T20:26:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=660067f8e7a61e9877c5c8977f8401b00b6c9d9d'/>
<id>urn:sha1:660067f8e7a61e9877c5c8977f8401b00b6c9d9d</id>
<content type='text'>
Revision 1e9db35836d42a3c72f3d1015c2f302eb6fee046 fixed a regression in
55d89e25f4115c5674cdd9b9bcba2bb2bb6d820b, which also needs to be
backported to the stable branches in extended support (5.1.x and 4.2.x).

Backport of c86242d61ff81bddbead115c458c1eb532d43b43 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #36341 -- Preserved whitespaces in wordwrap template filter.</title>
<updated>2025-04-23T20:29:29Z</updated>
<author>
<name>Matti Pohjanvirta</name>
<email>matti.pohjanvirta@iki.fi</email>
</author>
<published>2025-04-20T15:22:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=09a1813cb8de0eaf8af8d612a223532dd6254b1f'/>
<id>urn:sha1:09a1813cb8de0eaf8af8d612a223532dd6254b1f</id>
<content type='text'>
Regression in 55d89e25f4115c5674cdd9b9bcba2bb2bb6d820b.

This work improves the django.utils.text.wrap() function to ensure that
empty lines and lines with whitespace only are kept instead of being
dropped.

Thanks Matti Pohjanvirta for the report and fix.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;

Backport of 1e9db35836d42a3c72f3d1015c2f302eb6fee046 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed warnings per flake8 7.2.0.</title>
<updated>2025-04-23T12:37:33Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-03-30T15:54:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0aa0224107f09c02fbb30bdf6bbc4be49df8c0bf'/>
<id>urn:sha1:0aa0224107f09c02fbb30bdf6bbc4be49df8c0bf</id>
<content type='text'>
https://github.com/PyCQA/flake8/releases/tag/7.2.0

Backport of 281910ff8e9ae98fa78ee5d26ae3f0b713ccf418 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Pinned isort version to "&lt;6.0.0" to avoid undesired reformat.</title>
<updated>2025-04-23T11:54:10Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-01-29T01:17:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3215e2a232c7afebd09c7adfc5d972e71512c4d2'/>
<id>urn:sha1:3215e2a232c7afebd09c7adfc5d972e71512c4d2</id>
<content type='text'>
Backport of 0671a461c44ba4cf97e84b6c88413bed332df314 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.</title>
<updated>2025-04-12T17:40:16Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2025-04-12T17:39:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=af6d305fc7ac375c9a273b49c8038e5e9030830b'/>
<id>urn:sha1:af6d305fc7ac375c9a273b49c8038e5e9030830b</id>
<content type='text'>
Backport of ac16d2876da296d8e50450bf7d776f92d1e16b0d from main
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #36298 -- Truncated the overwritten file content in file_move_safe().</title>
<updated>2025-04-07T14:15:25Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-04-04T07:52:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=39b144baddca433b9aa28f99e595ffcc191c0bee'/>
<id>urn:sha1:39b144baddca433b9aa28f99e595ffcc191c0bee</id>
<content type='text'>
Regression in 58cd4902a71a3695dd6c21dc957f59c333db364c.

Thanks Baptiste Mispelon for the report.

Backport of 8ad3e80e88201f4c557f6fa79fcfc0f8a0961830 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #35980 -- Updated setuptools to normalize package names in built artifacts.</title>
<updated>2025-04-03T15:38:49Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2024-12-06T18:32:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bbf376bbc8cdfca817b54e7df99539633d10b06e'/>
<id>urn:sha1:bbf376bbc8cdfca817b54e7df99539633d10b06e</id>
<content type='text'>
Backport of 3ae049b26b995c650c41ef918d5f60beed52b4ba from main.
</content>
</entry>
</feed>
