diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2023-09-27 14:18:40 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2023-09-27 14:27:44 -0300 |
| commit | 39fc3f46a8777a499f6358c6f06b4bcfffabb137 (patch) | |
| tree | b9128a3a7c14cc4b62a7f1e9c1c47ae36b21ebdf | |
| parent | dd0bf63d3e76ce1e0bc5d6d43f8c853643396887 (diff) | |
[4.2.x] Added stub release notes and release date for 4.2.6, 4.1.12, and 3.2.22.
Backport of 5e4b75b78a7a84bc30170c2b8e7434525e745c1b from main
| -rw-r--r-- | docs/releases/3.2.22.txt | 9 | ||||
| -rw-r--r-- | docs/releases/4.1.12.txt | 9 | ||||
| -rw-r--r-- | docs/releases/4.2.6.txt | 5 | ||||
| -rw-r--r-- | docs/releases/index.txt | 2 |
4 files changed, 23 insertions, 2 deletions
diff --git a/docs/releases/3.2.22.txt b/docs/releases/3.2.22.txt new file mode 100644 index 0000000000..6e1815de11 --- /dev/null +++ b/docs/releases/3.2.22.txt @@ -0,0 +1,9 @@ +=========================== +Django 3.2.22 release notes +=========================== + +*October 4, 2023* + +Django 3.2.22 fixes a security issue with severity "moderate" in 3.2.21. + +... diff --git a/docs/releases/4.1.12.txt b/docs/releases/4.1.12.txt new file mode 100644 index 0000000000..d81df3aefd --- /dev/null +++ b/docs/releases/4.1.12.txt @@ -0,0 +1,9 @@ +=========================== +Django 4.1.12 release notes +=========================== + +*October 4, 2023* + +Django 4.1.12 fixes a security issue with severity "moderate" in 4.1.11. + +... diff --git a/docs/releases/4.2.6.txt b/docs/releases/4.2.6.txt index d89b5ff6b1..31929468a6 100644 --- a/docs/releases/4.2.6.txt +++ b/docs/releases/4.2.6.txt @@ -2,9 +2,10 @@ Django 4.2.6 release notes ========================== -*Expected October 2, 2023* +*October 4, 2023* -Django 4.2.6 fixes several bugs in 4.2.5. +Django 4.2.6 fixes a security issue with severity "moderate" and several bugs +in 4.2.5. Bugfixes ======== diff --git a/docs/releases/index.txt b/docs/releases/index.txt index f290c4324a..a270310895 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -39,6 +39,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.1.12 4.1.11 4.1.10 4.1.9 @@ -74,6 +75,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 3.2.22 3.2.21 3.2.20 3.2.19 |
