Skip to content

v2.9.1

Compare
Choose a tag to compare
@JLBuenoLopez JLBuenoLopez released this 19 Jan 06:50

This release includes the following bugfixes:

  1. Synchronization fixes:
    1. Fix deadlock in Writer Liveliness Protocol (WLP) using intraprocess (#3115)
    2. Fix data race in DomainParticipant::set_listener (#3188)
    3. Fix deadlock on TLS closure (#3177)
  2. Other fixes:
    1. Fix notification lost (#3194)
    2. Fix total_read_ to be consistent with Reader's History after get_first_untaken_info (#3223)
    3. Use shared pointers for internal singletons (#3185)
    4. Support CCache on Windows (#3159)
    5. Avoid null dereference on fuzzer (#3220)
    6. Other minor fixes and improvements (#3197, #3206, #3214)

PRs in merge order:
#3115, #3159, #3087, #3193, #3194, #3197, #3206, #3185, #3203, #3214, #3221, #3165, #3220, #3177, #3223, #3229, #3232