blob: 54ac52be58cc03cd093a21080a1b082828324909 [file] [log] [blame] [view]
Davide Pesaventodd000762020-01-15 01:34:33 -05001# 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 Afanasyevf5fca3a2018-02-22 10:50:04 -050012
Alexander Afanasyeve19f3f62018-10-16 11:25:27 -040013## 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 Afanasyeve374e702018-05-06 20:47:13 -070021## Version 0.5.1
22
Davide Pesaventodd000762020-01-15 01:34:33 -050023- Fix forceful shutdown of `Face` when destructing `Logic` instance (Issue #4525)
Alexander Afanasyeve374e702018-05-06 20:47:13 -070024
Davide Pesaventodd000762020-01-15 01:34:33 -050025- Fix compilation against the latest version of ndn-cxx
Alexander Afanasyeve374e702018-05-06 20:47:13 -070026
Davide Pesaventodd000762020-01-15 01:34:33 -050027- Upgrade `waf` to version 2.0.6 and other build system improvements
Alexander Afanasyeve374e702018-05-06 20:47:13 -070028
Alexander Afanasyevf5fca3a2018-02-22 10:50:04 -050029## Version 0.5.0
30
Davide Pesaventodd000762020-01-15 01:34:33 -050031- **Breaking change:** Use bzip2 compression of sync Data payload (Issue #4140)
Alexander Afanasyevf5fca3a2018-02-22 10:50:04 -050032
33- Disallow Interest loopback on sync prefix (Issue #3979)
34
35- Avoid ABI differences between debug/optimized modes (Issue #4496)
36
Davide Pesaventodd000762020-01-15 01:34:33 -050037- Extend `Socket` and `Logic` API:
Alexander Afanasyevf5fca3a2018-02-22 10:50:04 -050038
Davide Pesaventodd000762020-01-15 01:34:33 -050039 - Allow customization of sync Interest lifetime (Issue #4490)
Alexander Afanasyevf5fca3a2018-02-22 10:50:04 -050040
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)