forked from pool/python-aiosmtplib
Accepting request 1267134 from home:nkrapp:branches:devel:languages:python
- Update to 4.0.0 * BREAKING: Drop Python 3.8 support * Bugfix: Run socket.getfqdn in thread to avoid blocking event loop if local_hostname not provided (thanks @Raidzin) * Bugfix: Clear connect lock on connection lost, allowing client reconnect * Bugfix: Allow socket connections to use TLS by providing hostname and use_tls=True OBS-URL: https://build.opensuse.org/request/show/1267134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=27
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 12:16:40 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 4.0.0
|
||||
* BREAKING: Drop Python 3.8 support
|
||||
* Bugfix: Run socket.getfqdn in thread to avoid blocking event loop if local_hostname not provided (thanks @Raidzin)
|
||||
* Bugfix: Clear connect lock on connection lost, allowing client reconnect
|
||||
* Bugfix: Allow socket connections to use TLS by providing hostname and use_tls=True
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 08:23:35 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user