Commit ac001466 authored by Jason Madden's avatar Jason Madden

Preparing release 22.10.1

parent 4274d5b8
...@@ -6,6 +6,26 @@ ...@@ -6,6 +6,26 @@
.. towncrier release notes start .. towncrier release notes start
22.10.1 (2022-10-14)
====================
Features
--------
- Update bundled libuv to 1.44.2.
See :issue:`1913`.
Misc
----
- See :issue:`1898`., See :issue:`1910`., See :issue:`1915`.
----
22.08.0 (2022-10-08) 22.08.0 (2022-10-08)
==================== ====================
......
gevent now provides ppc64le binary wheels. These are considered
experimental, are barely tested, are compiled with low optimizations,
and do not include the c-ares resolver. They are meant for development
only. Serious production users should continue compiling their own
binary wheels.
Use a more modern setuptools build backend.
Update bundled libuv to 1.44.2.
Stop using the deprecated 'DEF' construct in Cython files. See
https://github.com/cython/cython/issues/4310
Enable memory leak checking for Python 3.11.
...@@ -27,7 +27,7 @@ version_info = _version_info(20, 0, 0, 'dev', 0) # XXX: Remove me ...@@ -27,7 +27,7 @@ version_info = _version_info(20, 0, 0, 'dev', 0) # XXX: Remove me
#: 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__ = '22.10.2.dev0' __version__ = '22.10.1'
__all__ = [ __all__ = [
......
...@@ -141,7 +141,7 @@ class AbstractResolver(object): ...@@ -141,7 +141,7 @@ class AbstractResolver(object):
Subclasses that define resources should override. Subclasses that define resources should override.
.. versionadded:: NEXT .. versionadded:: 22.10.1
""" """
@staticmethod @staticmethod
......
...@@ -117,7 +117,7 @@ class Resolver(AbstractResolver): ...@@ -117,7 +117,7 @@ class Resolver(AbstractResolver):
Handling of localhost and broadcast names is now more consistent. Handling of localhost and broadcast names is now more consistent.
.. versionchanged:: NEXT .. versionchanged:: 22.10.1
Now has a ``__del__`` method that warns if the object is destroyed Now has a ``__del__`` method that warns if the object is destroyed
without being properly closed. without being properly closed.
......
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