Commit 46f63047 authored by Jason Madden's avatar Jason Madden

Preparing release 1.3.5

[skip ci]
parent 62129a3c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. currentmodule:: gevent .. currentmodule:: gevent
1.3.5 (unreleased) 1.3.5 (2018-07-16)
================== ==================
- Update the bundled libuv from 1.20.1 to 1.22.0. - Update the bundled libuv from 1.20.1 to 1.22.0.
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
- :meth:`gevent.socket.socket.connect` doesn't pass the port (service) - :meth:`gevent.socket.socket.connect` doesn't pass the port (service)
to :func:`socket.getaddrinfo` when it resolves an ``AF_INET`` or to :func:`socket.getaddrinfo` when it resolves an ``AF_INET`` or
``AF_INET6`` address. This fixes an issue on Solaris. Reported in ``AF_INET6`` address. (The standard library doesn't either.) This
:issue:`1252` by wiggin15. fixes an issue on Solaris. Reported in :issue:`1252` by wiggin15.
- :meth:`gevent.socket.socket.connect` works with more address - :meth:`gevent.socket.socket.connect` works with more address
families, notably AF_TIPC, AF_NETLINK, AF_BLUETOOTH, AF_ALG and AF_VSOCK. families, notably AF_TIPC, AF_NETLINK, AF_BLUETOOTH, AF_ALG and AF_VSOCK.
......
...@@ -27,7 +27,7 @@ version_info = _version_info(1, 3, 0, 'dev', 0) ...@@ -27,7 +27,7 @@ version_info = _version_info(1, 3, 0, 'dev', 0)
#: Use ``pkg_resources.parse_version(__version__)`` or #: Use ``pkg_resources.parse_version(__version__)`` or
#: ``packaging.version.Version(__version__)`` to get a machine-usable #: ``packaging.version.Version(__version__)`` to get a machine-usable
#: value. #: value.
__version__ = '1.3.5.dev0' __version__ = '1.3.5'
__all__ = [ __all__ = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment