mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
changelog notes for 4.3.1
This commit is contained in:
parent
d6f091c443
commit
dacea0e0d9
@ -11,7 +11,8 @@ For more detailed information, see
|
||||
|
||||
Use ``pip install notebook --upgrade`` or ``conda upgrade notebook`` to
|
||||
upgrade to the latest release.
|
||||
|
||||
|
||||
|
||||
.. _release-4.3.1:
|
||||
|
||||
4.3.1
|
||||
@ -19,6 +20,13 @@ For more detailed information, see
|
||||
|
||||
4.3.1 is a patch release with a security patch, a couple bug fixes, and improvements to the newly-released token authentication.
|
||||
|
||||
**Security fix**:
|
||||
|
||||
- CVE-2016-9971. Fix CSRF vulnerability,
|
||||
where malicious forms could create untitled files and start kernels
|
||||
(no remote execution or modification of existing files)
|
||||
for users of certain browsers (Firefox, Internet Explorer / Edge).
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Fix carriage return handling
|
||||
@ -31,16 +39,25 @@ Other improvements:
|
||||
- Further highlight token info in log output when autogenerated
|
||||
- Add Authorization to allowed CORS headers
|
||||
|
||||
See the 4.3 milestone on GitHub for a complete list of
|
||||
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A4.3.1%20>`__
|
||||
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A4.3.1%20>`__ involved in this release.
|
||||
See the 4.3.1 milestone on GitHub for a complete list of
|
||||
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A4.3.1>`__
|
||||
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A4.3.1>`__ involved in this release.
|
||||
|
||||
.. _release-4.3:
|
||||
|
||||
4.3
|
||||
---
|
||||
4.3.0
|
||||
-----
|
||||
|
||||
4.3 is a minor release with many bug fixes and improvements.
|
||||
The biggest user-facing change is the addition of token authentication,
|
||||
which is enabled by default.
|
||||
A token is generated and used when your browser is opened automatically,
|
||||
so you shouldn't have to enter anything in the default circumstances.
|
||||
If you see a login page
|
||||
(e.g. by switching browsers, or launching on a new port with ``--no-browser``),
|
||||
you get a login URL with the token from the command ``jupyter notebook list``,
|
||||
which you can paste into your browser.
|
||||
|
||||
|
||||
Highlights:
|
||||
|
||||
@ -88,6 +105,7 @@ See the 4.3 milestone on GitHub for a complete list of
|
||||
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A4.3%20>`__
|
||||
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A4.3%20>`__ involved in this release.
|
||||
|
||||
|
||||
.. _release-4.2.3:
|
||||
|
||||
4.2.3
|
||||
|
Loading…
Reference in New Issue
Block a user