mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-27 19:04:15 +01:00
Bump to v0.4.2
This commit is contained in:
parent
7102430fcd
commit
81e3f2071d
@ -9,10 +9,16 @@ and simply didn't have the time to go back and retroactively create one.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.2] - 2021-06-15
|
||||||
|
Quick patch release due to corrected bug in `ChannelFile` which caused command
|
||||||
|
output to be empty in some situations.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
- Fixed `linux.enumerate.system.network` to work with old and new style `ip`.
|
- Fixed `linux.enumerate.system.network` to work with old and new style `ip`.
|
||||||
- Fixed `ChannelFile.recvinto` which will no longer raise `BlockingIOError` ([#126](https://github.com/calebstewart/pwncat/issues/126), [#131](https://github.com/calebstewart/pwncat/issues/131))
|
- Fixed `ChannelFile.recvinto` which will no longer raise `BlockingIOError` ([#126](https://github.com/calebstewart/pwncat/issues/126), [#131](https://github.com/calebstewart/pwncat/issues/131))
|
||||||
- Fixed sessions command with invalid session ID ([#130](https://github.com/calebstewart/pwncat/issues/130))
|
- Fixed sessions command with invalid session ID ([#130](https://github.com/calebstewart/pwncat/issues/130))
|
||||||
- Fixed zsh shell prompt color syntax ([#130](https://github.com/calebstewart/pwncat/issues/130))
|
- Fixed zsh shell prompt color syntax ([#130](https://github.com/calebstewart/pwncat/issues/130))
|
||||||
|
### Added
|
||||||
- Added Pull Request template
|
- Added Pull Request template
|
||||||
- Added CONTRIBUTING.md
|
- Added CONTRIBUTING.md
|
||||||
- Added `--version` option to entrypoint to retrieve pwncat version
|
- Added `--version` option to entrypoint to retrieve pwncat version
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ dependency_links = []
|
|||||||
# Setup
|
# Setup
|
||||||
setup(
|
setup(
|
||||||
name="pwncat",
|
name="pwncat",
|
||||||
version="0.4.0a1",
|
version="0.4.2",
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
description="A fancy reverse and bind shell handler",
|
description="A fancy reverse and bind shell handler",
|
||||||
author="Caleb Stewart",
|
author="Caleb Stewart",
|
||||||
|
Loading…
Reference in New Issue
Block a user