瀏覽代碼

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 年之前
父節點
當前提交
5fe4e836da
共有 2 個檔案被更改,包括 34 行新增18 行删除
  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 查看文件

4
 
4
 
5
 Release notes for each version of Oscar published to PyPI.
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
 .. toctree::
9
 .. toctree::
10
     :maxdepth: 1
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
 .. toctree::
17
 .. toctree::
20
     :maxdepth: 1
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
 0.7 release branch
24
 0.7 release branch
30
 
25
 
36
     v0.7.2
31
     v0.7.2
37
     v0.7.3
32
     v0.7.3
38
 
33
 
39
-1.0 release branch
34
+0.6 release branch
40
 
35
 
41
 .. toctree::
36
 .. toctree::
42
     :maxdepth: 1
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
 .. toctree::
48
 .. toctree::
51
     :maxdepth: 1
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 查看文件

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…
取消
儲存