From 0deb3021c53f275e1aa936f2476815351e0a9ae6 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 23 Jan 2024 14:51:24 -0500 Subject: [PATCH 1/3] dependencies bump --- requirements-slim.txt | 10 +++++----- requirements.txt | 16 +++++++++------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/requirements-slim.txt b/requirements-slim.txt index 442fc25eb..28486bef5 100644 --- a/requirements-slim.txt +++ b/requirements-slim.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -attrs==23.1.0 +attrs==23.2.0 Automat==22.10.0 cffi==1.16.0 constantly==23.10.4 @@ -8,17 +8,17 @@ hyperlink==21.0.0 idna==3.6 incremental==22.10.0 namesgenerator==0.3 -progressbar2==4.2.0 +progressbar2==4.3.2 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 -pycryptodome==3.19.0 +pycryptodome==3.20.0 pyOpenSSL==23.3.0 pytz==2023.3.post1 rsa==4.9 scapy==2.5.0 -service-identity==23.1.0 +service-identity==24.1.0 six==1.16.0 Twisted==23.10.0 -typing_extensions==4.8.0 +typing_extensions==4.9.0 zope.interface==6.1 diff --git a/requirements.txt b/requirements.txt index a5e24ba1a..089630989 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -attrs==23.1.0 +attrs==23.2.0 Automat==22.10.0 av==11.0.0 cffi==1.16.0 @@ -9,23 +9,25 @@ hyperlink==21.0.0 idna==3.6 incremental==22.10.0 namesgenerator==0.3 -numpy==1.24.4 -progressbar2==4.2.0 +numpy==1.26.3 +progressbar2==4.3.2 py-notifier==0.5.0 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 -pycryptodome==3.19.0 +pycryptodome==3.20.0 pyOpenSSL==23.3.0 +PySide6==6.6.1 +PySide6-Addons==6.6.1 PySide6-Essentials==6.6.1 python-utils==3.8.1 pytz==2023.3.post1 qimage2ndarray==1.10.0 rsa==4.9 scapy==2.5.0 -service-identity==23.1.0 -shiboken2==5.15.2.1 +service-identity==24.1.0 +shiboken6==6.6.1 six==1.16.0 Twisted==23.10.0 -typing_extensions==4.8.0 +typing_extensions==4.9.0 zope.interface==6.1 From 73f2116b41d3729f5e8aca403438b0fafcc94b28 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 23 Jan 2024 14:51:48 -0500 Subject: [PATCH 2/3] Prepared CHANGELOG for release --- CHANGELOG.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b6c825505..ee11529e3 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,7 +6,7 @@ This document provides a high-level view of the changes introduced in {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. -== - +== v2.1.0 - 2024-01-23 === Enhancements @@ -17,6 +17,12 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ * Clipboard file transfers compatibility with non-mstsc clients ({uri-issue}464[#464]) * Some replay files when converted would be cut short ({uri-issue}466[#466]) +=== Credits + +Thanks to the following people who contributed to this release: + +Olivier Bilodeau (@obilodeau) and @luciaprime54 + == v2.0.0 - 2023-12-22 From 8b1f1d150597ec0191a263f199f99a9f94073ece Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 23 Jan 2024 14:52:42 -0500 Subject: [PATCH 3/3] Prepare 2.1.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c519c3e0b..ad470886a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" name = "pyrdp-mitm" description = "Remote Desktop Protocol (RDP) Monster-in-the-Middle tool and Python library" readme = "README.md" -version = "2.0.1.dev0" +version = "2.1.0" requires-python = ">=3.7" authors = [ { name = "Olivier Bilodeau", email = "obilodeau@gosecure.net" },