Alexander Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 1 | Release Notes |
| 2 | ============= |
| 3 | |
Alexander Afanasyev | e374e70 | 2018-05-06 20:47:13 -0700 | [diff] [blame^] | 4 | ## 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 Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 13 | ## 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) |