-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58707/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Kapil Arya.
Bugs: MESOS-1987
https://issues.apache.org/jira/browse/MESOS-1987
Repository: mesos
Description
-------
Previously, Stout's `Version` abstraction only supported a subset of
Semver: version numbers with three numeric components (an optional
trailing "label" with a leading hyphen was supported but ignored).
This commit adds support for SemVer 2.0.0, which defines two additional
optional fields: a "prerelease label" and a "build metadata label",
e.g., "1.2.3-alpha.1+foo". Both labels consist of a series of
dot-separated identifiers.
Diffs
-----
3rdparty/stout/include/stout/version.hpp
7717c85b95d29cefe8f19f3cada4b7402d4d446f
3rdparty/stout/tests/version_tests.cpp
724ed2292fdd3c5f4c98facf82260078b66a0e97
Diff: https://reviews.apache.org/r/58707/diff/1/
Testing
-------
`make check`
Thanks,
Neil Conway