Skip to content

Commit

Permalink
barectf v2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Proulx <pproulx@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
  • Loading branch information
eepp committed Mar 25, 2019
1 parent 27bc6f1 commit 60d63b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -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**:
Expand Down
2 changes: 1 addition & 1 deletion barectf/__init__.py
Expand Up @@ -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():
Expand Down

0 comments on commit 60d63b2

Please sign in to comment.