aboutsummaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Release cleanupsAldo Cortesi2018-05-183-388/+0
| | | | | | | | - rtool suck back in, the bastard! Delete it. - Ditch CONTRRIBUTORS, saving a step. I added this before Github had a contributors page, which is good enough: https://github.com/mitmproxy/mitmproxy/graphs/contributors - Remove some cruft from CI that we no longer use.
* improve release workflowThomas Kriechbaumer2018-05-173-82/+388
|
* Update README.mdThomas Kriechbaumer2018-05-171-8/+8
|
* Post-release updatesAldo Cortesi2018-05-172-30/+27
| | | | | - Update release docs - Bump version
* update release instructionsMaximilian Hils2018-04-051-0/+5
|
* Remove support for Python 3.5Aldo Cortesi2018-04-011-2/+2
| | | | | | | | | | | There are a number of significant improvements in Python3.6 - especially in asyncio - that makes ditching Python 3.5 compelling. The next Ubuntu LTS will be released before the next version of mitmproxy, and will include Python 3.6 in base. This patch removes support for testing under Python 3.5 and changes our documentation. There are deeper changes in the type system and so forth that we will make over time.
* Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-311-1/+1
| | | | fixes #2266
* release: fix PR detection for appveyorAldo Cortesi2018-03-081-1/+3
|
* release: put branches in /branches on the snapshots serverAldo Cortesi2018-03-081-1/+3
| | | | | | This is a precautionary measure to prevent a clash in case we have a branch with the same name as a tag. Tags live in the top-level directory, because these are releases that users will most often access directly.
* release: build snapshots for all branches on the main repoAldo Cortesi2018-03-081-3/+2
|
* release: don't upload assets for PRs from the main repoAldo Cortesi2018-03-081-0/+15
|
* release: clean rtoolAldo Cortesi2018-03-071-79/+0
|
* release: build wheelAldo Cortesi2018-03-071-0/+10
|
* release: shift appveyor to new processAldo Cortesi2018-03-072-14/+38
| | | | In the process also move to InstallBuilder 18.2
* release: satisfy lintAldo Cortesi2018-03-071-30/+1
|
* release: cleanup and re-enable all our Travis testsAldo Cortesi2018-03-071-3/+0
| | | | Wheels are yet to come.
* release: revamped release upload processAldo Cortesi2018-03-074-266/+251
|
* improve release instructionsThomas Kriechbaumer2018-02-251-0/+5
|
* improve release instructionsThomas Kriechbaumer2018-02-252-6/+19
|
* update release instructionsThomas Kriechbaumer2018-02-251-0/+12
|
* update release instructionsMaximilian Hils2018-02-221-2/+3
|
* only use annotated tags for version calculationMaximilian Hils2018-01-071-0/+4
|
* pin snapshot server hostkey, update pysftpMaximilian Hils2018-01-043-1/+7
|
* fix appveyor build scriptMaximilian Hils2017-12-301-0/+1
| | | | | we now have a module named "types", which of course confuses Python 3.5. O:-)
* single-source version processingMaximilian Hils2017-12-301-23/+6
|
* rtool: include dev version in binariesMaximilian Hils2017-12-291-34/+74
|
* remove rtool's setup.py, embrace toxMaximilian Hils2017-12-291-18/+0
|
* update rtool dependenciesMaximilian Hils2017-12-261-1/+1
|
* pyinstaller: add passlib hookMaximilian Hils2017-09-041-0/+1
|
* bump rtool dependenciesThomas Kriechbaumer2017-08-181-1/+1
|
* minor fixes for windows packageMaximilian Hils2017-06-144-11/+5
|
* add windows store experimentMaximilian Hils2017-06-044-0/+61
|
* Update setup.pyMaximilian Hils2017-05-261-1/+1
|
* bump cryptographyMaximilian Hils2017-05-261-1/+1
|
* fix markdownThomas Kriechbaumer2017-04-301-4/+4
|
* update docker-release tags during releaseThomas Kriechbaumer2017-04-301-0/+4
|
* Update README.mdMaximilian Hils2017-04-281-1/+1
|
* Update README.mdMaximilian Hils2017-04-281-1/+1
|
* update release instructionsThomas Kriechbaumer2017-03-151-10/+19
|
* update release instructionsThomas Kriechbaumer2017-03-151-2/+4
|
* update release docsMaximilian Hils2017-03-041-0/+2
|
* Update README.mdMaximilian Hils2017-02-211-1/+1
|
* Update README.mdMaximilian Hils2017-02-211-0/+1
|
* improve version specifiersThomas Kriechbaumer2017-01-231-0/+4
|
* Update README.mdMaximilian Hils2016-12-271-1/+1
|
* Update README.mdMaximilian Hils2016-12-271-0/+1
|
* InstallBuilder (#1826)Maximilian Hils2016-12-1110-10/+186
|
* release: fix dropping _main suffixDoug Freed2016-12-041-1/+1
|
* fix pyinstallerMaximilian Hils2016-11-286-92/+84
| | | amongst other things, fix #1746
* fix pyinstaller (#1788)Maximilian Hils2016-11-259-122/+27
|