Ashlesh Gawande | 9e955bc | 2017-11-30 17:33:03 -0600 | [diff] [blame^] | 1 | NLSR version 0.3.0 (changes since version 0.2.2) |
| 2 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
| 3 | |
| 4 | Release date: August 1, 2016 |
| 5 | |
| 6 | **Code changes**: |
| 7 | |
| 8 | - Updated validation checker for LSA rule in the configuration file (:issue:`2965`) |
| 9 | |
| 10 | - Do not advertise Adjacency LSAs when hyperbolic routing is enabled (:issue:`2402`) |
| 11 | |
| 12 | - Do not distribute coordinate LSAs when using link-state routing. (:issue:`3661`) |
| 13 | |
| 14 | - LSAs should be segmented before they are published (:issue:`2965`) |
| 15 | |
| 16 | - Don't use DummyClientFace::sentDatas (:issue:`3383`) |
| 17 | |
| 18 | - Remove disabled security files (:issue:`2960`) |
| 19 | |
| 20 | - Lsa type should be argument for base class LSA constructor (:issue:`2788`) |
| 21 | |
| 22 | - Use ndn-cxx/DummyClientFace (:issue:`2637`) |
| 23 | |
| 24 | **Bug fixes**: |
| 25 | |
| 26 | - Unit tests cases are installed with `./waf install` (:issue:`3359`) |