barectf v2.2.0 v2.2.0
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 13 Apr 2016 21:00:09 +0000 (17:00 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 13 Apr 2016 21:00:09 +0000 (17:00 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
CHANGELOG.md
barectf/__init__.py

index 1b0f8d6d85f9e7f4e64ecff6e7061c22fc52f2a7..cdb79daddfb77fac6053f51aabac512fc6f57dc3 100644 (file)
@@ -1,5 +1,34 @@
 # barectf 2 changelog
 
+## barectf v2.2.0
+
+**Features**:
+
+  * Add `$default` boolean property to stream objects, and
+    `$default-stream` string property to the metadata object, to specify
+    a _default stream_: when a default stream exists, tracing function
+    aliases without the default stream name (`barectf_trace_my_event()`,
+    for example) are also generated
+  * Add `options` property to the configuration object, with:
+    * `gen-prefix-def`: true to generate a preprocessor definition
+      (`#define`) in `barectf.h` for the effective prefix
+    * `gen-default-stream-def`: true to generate a preprocessor
+      definition for the default stream name, if any
+  * Create `barectf-tracepoint.h`, a bridging C header file that
+    allows LTTng-UST tracepoints to be used as is with barectf by
+    providing the same `tracepoint()` macro
+
+**Tests**:
+
+  * Test the new `$default` (stream object), `$default-stream` (metadata
+    object), and `options` (configuration object) properties
+
+**README.md**:
+
+  * Add instructions for installing barectf on Arch Linux using the AUR
+  * Add instructions for installing barectf on Ubuntu using a PPA
+
+
 ## barectf v2.1.4
 
 **Minor improvements**:
index 680aaf712246ac2f8e55b197605565ddeafb6b82..7b7ab6fb251962d1d36c2fd34698f3ba4f69f699 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.2.0-dev'
+__version__ = '2.2.0'
 
 
 def _split_version_suffix():
This page took 0.023551 seconds and 4 git commands to generate.