On Wed, Mar 13, 2019 at 3:47 PM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The master branch is is now open for post-beta merges, but only as described in the Post-Beta Merge Policy. See < https://github.com/boostorg/boost/wiki/Releases%3A-Beta-Merge-Policy>
-- The Boost Release Team
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
I ask for permission to merge a few more commits to the master for Histogram: https://github.com/HDembinski/histogram/commit/43f88383acffa380aba03d7cb31e4... This is an important bug-fix. The bug caused an assert to fail in debug mode and a segfault in release mode. A missing unit test was added to test the bug condition. https://github.com/HDembinski/histogram/commit/706fa31ca2a6dfb5ef0004904146d... Fixes all warnings on msvc that come from histogram code. https://github.com/HDembinski/histogram/commit/0e9231a24fd8d070aa85b925f610d... Restore building coverage reports on Travis (accidentally broken in a previous commit). https://github.com/HDembinski/histogram/commit/95ef98091e1022c35de59ebbb400a... https://github.com/HDembinski/histogram/commit/558907eca7c03b331185fa1b3eef8... Turn off building branches on Travis and Appveyor (I use PRs now to develop changes and to let CI test them).