diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-09-27 09:44:39 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-09-27 10:11:25 +0200 |
| commit | fba7962baca98a18698a58be4c700d8766e2b2ce (patch) | |
| tree | b6a3568e2769d5bcc07c57cb36470d72f9d83878 /docs | |
| parent | e151df24ae2b0a388fc334a6f1dcb31110d5819a (diff) | |
[4.1.x] Set date and added stub notes for 4.1.2, 4.0.8, and 3.2.16 releases.
Backport of c2bc71b635e3ca637b6920f30fb3dcc92037cee2 and
f08651c06cb5fe5a6181354e053bf82fe8d68f16 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.16.txt | 9 | ||||
| -rw-r--r-- | docs/releases/4.0.8.txt | 9 | ||||
| -rw-r--r-- | docs/releases/4.1.2.txt | 5 | ||||
| -rw-r--r-- | docs/releases/index.txt | 2 |
4 files changed, 23 insertions, 2 deletions
diff --git a/docs/releases/3.2.16.txt b/docs/releases/3.2.16.txt new file mode 100644 index 0000000000..3769d0837c --- /dev/null +++ b/docs/releases/3.2.16.txt @@ -0,0 +1,9 @@ +=========================== +Django 3.2.16 release notes +=========================== + +*October 4, 2022* + +Django 3.2.16 fixes a security issue with severity "medium" in 3.2.15. + +... diff --git a/docs/releases/4.0.8.txt b/docs/releases/4.0.8.txt new file mode 100644 index 0000000000..602fe0a76a --- /dev/null +++ b/docs/releases/4.0.8.txt @@ -0,0 +1,9 @@ +========================== +Django 4.0.8 release notes +========================== + +*October 4, 2022* + +Django 4.0.8 fixes a security issue with severity "medium" in 4.0.7. + +... diff --git a/docs/releases/4.1.2.txt b/docs/releases/4.1.2.txt index 4c9b0a60a9..6a473c16eb 100644 --- a/docs/releases/4.1.2.txt +++ b/docs/releases/4.1.2.txt @@ -2,9 +2,10 @@ Django 4.1.2 release notes ========================== -*Expected October 4, 2022* +*October 4, 2022* -Django 4.1.2 fixes several bugs in 4.1.1. +Django 4.1.2 fixes a security issue with severity "medium" and several bugs in +4.1.1. Bugfixes ======== diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 6f2b3945b4..6800323b6d 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -34,6 +34,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.0.8 4.0.7 4.0.6 4.0.5 @@ -48,6 +49,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 3.2.16 3.2.15 3.2.14 3.2.13 |
