Skip to content

Commit

Permalink
Merge pull request #39 from danielinux/v5.5.4-rc
Browse files Browse the repository at this point in the history
Prepare release 5.5.4
  • Loading branch information
dgarske authored Dec 30, 2022
2 parents 5475963 + 0976f9b commit f43fa0c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Current Development
===================
wolfSSL-py Release 5.5.4 (December 30, 2022)
============================================
* Update wolfSSL to version 5.5.4

wolfSSL-py Release 5.5.3 (November 7, 2022)
===========================================
* Fix TLSv1.3 support
* Disable oldtls support
* Add changelog
* Adding support for CRL and DTLS
* Fix alert history code
* Update wolfSSL to version 5.5.3

New Features
------------

* wolfSSL builds with ``--disable-oldtls`` now supported

Fixes
-----

* TLS 1.3 support now works correctly and is tested
* Example server was not cleanly closing sockets

wolfSSL-py Release 5.4.0 (July 13, 2022)
========================================
Expand Down
2 changes: 1 addition & 1 deletion lib/wolfssl
Submodule wolfssl updated 429 files
4 changes: 2 additions & 2 deletions wolfssl/_version.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# When bumping the C library version, reset the POST count to 0

__wolfssl_version__ = "v5.5.3-stable"
__wolfssl_version__ = "v5.5.4-stable"

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

__version__ = "5.5.3-0"
__version__ = "5.5.4-0"

0 comments on commit f43fa0c

Please sign in to comment.