8000 Updated to 2.9-stable · Develop-Python/commix@86349bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 86349bb

Browse files
committed
Updated to 2.9-stable
1 parent 0697bff commit 86349bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img alt="CommixProject" src="https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67" height="142" />
33
<p align="center">
44
<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>
66
<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>
77
<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>
88
<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>

readme/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2.9 (upcoming)
1+
## Version 2.9 (2019-06-26)
22
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
33
* Fixed: Bug-fix regarding parsing hostname and port from URL.
44
* Revised: Improvement regarding automatically decoding "deflate" and "gzip" HTTP responses.

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def sys_argv_errors():
156156
DESCRIPTION = "The command injection exploiter"
157157
AUTHOR = "Anastasios Stasinopoulos"
158158
VERSION_NUM = "2.9.54"
159-
STABLE_VERSION = False
159+
STABLE_VERSION = True
160160
if STABLE_VERSION:
161161
VERSION = "v" + VERSION_NUM[:3] + "-stable"
162162
else:

0 commit comments

Comments
 (0)
0