File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ Issues closed in the 3.x development cycle
4
4
==========================================
5
5
6
6
7
+ Issues closed in 3.2.1
8
+ ----------------------
9
+
10
+ GitHub stats for 2015/06/22 - 2015/07/12 (since 3.2)
11
+
12
+ These lists are automatically generated, and may be incomplete or contain duplicates.
13
+
14
+ We closed 1 issue and merged 3 pull requests.
15
+ The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestones/3.2.1 >`_
16
+
17
+ The following 5 authors contributed 9 commits.
18
+
19
+ * Benjamin Ragan-Kelley
20
+ * Matthias Bussonnier
21
+ * Nitin Dahyabhai
22
+ * Sebastiaan Mathot
23
+ * Thomas Kluyver
24
+
25
+
7
26
Issues closed in 3.2
8
27
--------------------
9
28
Original file line number Diff line number Diff line change 2
2
3.x Series
3
3
============
4
4
5
+ IPython 3.2.1
6
+ =============
7
+
8
+ IPython 3.2.1 is a small bugfix release, primarily for cross-site security fixes in the notebook.
9
+ Users are **strongly ** encouraged to upgrade immediately.
10
+ There are also a few small unicode and nbconvert-related fixes.
11
+
12
+ See :ref: `issues_list_3 ` for details.
13
+
5
14
6
15
IPython 3.2
7
16
===========
@@ -10,6 +19,7 @@ IPython 3.2 contains important security fixes. Users are **strongly** encouraged
10
19
11
20
Highlights:
12
21
22
+ - Address cross-site scripting vulnerabilities CVE-2015-4706, CVE-2015-4707
13
23
- A security improvement that set the secure attribute to login cookie to prevent them to be sent over http
14
24
- Revert the face color of matplotlib axes in the inline backend to not be transparent.
15
25
- Enable mathjax safe mode by default
@@ -19,7 +29,6 @@ Highlights:
19
29
See :ref: `issues_list_3 ` for details.
20
30
21
31
22
-
23
32
IPython 3.1
24
33
===========
25
34
You can’t perform that action at this time.
0 commit comments