barectf v2.3.1 v2.3.1
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 25 Mar 2019 20:28:03 +0000 (16:28 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 25 Mar 2019 20:28:03 +0000 (16:28 -0400)
Signed-off-by: Philippe Proulx <pproulx@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
CHANGELOG.md
barectf/__init__.py

index 113bb21f66a3e37bebdb5e1c6e99cc1b1aa37598..5256eff18511d964cea3bfb22bcbd2bc8d8f5d0c 100644 (file)
@@ -1,5 +1,16 @@
 # barectf 2 changelog
 
+## barectf v2.3.1
+
+**Fixes**:
+
+  * Share operations between event size computation and event
+    serialization to avoid buffer overflow.
+  * Do not sample clock when closing and opening packets when this is
+    done because the current event does not fit the current packet. This
+    avoids a packet's first event having a timestamp that is less than
+    the packet's beginning timestamp.
+
 ## barectf v2.3.0
 
 **Features**:
index 881fa9e1d07a784166e8ff0f74bbe941b0c52545..f13bb191d357ffe324d0efba12f815ae5d1ddaca 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.3.0'
+__version__ = '2.3.1'
 
 
 def _split_version_suffix():
This page took 0.02438 seconds and 4 git commands to generate.