Skip to content

v0.17.1 Final Release

Compare
Choose a tag to compare
@davidvossel davidvossel released this 27 Aug 04:42
· 463 commits to main since this release

This is a bug fix only release.

Changes v0.17.0 - v0.17.1

  • ipcs: Correctly allocate receive buffer size
  • ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup.
  • trie: allow modifying the trie map during the notify callback
  • fix invalid option when run 'ipcclient -h'
  • epoll: don't miss poll events under high load
  • ipc_shm: fix error handling in qb_ipcs_shm_connect()
  • ringbuffer: fix size in qb_rb_create_from_file()
  • ringbuffer: fix qb_rb_open_2() debug format string
  • trie: fixes regression caused by ref count refactoring
  • ipcc: Properly timeout during recv when timeout value is provided