From: Philippe Proulx Date: Tue, 17 Oct 2017 21:40:57 +0000 (-0400) Subject: barectf v2.3.0 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1249f43a5f5bf2525fdf861b2c695d759e6229aa;p=deliverable%2Fbarectf.git barectf v2.3.0 Signed-off-by: Philippe Proulx --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ba016..113bb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # barectf 2 changelog +## barectf v2.3.0 + +**Features**: + + * Add tracing activity and tracing section API to check whether or not + the traced thread is currently within a barectf tracing function and + to enable or disable tracing. + +**Tests**: + + * Add tox configuration. + +**Fixes**: + + * Fix various testing infrastructure issues. + * Fix generated `bitfield.h` big-endian macros. + + ## barectf v2.2.1 **Minor improvements**: diff --git a/barectf/__init__.py b/barectf/__init__.py index 45194f3..881fa9e 100644 --- a/barectf/__init__.py +++ b/barectf/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '2.2.1' +__version__ = '2.3.0' def _split_version_suffix():