aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-06-27 16:38:00 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-06-27 16:38:00 +1200
commit46ec8f52e7be21a467287c9f5ba64cebb35f0a28 (patch)
tree2e905bb5867b43e5651473c47c78846498825d0c /CHANGELOG
parent0a642f2441f30988db3ca5db276716e2371e6f2f (diff)
downloadmitmproxy-46ec8f52e7be21a467287c9f5ba64cebb35f0a28.tar.gz
mitmproxy-46ec8f52e7be21a467287c9f5ba64cebb35f0a28.tar.bz2
mitmproxy-46ec8f52e7be21a467287c9f5ba64cebb35f0a28.zip
Prep for 0.5 release
- Update CHANGELOG and CONTRIBUTORS - Bump version - Include Apple Gamecenter highscore setting tutorial in docs
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5f643a4e..68efe327 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,28 @@
+27 June 2011: mitmproxy 0.5:
+
+ * An -n option to start the tools without binding to a proxy port.
+
+ * Allow scripts, hooks, sticky cookies etc. to run on flows loaded from
+ save files.
+
+ * Regularize command-line options for mitmproxy and mitmdump.
+
+ * Add an "SSL exception" to mitmproxy's license to remove possible
+ distribution issues.
+
+ * Add a --cert-wait-time option to make mitmproxy pause after a new SSL
+ certificate is generated. This can pave over small discrepancies in
+ system time between the client and server.
+
+ * Handle viewing big request and response bodies more elegantly. Only
+ render the first 100k of large documents, and try to avoid running the
+ XML indenter on non-XML data.
+
+ * BUGFIX: Make the "revert" keyboard shortcut in mitmproxy work after a
+ flow has been replayed.
+
+ * BUGFIX: Repair a problem that sometimes caused SSL connections to consume
+ 100% of CPU.
30 March 2011: mitmproxy 0.4