We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec1a6f commit fb7f8b7Copy full SHA for fb7f8b7
1 file changed
NEWS
@@ -50,7 +50,7 @@
50
- https://bugs.python.org/issue16507
51
52
* New epoll implementation for Windows, using the following implementation:
53
- https://github.com/piscisaureus/wepoll/tree/v1.5.2
+ https://github.com/piscisaureus/wepoll/tree/v1.5.4
54
To use this, select "epoll" as the poller option in the build system.
55
Note for distributors: the wepoll source code is embedded and distributed.
56
It is licensed under the BSD-2-Clause and thus it is compatible with LGPL-3.0.
@@ -170,6 +170,9 @@
170
* Fixed #3263 - fix abort on Windows when a large TCP read is requested and
171
fails.
172
173
+* Fixed #3312 - fix build on Android Things 1.06 with Termux.
174
+
175
176
0MQ version 4.2.5 stable, released on 2018/03/23
177
================================================
178
0 commit comments