Skip to content

Commit

Permalink
Prepare for 1.11.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 7, 2019
1 parent 39464d0 commit cac95fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

.. rubric:: 1.11.4

- Rework the locking internals of :cpp:class:`spead2::recv::stream` so that
a full ringbuffer doesn't block new readers from being added. This changes
the interfaces between :cpp:class:`spead2::recv::reader` and
:cpp:class:`spead2::recv::stream_base`, but since users generally don't deal
with that interface the major version hasn't been incremented.
- Fix a spurious log message if an in-process receiver is manually stopped.
- Fix an intermittent unit test failure due to timing.

.. rubric:: 1.11.3

- Undo the optimisation of using a single flow steering rule to cover multiple
Expand Down
2 changes: 1 addition & 1 deletion spead2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.11.3"
__version__ = "1.11.4"

0 comments on commit cac95fd

Please sign in to comment.