aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG37
1 files changed, 36 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a421c129..441474f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,40 @@
+25 August 2013: mitmproxy 0.9.2:
-x January 2013: mitmproxy 0.9:
+ * 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:
+
+ * Use "correct" case for Content-Type headers added by mitmproxy.
+
+ * Make UTF environment detection more robust.
+
+ * Improved MIME-type detection for viewers.
+
+ * Always read files in binary mode (Windows compatibility fix).
+
+ * Some developer documentation.
+
+
+15 May 2013: mitmproxy 0.9:
* Upstream certs mode is now the default.