Skip to content

v2.0.1

Compare
Choose a tag to compare
@etremel etremel released this 26 Jun 21:50
· 707 commits to master since this release
v2.0.1

A few small but important bug fixes over v2.0.

Bugfixes

  • Fixed a regression where external clients failed to construct a tcp_connections object because tcp_connections started asserting that ip_addrs_and_ports was not empty; tcp_connections now allows this parameter to be empty, as it is for external clients.
  • Fixed inconsistent usage of -1 and INT64_MAX to represent an invalid index within Persistent logs; invalid indexes now always use the constant INVALID_INDEX.
  • Fixed a bug in persistent_test (src/persistent/test.cpp) that could cause a stack overflow.
  • Updated the Derecho version number encoded in CMakeLists.txt to reflect the current Derecho version number.