
Marshall Clow wrote:
Hi,
The master branch is now open for bug fixes, test and documentation changes, but please follow the policy described in:
https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On August 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/calendar
— The release managers
I would like to merge develop into master for Boost.MQTT5: https://github.com/boostorg/mqtt5/compare/master...develop https://github.com/boostorg/mqtt5/commit/14bca520d924fbfd982095bd85b19693717... This is a fix for https://github.com/boostorg/mqtt5/issues/31. https://github.com/boostorg/mqtt5/commit/53c33f23bb442fdfa1a4fe6f3dcf2a42d28... Fixes non-compliance with MQTT spec, reported in https://github.com/boostorg/mqtt5/issues/33. https://github.com/boostorg/mqtt5/commit/62e9dc8b41d4d64fac0aa4d523e5cf27d03... https://github.com/boostorg/mqtt5/commit/46ce0f64202e9191f81981fafced1d830b2... https://github.com/boostorg/mqtt5/commit/f3c1b0c770ecccfe42a89378987910aad65... Fixes high CPU usage when the read buffer is large, reported in https://github.com/boostorg/mqtt5/issues/33. https://github.com/boostorg/mqtt5/commit/272217cbb3eb4c865f0d8cd8b67c055f56c... https://github.com/boostorg/mqtt5/commit/620df1f9934925ac6044e4619c701d6dcf9... These are CI fixes. CI passes on develop. Bruno