Path to this page:
Subject: CVS commit: pkgsrc/net/py-twisted
From: Adam Ciarcinski
Date: 2024-12-31 10:54:06
Message id: 20241231095406.B7175FC1D@cvs.NetBSD.org
Log Message:
py-twisted: updated to 24.11.0
Twisted 24.11.0 (2024-12-02)
Features
- Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now \
accept IPv6 literals and allow for IPv6 multicast.
- TCP throughput when sending data is slightly faster.
Bugfixes
- twisted.internet.endpoints.clientFromString can handle "tls:" \
endpoints with default `bindAddress`.
This was a regression introduced in 24.10.0.
- HTTP server can handle listening on filesystem UNIX sockets.
This was a regression introduced in 24.10.0.
- twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential \
failure when setting TCP_NODELAY on macOS.
Deprecations and Removals
- twisted.python.constants, deprecated since 16.5.0, has been removed.
Files: