aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG12
-rw-r--r--release/release-checklist4
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c988a650..5f3a39f9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+3 June 2015: mitmproxy 0.12.1
+
+ * mitmproxy console: mouse interaction - scroll in the flow list, click on
+ flow to view, click to switch between tabs.
+
+ * Update our crypto defaults: SHA256, 2048 bit RSA, 4096 bit DH parameters.
+
+ * BUGFIX: crash under some circumstances when copying to clipboard.
+
+ * BUGFIX: occasional crash when deleting flows.
+
+
18 May 2015: mitmproxy 0.12
* mitmproxy console: Significant revamp of the UI. The major changes are
diff --git a/release/release-checklist b/release/release-checklist
index 873c5fcf..84a7152e 100644
--- a/release/release-checklist
+++ b/release/release-checklist
@@ -23,14 +23,14 @@ synced to the docs.
python ./setup.py sdist
mv ./dist/FILE ~/mitmproxy/www.mitmproxy.org/src/download
-- Tag with the version number, and do:
+- Tag with the version number, and do:
git push --tags
- Upload to pypi for each project:
python ./setup.py sdist upload
-- Now bump the version number to be ready for the next cycle:
+- Now bump the version number to be ready for the next cycle:
mitmproxy/libmproxy/version.py
netlib/netlib/version.py