Files
ChronoSync/RELEASE_NOTES.md
T
Alexander Afanasyev e374e7000c Prepare release 0.5.1
Change-Id: I6355c350822fa5de1f68db6d205ca2ba4044b0dc
2018-05-06 20:47:13 -07:00

902 B

Release Notes

Version 0.5.1

  • Fix forceful shutdown of Face when destructing Logic instance (Issue #4525)

  • Fix compilation against the latest version of ndn-cxx library

  • Upgrade waf to the latest version and other improvements

Version 0.5.0

  • Breaking change Use bzip2 compression of sync Data payload (Issue #4140)

  • Disallow Interest loopback on sync prefix (Issue #3979)

  • Avoid ABI differences between debug/optimized modes (Issue #4496)

  • Extend Socket and Logic API:

    • Allow customization of sync interest lifetime (Issue #4490)

    • Limit the size of created sync Data and enable ability to customize the maximum packet size through environment variable (Issue #4140)

    • Allow override of the session number

  • Disable use of Exclude filter (preparation for Exclude deprecation in NDN and implementation was only partially correct)