Browse Source

Add 1.1.1 release notes

This also reverses the order for the release notes overview. Makes more
sense to me that way.
master
Maik Hoepfel 10 years ago
parent
commit
5fe4e836da
2 changed files with 34 additions and 18 deletions
  1. 19
    18
      docs/source/releases/index.rst
  2. 15
    0
      docs/source/releases/v1.1.1.rst

+ 19
- 18
docs/source/releases/index.rst View File

@@ -4,27 +4,22 @@ Release notes
4 4
 
5 5
 Release notes for each version of Oscar published to PyPI.
6 6
 
7
-0.5 release branch
7
+1.1 release branch
8 8
 
9 9
 .. toctree::
10 10
     :maxdepth: 1
11 11
 
12
-    v0.5
13
-    v0.5.1
14
-    v0.5.2
15
-    v0.5.3
12
+    v1.1
13
+    v1.1.1
16 14
 
17
-0.6 release branch
15
+1.0 release branch
18 16
 
19 17
 .. toctree::
20 18
     :maxdepth: 1
21 19
 
22
-    v0.6
23
-    v0.6.1
24
-    v0.6.2
25
-    v0.6.3
26
-    v0.6.4
27
-    v0.6.5
20
+    v1.0
21
+    v1.0.1
22
+    v1.0.2
28 23
 
29 24
 0.7 release branch
30 25
 
@@ -36,18 +31,24 @@ Release notes for each version of Oscar published to PyPI.
36 31
     v0.7.2
37 32
     v0.7.3
38 33
 
39
-1.0 release branch
34
+0.6 release branch
40 35
 
41 36
 .. toctree::
42 37
     :maxdepth: 1
43 38
 
44
-    v1.0
45
-    v1.0.1
46
-    v1.0.2
39
+    v0.6
40
+    v0.6.1
41
+    v0.6.2
42
+    v0.6.3
43
+    v0.6.4
44
+    v0.6.5
47 45
 
48
-1.1 release branch
46
+0.5 release branch
49 47
 
50 48
 .. toctree::
51 49
     :maxdepth: 1
52 50
 
53
-    v1.1
51
+    v0.5
52
+    v0.5.1
53
+    v0.5.2
54
+    v0.5.3

+ 15
- 0
docs/source/releases/v1.1.1.rst View File

@@ -0,0 +1,15 @@
1
+=========================
2
+Oscar 1.1.1 release notes
3
+=========================
4
+
5
+:release: 2015-08-05
6
+
7
+This is Oscar 1.1.1, a bug fix release.
8
+
9
+Bug fixes
10
+=========
11
+
12
+* `#1802`_: The glyphicons fonts were missing from the release. This could cause Django's
13
+  ``collectstatic`` command to fail.
14
+
15
+  .. _#1802: https://github.com/django-oscar/django-oscar/issues/1802

Loading…
Cancel
Save