Ashlesh Gawande | 9e955bc | 2017-11-30 17:33:03 -0600 | [diff] [blame^] | 1 | NLSR version 0.3.2 (changes since version 0.3.1) |
| 2 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
| 3 | |
| 4 | Release date: March 15, 2017 |
| 5 | |
| 6 | **Changes** |
| 7 | |
| 8 | - NLSR constructor now accept a KeyChain argument. (:issue:`3742`) |
| 9 | |
| 10 | - Fix security rule for /localhop LSA prefix (:issue:`3899`) |
| 11 | |
| 12 | - Use ndn::nfd::ROUTE_ORIGIN_NLSR instead of a magic number. (:issue:`3903`) |
| 13 | |
| 14 | - Handle "Face Already Exists" error (error code 409) in NFD. (:issue:`3976`) |
| 15 | |
| 16 | - Enable NLSR to register localhost prefix with dispatcher before top-level prefix. (:issue:`3938`) |
| 17 | |
| 18 | - Don't use ndn aliases provided by ndn-cxx/common.hpp. (:issue:`3983`) |
| 19 | |
| 20 | - Remove use of deprecated code. (:issue:`3988`) |