Ashlesh Gawande | 9e955bc | 2017-11-30 17:33:03 -0600 | [diff] [blame^] | 1 | NLSR version 0.3.1 (changes since version 0.3.0) |
| 2 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
| 3 | |
| 4 | Release date: January 22, 2017 |
| 5 | |
| 6 | **Changes** |
| 7 | |
| 8 | - **breaking change** Sync uses /localhop component in prefix to reduce duplicate NACKs (:issue:`3627`) |
| 9 | |
| 10 | - **breaking change** LSA uses /localhop component in prefix to reduce duplicate NACKs (:issue:`3899`) |
| 11 | |
| 12 | **Code Changes**: |
| 13 | |
| 14 | - Fib and FaceMap use std::map instead of std::list (:issue:`2781`) |
| 15 | |
| 16 | - NamePrefixTableEntries store RoutingTableEntries using a pointer (:issue:`2863`) |
| 17 | |
| 18 | - Namespace closing comments are now consistent with ndn-cxx guidelines (:issue:`3735`) |
| 19 | |
| 20 | - Update copyright date across all files (:issue:`3736`, `3909`, `3923`) |
| 21 | |
| 22 | - Improve formatting of FaceMap and FaceMapEntry (:issue:`3737`) |
| 23 | |
| 24 | - Sort NextHops on NexthopList insertion (:issue:`2721`) |
| 25 | |
| 26 | **Bug fixes**: |
| 27 | |
| 28 | - HR now recalculates paths after status change of a neighbor (:issue:`3874`) |
| 29 | |
| 30 | - NLSR no longer sets strategies multiple times (:issue:`3743`) |
| 31 | |
| 32 | - NLSR should enable use of ndn-cxx dispatcher (:issue:`3930`) |
| 33 | |
| 34 | - Fix typos in the sample configuration file (:issue:`3113`) |