8000 Trivial CHANGELOG update · Develop-Python/commix@0697bff · GitHub
[go: up one dir, main page]

Skip to content

Commit 0697bff

Browse files
committed
Trivial CHANGELOG update
1 parent de99fc3 commit 0697bff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

readme/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Version 2.9 (upcoming)
2+
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
23
* Fixed: Bug-fix regarding parsing hostname and port from URL.
34
* Revised: Improvement regarding automatically decoding "deflate" and "gzip" HTTP responses.
45
* Fixed: Bug-fix regarding parsing HTTP header values that contain multiple ":".

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def sys_argv_errors():
155155
DESCRIPTION_FULL = "Automated All-in-One OS Command Injection and Exploitation Tool"
156156
DESCRIPTION = "The command injection exploiter"
157157
AUTHOR = "Anastasios Stasinopoulos"
158-
VERSION_NUM = "2.9.53"
158+
VERSION_NUM = "2.9.54"
159159
STABLE_VERSION = False
160160
if STABLE_VERSION:
161161
VERSION = "v" + VERSION_NUM[:3] + "-stable"

0 commit comments

Comments
 (0)
0