<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch stable/4.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=stable%2F4.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=stable%2F4.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2023-02-14T08:53:46Z</updated>
<entry>
<title>[4.0.x] Added CVE-2023-24580 to security archive.</title>
<updated>2023-02-14T08:53:46Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-14T08:52:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ef62a3a68c9d558486145a42c0d71ea9a76add9e'/>
<id>urn:sha1:ef62a3a68c9d558486145a42c0d71ea9a76add9e</id>
<content type='text'>
Backport of ecafcaf634fcef93f9da8cb12795273dd1c3a576 from main
</content>
</entry>
<entry>
<title>[4.0.x] Post-release version bump.</title>
<updated>2023-02-14T08:10:50Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-14T08:10:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b87e3dc110ef3f257620f484b4fda9faecd8267a'/>
<id>urn:sha1:b87e3dc110ef3f257620f484b4fda9faecd8267a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[4.0.x] Bumped version for 4.0.10 release.</title>
<updated>2023-02-14T08:09:00Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-14T08:09:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4d51383f09870e3dade9967a60c956fb81b874a7'/>
<id>urn:sha1:4d51383f09870e3dade9967a60c956fb81b874a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[4.0.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.</title>
<updated>2023-02-07T09:36:32Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2022-12-13T09:27:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=83f1ea83e4553e211c1c5a0dfc197b66d4e50432'/>
<id>urn:sha1:83f1ea83e4553e211c1c5a0dfc197b66d4e50432</id>
<content type='text'>
Thanks to Jakob Ackermann for the report.
</content>
</entry>
<entry>
<title>[4.0.x] Added stub release notes for 4.0.10 and 3.2.18.</title>
<updated>2023-02-07T09:13:28Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-02T10:54:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e5aecded4de78b8ce2048490fc9b12258e8b7623'/>
<id>urn:sha1:e5aecded4de78b8ce2048490fc9b12258e8b7623</id>
<content type='text'>
Backport of 7e003428f96d616c1f77fed84882a95e63bc3644 from main
</content>
</entry>
<entry>
<title>[4.0.x] Fixed thread termination in servers.tests.LiveServerPort on Python &lt; 3.10.9.</title>
<updated>2023-02-02T12:13:25Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-02-02T12:09:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=534895f1ace819053f28463fd62b833ba2ced829'/>
<id>urn:sha1:534895f1ace819053f28463fd62b833ba2ced829</id>
<content type='text'>
TestCase.doClassCleanups() cannot be called on Python &lt; 3.10.9 because
setUpClass()/tearDownClass() are called multiple times in
LiveServerTestCase tests (refs #27079).
</content>
</entry>
<entry>
<title>[4.0.x] Fixed thread termination in servers.tests.LiveServerPort on Python 3.10.9+.</title>
<updated>2023-02-02T06:16:47Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-12T05:04:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d0659443537959e1b4498cc718a03b1cc7e4cc9b'/>
<id>urn:sha1:d0659443537959e1b4498cc718a03b1cc7e4cc9b</id>
<content type='text'>
Class cleanups registered in TestCase subclasses are no longer called
as TestCase.doClassCleanups() only cleans up the particular class, see

https://github.com/python/cpython/commit/c2102136be569e6fc8ed90181f229b46d07142f8

Backport of d02a9f0cee84e3d23f676bdf2ab6aadbf4a5bfe8 from main.
</content>
</entry>
<entry>
<title>[4.0.x] Added CVE-2023-23969 to security archive.</title>
<updated>2023-02-01T11:10:34Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-02-01T11:09:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7522f5d05a6cccc5062f481fbba69b414e934eb2'/>
<id>urn:sha1:7522f5d05a6cccc5062f481fbba69b414e934eb2</id>
<content type='text'>
Backport of 36e3eef7d5a4c88671d20a561788679d0d9c334c from main
</content>
</entry>
<entry>
<title>[4.0.x] Ignored e565a5cd187197a6349e55d7a4c68a9e12e2fd20 formatting changes in git blame.</title>
<updated>2023-02-01T10:52:55Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-02-01T10:52:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=041213866282e71a4806affddd25d76752bac5c2'/>
<id>urn:sha1:041213866282e71a4806affddd25d76752bac5c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[4.0.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:52:33Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e565a5cd187197a6349e55d7a4c68a9e12e2fd20'/>
<id>urn:sha1:e565a5cd187197a6349e55d7a4c68a9e12e2fd20</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main.
</content>
</entry>
</feed>
