release update

This commit is contained in:
maliakal_d 2020-11-25 15:42:41 +01:00
parent 3f1dbb7d67
commit 6901368fd6

View File

@ -29,13 +29,13 @@ This document describes the differences between 5.0.1 and 5.0.0 releases.
Python bindings
---------------
1. Fixed function signatures for getRxUDPSocketBufferSize, setRxUDPSocketBufferSize
and getRxRealUDPSocketBufferSize.
1. Fixed function signatures for getRxUDPSocketBufferSize,
setRxUDPSocketBufferSize and getRxRealUDPSocketBufferSize.
2. Updated pybind11 to v2.6.1 to remove warnings with Python 3.9 and better handling
of C++ standard.
2. Updated pybind11 to v2.6.1 to remove warnings with Python 3.9 and
better handling of C++ standard.
3. Added missing rx_zmqhwm and zmqhwm properties in Python.
3. Added missing properties in Python.
CMake improvements