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