blob: 1701c679ac4a6988566c3dbc6500f7d2cd56c1d8 [file] [log] [blame]
Saurab Dulalcf064442020-12-14 11:04:57 -06001NLSR version 0.6.0
2++++++++++++++++++
3
4**Improvements and Bug Fixes**
5
6- **breaking change** Major changes in the TLV structure and classes. Reduced codebase size and
7 improved compilation times. LSA de/serialize functions are replaced by wireEncode/Decode. Updated LSA
8 wire formats and TLV assignments. Updated nlsrc to print using the new encoding. (:issue:`4787`, :issue:`5116`)
9- LSDB refactor: switch to ``boost::multi_index`` to replace 3 LSA lists (:issue:`4127`)
10- Fix wrong reaction on hello Interest timeout (:issue:`5139`)