Alexander Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 1 | Release Notes |
| 2 | ============= |
| 3 | |
Alexander Afanasyev | e19f3f6 | 2018-10-16 11:25:27 -0400 | [diff] [blame^] | 4 | ## Version 0.5.2 |
| 5 | |
| 6 | - The build requirements have been upgraded to gcc >= 5.3 or clang >= 3.6. |
| 7 | This effectively drops support for all versions of Ubuntu older |
| 8 | than 16.04 that use distribution-provided compilers and packages. |
| 9 | |
| 10 | - Transition to v0.3 packet format (Issues #4691 and #4684) |
| 11 | |
Alexander Afanasyev | e374e70 | 2018-05-06 20:47:13 -0700 | [diff] [blame] | 12 | ## Version 0.5.1 |
| 13 | |
| 14 | - Fix forceful shutdown of `Face` when destructing `Logic` instance |
| 15 | (Issue #4525) |
| 16 | |
| 17 | - Fix compilation against the latest version of ndn-cxx library |
| 18 | |
| 19 | - Upgrade `waf` to the latest version and other improvements |
| 20 | |
Alexander Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 21 | ## Version 0.5.0 |
| 22 | |
| 23 | - **Breaking change** Use bzip2 compression of sync Data payload (Issue #4140) |
| 24 | |
| 25 | - Disallow Interest loopback on sync prefix (Issue #3979) |
| 26 | |
| 27 | - Avoid ABI differences between debug/optimized modes (Issue #4496) |
| 28 | |
| 29 | - Extend Socket and Logic API: |
| 30 | |
| 31 | - Allow customization of sync interest lifetime (Issue #4490) |
| 32 | |
| 33 | - Limit the size of created sync Data and enable ability to |
| 34 | customize the maximum packet size through environment variable |
| 35 | (Issue #4140) |
| 36 | |
| 37 | - Allow override of the session number |
| 38 | |
| 39 | - Disable use of Exclude filter (preparation for Exclude deprecation |
| 40 | in NDN and implementation was only partially correct) |