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