barectf v2.3.0 v2.3.0
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 17 Oct 2017 21:40:57 +0000 (17:40 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 17 Oct 2017 21:40:57 +0000 (17:40 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
CHANGELOG.md
barectf/__init__.py

index 20ba0164bebae61674f08b04e43ce764434bf71a..113bb21f66a3e37bebdb5e1c6e99cc1b1aa37598 100644 (file)
@@ -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**:
index 45194f301ee605c8d0395718f54bdb62433b3fec..881fa9e1d07a784166e8ff0f74bbe941b0c52545 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.1'
+__version__ = '2.3.0'
 
 
 def _split_version_suffix():
This page took 0.025276 seconds and 4 git commands to generate.