summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-07 18:26:40 -0400
committerTim Graham <timograham@gmail.com>2015-08-18 08:15:06 -0400
commit048bccb1bea6e13113f6d5fee7b311604ff2ea1f (patch)
tree1764d1f3e0579ee47bab134723646f5c04a93aac
parente5663ec297b72e2ef71f1f27624fcb9930439bb4 (diff)
[1.8.x] Added stub release notes for security releases.
-rw-r--r--docs/releases/1.4.22.txt10
-rw-r--r--docs/releases/1.7.10.txt7
-rw-r--r--docs/releases/1.8.4.txt4
-rw-r--r--docs/releases/index.txt1
4 files changed, 16 insertions, 6 deletions
diff --git a/docs/releases/1.4.22.txt b/docs/releases/1.4.22.txt
index 3abbe5c60b..d8ce24bc68 100644
--- a/docs/releases/1.4.22.txt
+++ b/docs/releases/1.4.22.txt
@@ -2,8 +2,10 @@
Django 1.4.22 release notes
===========================
-*Under development*
+*August 18, 2015*
-Django 1.4.22 fixes support with pip 7+ by disabling wheel support. Older
-versions of 1.4 would silently build a broken wheel when installed with those
-versions of pip.
+Django 1.4.22 fixes a security issue in 1.4.21.
+
+It also fixes support with pip 7+ by disabling wheel support. Older versions
+of 1.4 would silently build a broken wheel when installed with those versions
+of pip.
diff --git a/docs/releases/1.7.10.txt b/docs/releases/1.7.10.txt
new file mode 100644
index 0000000000..76457bccbd
--- /dev/null
+++ b/docs/releases/1.7.10.txt
@@ -0,0 +1,7 @@
+===========================
+Django 1.7.10 release notes
+===========================
+
+*August 18, 2015*
+
+Django 1.7.10 fixes a security issue in 1.7.9.
diff --git a/docs/releases/1.8.4.txt b/docs/releases/1.8.4.txt
index dc4864cbcc..7b566441e4 100644
--- a/docs/releases/1.8.4.txt
+++ b/docs/releases/1.8.4.txt
@@ -2,9 +2,9 @@
Django 1.8.4 release notes
==========================
-*Under development*
+*August 18, 2015*
-Django 1.8.4 fixes several bugs in 1.8.3.
+Django 1.8.4 fixes a security issue and several bugs in 1.8.3.
Bugfixes
========
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 1ba9708d47..9fe0948cb5 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -36,6 +36,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 1.7.10
1.7.9
1.7.8
1.7.7