Skip to content

Commit 2eb16d3

Browse files
authored
Merge pull request #162 from kjd/release-3.5
Release 3.5
2 parents acb8c4a + 89cd061 commit 2eb16d3

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

HISTORY.rst

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
History
44
-------
55

6-
3.5 (XXXX-XX-XX)
6+
3.5 (2023-11-24)
77
++++++++++++++++
8-
- String codec name is now 'idna2008' as overriding the system
9-
codec 'idna' was not working.
8+
9+
- Update to Unicode 15.1.0
10+
- String codec name is now "idna2008" as overriding the system codec
11+
"idna" was not working.
1012
- Fix typing error for codec encoding
11-
- Remove 'setup.py' to complete migration to pyproject.toml
13+
- "setup.py" has been restored for this release due to some downstream
14+
lack of adherence to PEP 517. Should be removed in a future release
15+
so please prepare accordingly.
16+
- Removed reliance on a symlink for the "idna-data" tool to comport
17+
with PEP 517 and the Python Packaging User Guide for sdist archives.
1218
- Added security reporting protocol for project
1319

1420
Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2013-2022, Kim Davies and contributors.
3+
Copyright (c) 2013-2023, Kim Davies and contributors.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

SECURITY.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Security Policy
22

33
## Supported Versions
4+
45
Security updates are applied only to the latest release.
56

67
## Reporting a Vulnerability
7-
If you have discovered a security vulnerability in this project, please report it privately. **Do not disclose it as a public issue.** This gives us time to work with you to fix the issue before public exposure, reducing the chance that the exploit will be used before a patch is released.
88

9-
Please disclose it at our [security advisory](https://github.com/kjd/idna/security/advisories/new).
9+
If you have discovered a security vulnerability in this project, please
10+
report it privately. **Do not disclose it as a public issue.** This gives
11+
us time to work with you to fix the issue before public exposure, reducing
12+
the chance that the exploit will be used before a patch is released.
13+
14+
Please disclose your issue through Github's
15+
[security advisory facility](https://github.com/kjd/idna/security/advisories/new).
1016

11-
This project is maintained by a team of volunteers on a reasonable-effort basis. As such, vulnerabilities will be disclosed in a best effort base.
17+
We will endeavor to prioritize review, remediation and disclosure of
18+
vulnerabilites. However, be mindful that this project is maintained by a
19+
team of volunteers who work on a best effort basis.

idna/package_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '3.4'
1+
__version__ = '3.5'
22

0 commit comments

Comments
 (0)