barectf v2.1.4 v2.1.4
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 30 Mar 2016 21:42:10 +0000 (17:42 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 30 Mar 2016 21:42:10 +0000 (17:42 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
CHANGELOG.md
barectf/__init__.py

index 1dc18de6358285c858d9139f036064eb59176567..1b0f8d6d85f9e7f4e64ecff6e7061c22fc52f2a7 100644 (file)
@@ -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**:
index 056b02737aead5e306990cac18d7f6ee3fa6aeb3..4aea2b6cade02b14a5b61cf665634c16b75edba9 100644 (file)
@@ -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():
This page took 0.025772 seconds and 4 git commands to generate.