##// END OF EJS Templates
3.2.1 release notes
Min RK -
Show More
@@ -4,6 +4,25 b' 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 Issues closed in 3.2
26 Issues closed in 3.2
8 --------------------
27 --------------------
9
28
@@ -2,6 +2,15 b''
2 3.x Series
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 IPython 3.2
15 IPython 3.2
7 ===========
16 ===========
@@ -10,6 +19,7 b' IPython 3.2 contains important security fixes. Users are **strongly** encouraged'
10
19
11 Highlights:
20 Highlights:
12
21
22 - Address cross-site scripting vulnerabilities CVE-2015-4706, CVE-2015-4707
13 - A security improvement that set the secure attribute to login cookie to prevent them to be sent over http
23 - A security improvement that set the secure attribute to login cookie to prevent them to be sent over http
14 - Revert the face color of matplotlib axes in the inline backend to not be transparent.
24 - Revert the face color of matplotlib axes in the inline backend to not be transparent.
15 - Enable mathjax safe mode by default
25 - Enable mathjax safe mode by default
@@ -19,7 +29,6 b' Highlights:'
19 See :ref:`issues_list_3` for details.
29 See :ref:`issues_list_3` for details.
20
30
21
31
22
23 IPython 3.1
32 IPython 3.1
24 ===========
33 ===========
25
34
General Comments 0
You need to be logged in to leave comments. Login now