blob: aa4c52674546e403c663cf1ca6782e7ea4959051 [file] [log] [blame]
Saurab Dulal1158c552020-01-19 18:36:00 -06001NLSR version 0.5.2
2++++++++++++++++++
3
4**Breaking Changes**
5
6The following breaking changes makes this release incompatible with the previous version.
7- Use latest PSync version 0.2.0, sync data compression enabled in full sync by default (:issue:`5061`, :issue:`4917`)
8- Use the double encoding/decoding functions for hyperbolic coordinates (:issue:`4615`)
9
10**New Features**
11
12- Handle zero cost links in Link State Routing (:issue:`4978`)
13
14**Improvements and Bug Fixes**:
15
16- Remove support for old combined seq no file (:issue:`4143`)
17- Sync common test infrastructure with ndn-cxx
18- Refactor Certificate Storage class (:issue:`5075`)
19- Avoid crashing NLSR if identity cannot be created
20- Change init order to register sync routes after hello data has been verified (:issue:`5009`)
21- Fix empty file creation if conf file is same as dynamic (:issue:`5071`)
22- On face event notification, only proceed if face id was zero or updated (:issue:`4394`)