aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/version.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump for next dev iterationAldo Cortesi2014-12-301-1/+1
|
* Bump versionAldo Cortesi2014-12-301-2/+2
|
* bump version, update release checklistMaximilian Hils2014-12-241-1/+1
|
* bump versionMaximilian Hils2014-11-141-1/+1
|
* be more explicit about requirementsMaximilian Hils2014-11-111-0/+4
|
* fix minor version stringMaximilian Hils2014-03-191-1/+1
|
* fix windows tests, include improvements from 0.10.1Maximilian Hils2014-03-081-0/+1
|
* Bump versionMaximilian Hils2014-02-111-1/+1
| | | Do it now already so that mitmproxy will warn the user if netlib is not from master.
* Bump versionAldo Cortesi2013-12-101-1/+1
|
* Version bump.Aldo Cortesi2013-08-251-1/+1
|
* Version bump, doc extension, URLs to github.com/mitmproxy/*Aldo Cortesi2013-06-161-1/+1
|
* Bump version number.Aldo Cortesi2012-05-111-1/+1
|
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-241-0/+2
| | | | | | | | This commit adds: - A WSGI App adapter for mitmproxy - An app registry in the proxy instance that lets us link WSGI apps with (hostname, port) combinations. - Fixes for a number of bugs discovered while creating this feature.
* Expand SSL cert supportAldo Cortesi2012-04-021-1/+1
| | | | | | - Capture the remote SSL certificate - Expose the remote cert as an attribute on Response - Expand the certutils.SSLCert interface to expose more cert info
* Start preparing for 0.7Aldo Cortesi2012-02-191-1/+1
| | | | Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version.
* Replaced unnecessary lists with generatorsAndrás Veres-Szentkirályi2011-08-181-1/+1
|
* Prep for 0.6 release.Aldo Cortesi2011-08-061-1/+1
| | | | | | - Update contributors file. - Bump version number - Include version number in docs
* Prep for 0.5 releaseAldo Cortesi2011-06-271-1/+1
| | | | | | - Update CHANGELOG and CONTRIBUTORS - Bump version - Include Apple Gamecenter highscore setting tutorial in docs
* I've now added all the features I want for 0.4. Bump the version number.Aldo Cortesi2011-03-131-1/+1
|
* Move version constants to version.py, add version to serialized flows.Aldo Cortesi2011-03-091-0/+2
For now, we don't do anything with the serialized version info, but this should give us some future-proofing for serialization format changes.