summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2025-05-08 09:06:55 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2025-05-09 13:30:14 -0300
commitab5c0664720c1239563864602a3ad7bb081cec85 (patch)
tree286998ede3fb26c1b63ee4763a5254a287c4838e
parent8352140eddcf7e0216243d4daca2732574c10c59 (diff)
[5.2.x] Refs #35980 -- Added release note about changes in release artifacts filenames.
Backport of 42ab99309d347f617d60751c2e8d627fb2963049 from main.
-rw-r--r--docs/releases/4.2.21.txt5
-rw-r--r--docs/releases/5.1.9.txt5
-rw-r--r--docs/releases/5.2.1.txt5
3 files changed, 15 insertions, 0 deletions
diff --git a/docs/releases/4.2.21.txt b/docs/releases/4.2.21.txt
index cd1d26d779..fa59deff06 100644
--- a/docs/releases/4.2.21.txt
+++ b/docs/releases/4.2.21.txt
@@ -7,6 +7,11 @@ Django 4.2.21 release notes
Django 4.2.21 fixes a security issue with severity "moderate", a data loss bug,
and a regression in 4.2.20.
+This release was built using an upgraded :pypi:`setuptools`, producing
+filenames compliant with :pep:`491` and :pep:`625` and thus addressing a PyPI
+warning about non-compliant distribution filenames. This change only affects
+the Django packaging process and does not impact Django's behavior.
+
CVE-2025-32873: Denial-of-service possibility in ``strip_tags()``
=================================================================
diff --git a/docs/releases/5.1.9.txt b/docs/releases/5.1.9.txt
index 4c6cb0065f..c6bec34f50 100644
--- a/docs/releases/5.1.9.txt
+++ b/docs/releases/5.1.9.txt
@@ -7,6 +7,11 @@ Django 5.1.9 release notes
Django 5.1.9 fixes a security issue with severity "moderate", a data loss bug,
and a regression in 5.1.8.
+This release was built using an upgraded :pypi:`setuptools`, producing
+filenames compliant with :pep:`491` and :pep:`625` and thus addressing a PyPI
+warning about non-compliant distribution filenames. This change only affects
+the Django packaging process and does not impact Django's behavior.
+
CVE-2025-32873: Denial-of-service possibility in ``strip_tags()``
=================================================================
diff --git a/docs/releases/5.2.1.txt b/docs/releases/5.2.1.txt
index 3c5b8316c2..1723de22f3 100644
--- a/docs/releases/5.2.1.txt
+++ b/docs/releases/5.2.1.txt
@@ -7,6 +7,11 @@ Django 5.2.1 release notes
Django 5.2.1 fixes a security issue with severity "moderate" and several bugs
in 5.2.
+This release was built using an upgraded :pypi:`setuptools`, producing
+filenames compliant with :pep:`491` and :pep:`625` and thus addressing a PyPI
+warning about non-compliant distribution filenames. This change only affects
+the Django packaging process and does not impact Django's behavior.
+
CVE-2025-32873: Denial-of-service possibility in ``strip_tags()``
=================================================================