14
0

Accepting request 1207963 from home:MSirringhaus:branches:devel:languages:python

- update to 0.9.2

OBS-URL: https://build.opensuse.org/request/show/1207963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy-rs?expand=0&rev=3
This commit is contained in:
2024-10-14 14:35:05 +00:00
committed by Git OBS Bridge
parent f573e0e6f8
commit c6f184c151
6 changed files with 42 additions and 13 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Oct 14 14:06:26 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- update to 0.9.2
- update to 0.9.1
* Actually better speculative fix.
- update to 0.9.0
* Better speculative fix.
- update to 0.8.1
* Speculative fix for stack overflows on Windows.
- update to 0.8.0
* Move functionality into submodules.
- update to 0.7.2
* Make `active_executables` raise for invalid paths on Windows.
- update to 0.7.1
* Make DnsResolver.lookup_* methods return error numbers matching `getaddrinfo`.
- update to 0.7.0
* Set IPV6_V6ONLY flag for UDP sockets
- update to 0.6.3
* Fix a bug when initializing local redirect mode on macOS.
- update to 0.6.2
* Handle errors when remote host has closed UDP socket
- update to 0.6.1
* Add dedicated IPv4/IPv6 resolution methods to the DNS resolver.
- update to 0.6.0
* Change intercept spec syntax.
* Add DNS resolver.
- update to 0.5.2
* Dependency updates.
- Use filtered vendor-tarball
-------------------------------------------------------------------
Tue Feb 27 10:23:45 UTC 2024 - Markéta Machová <mmachova@suse.com>