blob: cef5a8218a8b4c169589f2ca0a52e8884eec13e7 [file] [log] [blame] [view]
Alexander Afanasyevf5fca3a2018-02-22 10:50:04 -05001Release Notes
2=============
3
Alexander Afanasyeve374e702018-05-06 20:47:13 -07004## Version 0.5.1
5
6- Fix forceful shutdown of `Face` when destructing `Logic` instance
7 (Issue #4525)
8
9- Fix compilation against the latest version of ndn-cxx library
10
11- Upgrade `waf` to the latest version and other improvements
12
Alexander Afanasyevf5fca3a2018-02-22 10:50:04 -050013## Version 0.5.0
14
15- **Breaking change** Use bzip2 compression of sync Data payload (Issue #4140)
16
17- Disallow Interest loopback on sync prefix (Issue #3979)
18
19- Avoid ABI differences between debug/optimized modes (Issue #4496)
20
21- Extend Socket and Logic API:
22
23 - Allow customization of sync interest lifetime (Issue #4490)
24
25 - Limit the size of created sync Data and enable ability to
26 customize the maximum packet size through environment variable
27 (Issue #4140)
28
29 - Allow override of the session number
30
31- Disable use of Exclude filter (preparation for Exclude deprecation
32 in NDN and implementation was only partially correct)