File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<img alt =" CommixProject " src =" https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67 " height =" 142 " />
3
3
<p align =" center " >
4
4
<a href="https://api.travis-ci.org/commixproject/commix"><img alt="Build Status" src="https://api.travis-ci.org/commixproject/commix.svg?branch=master"></a>
5
- <a href="https://github.com/commixproject/commix/releases/tag/v2.8-20190326 "><img alt="Version 2.8 " src="https://img.shields.io/badge/version-2.8 -green.svg"></a>
5
+ <a href="https://github.com/commixproject/commix/releases/tag/v2.9-20190626 "><img alt="Version 2.9 " src="https://img.shields.io/badge/version-2.9 -green.svg"></a>
6
6
<a href="http://www.python.org/download/"><img alt="Python 2.6-2.7" src="https://img.shields.io/badge/python-2.6--2.7-yellow.svg"></a>
7
7
<a href="https://github.com/commixproject/commix/blob/master/readme/COPYING"><img alt="GPLv3 License" src="https://img.shields.io/badge/license-GPLv3-red.svg"></a>
8
8
<a href="https://github.com/sqlmapproject/sqlmap/issues?q=is%3Aissue+is%3Aclosed"><img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed-raw/commixproject/commix.svg?colorB=ff0000"></a>
Original file line number Diff line number Diff line change 1
- ## Version 2.9 (upcoming )
1
+ ## Version 2.9 (2019-06-26 )
2
2
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
3
3
* Fixed: Bug-fix regarding parsing hostname and port from URL.
4
4
* Revised: Improvement regarding automatically decoding "deflate" and "gzip" HTTP responses.
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ def sys_argv_errors():
156
156
DESCRIPTION = "The command injection exploiter"
157
157
AUTHOR = "Anastasios Stasinopoulos"
158
158
VERSION_NUM = "2.9.54"
159
- STABLE_VERSION = False
159
+ STABLE_VERSION = True
160
160
if STABLE_VERSION :
161
161
VERSION = "v" + VERSION_NUM [:3 ] + "-stable"
162
162
else :
You can’t perform that action at this time.
0 commit comments