8000 Updated to 2.8 stable · Develop-Python/commix@2f83f08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f83f08

Browse files
committed
Updated to 2.8 stable
1 parent 906704f commit 2f83f08

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.7-20181218"><img alt="Version 2.7" src="https://img.shields.io/badge/Version-2.7-green.svg"></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>
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="http://www.twitter.com/commixproject"><img alt="Twitter" src="https://img.shields.io/badge/Twitter-@commixproject-blue.svg"></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.8 (upcoming)
1+
## Version 2.8 (2019-03-26)
22
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
33
* Updated: Minor update regarding accepting overly long result lines.
44
* Revised: Minor bug-fixes and improvements regarding `--file-upload` option.

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def sys_argv_errors():
158158
DESCRIPTION = "The command injection exploiter"
159159
AUTHOR = "Anastasios Stasinopoulos"
160160
VERSION_NUM = "2.8.39"
161-
STABLE_VERSION = False
161+
STABLE_VERSION = True
162162
if STABLE_VERSION:
163163
VERSION = "v" + VERSION_NUM[:3] + "-stable"
164164
else:

0 commit comments

Comments
 (0)
0