File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 5
5
* Ionel Cristian Mărieș - http://blog.ionelmc.ro
6
6
* Saulius Menkevičius - https://github.com/razzmatazz
7
7
* Nir Soffer - http://nirs.freeshell.org
8
+ * Jesús Cea - https://github.com/jcea
9
+ * "honnix" - https://github.com/honnix
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ 1.6.0 (2019-01-16)
6
+ ------------------
7
+
8
+ * Testing improvements (changed some skips to xfail, added osx in Travis).
9
+ * Fixed long standing Python 2.7 bug where ``sys.getfilesystemencoding() `` would be broken after installing a threaded
10
+ manhole. See `#51 <https://github.com/ionelmc/python-manhole/issues/51 >`_.
11
+ * Dropped support for Python 2.6, 3.3 and 3.4.
12
+ * Fixed handling when ``socket.setdefaulttimeout() `` is used.
13
+ Contributed by "honnix" in `#53 <https://github.com/ionelmc/python-manhole/pull/53 >`_.
14
+ * Fixed some typos. Contributed by Jesús Cea in `#43 <https://github.com/ionelmc/python-manhole/pull/43 >`_.
15
+ * Fixed handling in ``manhole-cli `` so that timeout is actually seconds and not milliseconds.
16
+ Contributed by Nir Soffer in `#45 <https://github.com/ionelmc/python-manhole/pull/45 >`_.
17
+ * Cleaned up useless polling options in ``manhole-cli ``.
18
+ Contributed by Nir Soffer in `#46 <https://github.com/ionelmc/python-manhole/pull/46 >`_.
19
+ * Documented and implemented a solution for using Manhole with Eventlet.
20
+ See `#49 <https://github.com/ionelmc/python-manhole/issues/49 >`_.
21
+
5
22
1.5.0 (2017-08-31)
6
23
------------------
7
24
You can’t perform that action at this time.
0 commit comments