Skip to content

Commit 72b7f23

Browse files
authored
Merge pull request #469 from GoSecure/v2.1-release-prep
v2.1.0 Release Preparation
2 parents 0aff3af + 8b1f1d1 commit 72b7f23

4 files changed

+22
-14
lines changed

CHANGELOG.adoc

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This document provides a high-level view of the changes introduced in {project-name} by release.
77
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
88

9-
== <unreleased> - <date>
9+
== v2.1.0 - 2024-01-23
1010

1111
=== Enhancements
1212

@@ -17,6 +17,12 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
1717
* Clipboard file transfers compatibility with non-mstsc clients ({uri-issue}464[#464])
1818
* Some replay files when converted would be cut short ({uri-issue}466[#466])
1919

20+
=== Credits
21+
22+
Thanks to the following people who contributed to this release:
23+
24+
Olivier Bilodeau (@obilodeau) and @luciaprime54
25+
2026

2127
== v2.0.0 - 2023-12-22
2228

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
name = "pyrdp-mitm"
88
description = "Remote Desktop Protocol (RDP) Monster-in-the-Middle tool and Python library"
99
readme = "README.md"
10-
version = "2.0.1.dev0"
10+
version = "2.1.0"
1111
requires-python = ">=3.7"
1212
authors = [
1313
{ name = "Olivier Bilodeau", email = "obilodeau@gosecure.net" },

requirements-slim.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appdirs==1.4.4
2-
attrs==23.1.0
2+
attrs==23.2.0
33
Automat==22.10.0
44
cffi==1.16.0
55
constantly==23.10.4
@@ -8,17 +8,17 @@ hyperlink==21.0.0
88
idna==3.6
99
incremental==22.10.0
1010
namesgenerator==0.3
11-
progressbar2==4.2.0
11+
progressbar2==4.3.2
1212
pyasn1==0.5.1
1313
pyasn1-modules==0.3.0
1414
pycparser==2.21
15-
pycryptodome==3.19.0
15+
pycryptodome==3.20.0
1616
pyOpenSSL==23.3.0
1717
pytz==2023.3.post1
1818
rsa==4.9
1919
scapy==2.5.0
20-
service-identity==23.1.0
20+
service-identity==24.1.0
2121
six==1.16.0
2222
Twisted==23.10.0
23-
typing_extensions==4.8.0
23+
typing_extensions==4.9.0
2424
zope.interface==6.1

requirements.txt

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appdirs==1.4.4
2-
attrs==23.1.0
2+
attrs==23.2.0
33
Automat==22.10.0
44
av==11.0.0
55
cffi==1.16.0
@@ -9,23 +9,25 @@ hyperlink==21.0.0
99
idna==3.6
1010
incremental==22.10.0
1111
namesgenerator==0.3
12-
numpy==1.24.4
13-
progressbar2==4.2.0
12+
numpy==1.26.3
13+
progressbar2==4.3.2
1414
py-notifier==0.5.0
1515
pyasn1==0.5.1
1616
pyasn1-modules==0.3.0
1717
pycparser==2.21
18-
pycryptodome==3.19.0
18+
pycryptodome==3.20.0
1919
pyOpenSSL==23.3.0
20+
PySide6==6.6.1
21+
PySide6-Addons==6.6.1
2022
PySide6-Essentials==6.6.1
2123
python-utils==3.8.1
2224
pytz==2023.3.post1
2325
qimage2ndarray==1.10.0
2426
rsa==4.9
2527
scapy==2.5.0
26-
service-identity==23.1.0
27-
shiboken2==5.15.2.1
28+
service-identity==24.1.0
29+
shiboken6==6.6.1
2830
six==1.16.0
2931
Twisted==23.10.0
30-
typing_extensions==4.8.0
32+
typing_extensions==4.9.0
3133
zope.interface==6.1

0 commit comments

Comments
 (0)