From 1249f43a5f5bf2525fdf861b2c695d759e6229aa Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 17 Oct 2017 17:40:57 -0400 Subject: [PATCH] barectf v2.3.0 Signed-off-by: Philippe Proulx --- CHANGELOG.md | 18 ++++++++++++++++++ barectf/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) 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(): -- 2.34.1