Skip to content

Commit 4712cfb

Browse files
gasbytesdanielinux
authored andcommitted
prepare for v5.7.2 release
1 parent d8db72f commit 4712cfb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
wolfSSL-py Release 5.7.2 (Sep 6, 2024)
2+
============================================
3+
* SSLSocket: support version() version
4+
* support disabling secure renegotiation
5+
* Update wolfSSL to version 5.7.2
6+
17
wolfSSL-py Release 5.6.6 (Jan 23, 2024)
28
============================================
39
* Fix segfault issue with TLS v1.3

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ default. To disable secure renegotiation set the environment variable
7474
WOLFSSLPY_DISABLE_SCR during the build process. For example:
7575

7676
.. code-block:: bash
77+
7778
$ WOLFSSLPY_DISABLE_SCR=1 pip install .
7879
7980
Testing

wolfssl/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# When bumping the C library version, reset the POST count to 0
22

3-
__wolfssl_version__ = "v5.6.6-stable"
3+
__wolfssl_version__ = "v5.7.2-stable"
44

55
# We're using implicit post releases [PEP 440] to bump package version
66
# while maintaining the C library version intact for better reference.
77
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
88
#
99
# MAJOR.MINOR.BUILD-POST
1010

11-
__version__ = "5.6.6-0"
11+
__version__ = "5.7.2-0"

0 commit comments

Comments
 (0)