aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-08-25 10:28:15 +1200
committerAldo Cortesi <aldo@nullcube.com>2013-08-25 10:28:15 +1200
commit789700ade2204570b37c096011bf4ecc0174eb73 (patch)
tree94051c1ec12b643b50ac24ea885852fea9b6a283 /CHANGELOG
parent6a31d3271219dffc9786f08e387ad5dc812fe86c (diff)
downloadmitmproxy-789700ade2204570b37c096011bf4ecc0174eb73.tar.gz
mitmproxy-789700ade2204570b37c096011bf4ecc0174eb73.tar.bz2
mitmproxy-789700ade2204570b37c096011bf4ecc0174eb73.zip
Prep for release: CHANGELOG and CONTRIBUTORS
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c1cd9436..441474f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,25 @@
+25 August 2013: mitmproxy 0.9.2:
+
+ * Improvements to the mitmproxywrapper.py helper script for OSX.
+
+ * Don't take minor version into account when checking for serialized file
+ compatibility.
+
+ * Fix a bug causing resource exhaustion under some circumstances for SSL
+ connections.
+
+ * Revamp the way we store interception certificates. We used to store these
+ on disk, they're now in-memory. This fixes a race condition related to
+ cert handling, and improves compatibility with Windows, where the rules
+ governing permitted file names are weird, resulting in errors for some
+ valid IDNA-encoded names.
+
+ * Display transfer rates for responses in the flow list.
+
+ * Many other small bugfixes and improvements.
+
+
+
16 June 2013: mitmproxy 0.9.1: