From bfed73be1dee1471d943681e86802583a7fb01b5 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 30 Mar 2016 17:42:10 -0400 Subject: [PATCH] barectf v2.1.4 Signed-off-by: Philippe Proulx --- CHANGELOG.md | 24 ++++++++++++++++++++++++ barectf/__init__.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc18de..1b0f8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # barectf 2 changelog +## barectf v2.1.4 + +**Minor improvements**: + + * Override default metadata `env` entries with user entries instead of + the opposite + * Statically align and compute the size of event fields when possible + for the `_get_event_size_*()` functions when possible + +**Bug fixes**: + + * Do not write event's `stream_id` or stream's `id` when the trace + packet header type has no `stream_id` field. + +**Tests**: + + * Add config test for multiple streams, no `stream_id` field in packet + header type + +**README.md**: + + * Indicate how to install the command's man page + + ## barectf v2.1.3 **Minor improvements**: diff --git a/barectf/__init__.py b/barectf/__init__.py index 056b027..4aea2b6 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.1.3' +__version__ = '2.1.4' def _split_version_suffix(): -- 2.34.1