mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2025-03-06 20:58:30 +00:00
mitmproxy 9.0.1
This commit is contained in:
parent
3fe3d4f47a
commit
5205d25a16
@ -2,6 +2,10 @@
|
||||
|
||||
## Unreleased: mitmproxy next
|
||||
|
||||
|
||||
|
||||
## 02 November 2022: mitmproxy 9.0.1
|
||||
|
||||
* The precompiled binaries now ship with OpenSSL 3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786.
|
||||
* Performance and stability improvements for WireGuard mode.
|
||||
([#5694](https://github.com/mitmproxy/mitmproxy/issues/5694), @mhils, @decathorpe)
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "10.0.0.dev"
|
||||
VERSION = "9.0.1"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
Loading…
x
Reference in New Issue
Block a user