diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-02-27 21:39:37 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-02-27 21:51:52 +1300 |
commit | 883424030f2ad7955209ff7b1a55b84e5aa4321c (patch) | |
tree | 39802530b17f33d6141761d26ffacefd04fd6174 | |
parent | 4a2964985c3ca9e044134857175bde895372a898 (diff) | |
download | mitmproxy-883424030f2ad7955209ff7b1a55b84e5aa4321c.tar.gz mitmproxy-883424030f2ad7955209ff7b1a55b84e5aa4321c.tar.bz2 mitmproxy-883424030f2ad7955209ff7b1a55b84e5aa4321c.zip |
Final prep for 0.7.
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | CONTRIBUTORS | 2 | ||||
-rw-r--r-- | doc-src/_websitelayout.html | 4 |
3 files changed, 5 insertions, 3 deletions
@@ -23,6 +23,8 @@ * Move to typed netstrings for serialization format - this makes 0.7 backwards-incompatible with serialized data from 0.6! + * Significant improvements in speed and responsiveness of UI. + * Many minor bugfixes and improvements. diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 493d793a..f5072177 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 392 Aldo Cortesi + 395 Aldo Cortesi 18 Henrik Nordstrom 13 Thomas Roth 11 Stephen Altamirano diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html index 0404619b..061e8504 100644 --- a/doc-src/_websitelayout.html +++ b/doc-src/_websitelayout.html @@ -1,7 +1,6 @@ <a href="http://github.com/cortesi/mitmproxy"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a> <div class="yui-t7" id="doc"> <div style="" id="hd"> - <h1><a href="@!urlTo("/index.html")!@">mitmproxy</a> </h1> <div class="HorizontalNavBar"> <ul> <li class="inactive"><a href="@!urlTo("/index.html")!@">home</a></li> @@ -9,6 +8,7 @@ <li class="inactive"><a href="@!urlTo("/about.html")!@">about</a></li> </ul> </div> + <h1><a href="@!urlTo("/index.html")!@">mitmproxy</a> </h1> <br> <p>an SSL-capable man-in-the-middle proxy</p> </div> @@ -29,7 +29,7 @@ </div> <!--(end)--> $!nav if this.title!="docs" else ""!$ - $!title if this.title!="docs" else "<h1>mitmproxy 0.6 docs</h1>"!$ + $!title if this.title!="docs" else "<h1>mitmproxy 0.7 docs</h1>"!$ $!body!$ </div> </div> |