aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-02-19 22:43:05 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-02-19 22:43:05 +1300
commit0c3035a2b5cbf0bba3185b1ffab3444cd8c20490 (patch)
tree1dc088cf1b981e1084cf53bc55b473461632d7db /CHANGELOG
parent86a19faf6859e1f971ccccba3dabe596531636e9 (diff)
downloadmitmproxy-0c3035a2b5cbf0bba3185b1ffab3444cd8c20490.tar.gz
mitmproxy-0c3035a2b5cbf0bba3185b1ffab3444cd8c20490.tar.bz2
mitmproxy-0c3035a2b5cbf0bba3185b1ffab3444cd8c20490.zip
Start preparing for 0.7
Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG29
1 files changed, 26 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 359b8a16..04c4f331 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,29 @@
+
+20 February 2012: mitmproxy 0.7:
+
+ * New built-in key/value editor. This lets you interactively edit URL query
+ strings, headers and URL-encoded form data.
+
+ * Extend script API to allow duplication and replay of flows.
+
+ * Add "D" shortcut in mitmproxy to duplicate a flow.
+
+ * Reverse proxy mode. In this mode mitmproxy acts as an HTTP server,
+ forwarding all traffic to a specified upstream server.
+
+ * UI improvements - use unicode characters to make GUI more compact,
+ improve spacing and layout throughout.
+
+ * Add support for filtering by HTTP method.
+
+ * Add the ability to specify an HTTP body size limit.
+
+ * Move to typed netstrings for serialization format - this makes 0.7
+ backwards-incompatible with serialized data from 0.6!
+
+ * Many minor bugfixes and improvements.
+
+
7 August 2011: mitmproxy 0.6:
* New scripting API that allows much more flexible and fine-grained
@@ -92,6 +118,3 @@
* "A" will now accept all intercepted connections
* Lots of bugfixes
-
-
-