Skip to content

Commit bb2f35f

Browse files
committed
Updated to v3.9
1 parent 36def78 commit bb2f35f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 3.9 (TBA)
1+
## Version 3.9 (2024-01-19)
22
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
33
* Revised: Minor improvement regarding logging user-supplied command(s) (i.e. `--os-cmd` option) to a file.
44
* Revised: Improvement regarding parsing HTTP requests through Tor HTTP proxy (i.e. `--tor` switch).
@@ -12,6 +12,8 @@
1212
* Added: Translation for [README.md](https://github.com/commixproject/commix/blob/master/doc/translations/README-tr-TR.md) in Turkish (via @Kazgangap)
1313
* Revised: Minor improvement regarding parsing SOAP/XML POST data.
1414

15+
_Note: For more check the [detailed changeset](https://github.com/commixproject/commix/compare/v3.8...v3.9)._
16+
1517
## Version 3.8 (2023-08-14)
1618
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
1719
* Revised: Minor improvement regarding parsing raw HTTP request from a file (i.e. `-r` option).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='commix',
20-
version='3.9-dev',
20+
version='3.9-stable',
2121
description='Automated All-in-One OS Command Injection Exploitation Tool',
2222
long_description=open('README.md').read(),
2323
long_description_content_type='text/markdown',

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def sys_argv_errors():
248248
AUTHOR = "Anastasios Stasinopoulos"
249249
VERSION_NUM = "3.9"
250250
REVISION = "44"
251-
STABLE_RELEASE = False
251+
STABLE_RELEASE = True
252252
VERSION = "v"
253253
if STABLE_RELEASE:
254254
VERSION = VERSION + VERSION_NUM + "-stable"

0 commit comments

Comments
 (0)