blob: fc787f8abd1995e540e247da947ed19f1ef9579b [file] [log] [blame] [view]
Alexander Afanasyevf5fca3a2018-02-22 10:50:04 -05001Release Notes
2=============
3
Alexander Afanasyeve19f3f62018-10-16 11:25:27 -04004## 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 Afanasyeve374e702018-05-06 20:47:13 -070012## 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 Afanasyevf5fca3a2018-02-22 10:50:04 -050021## 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)