Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 1 | Release Notes |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 2 | ============= |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 3 | |
Nick Gordon | f590fec | 2016-12-15 10:57:08 -0600 | [diff] [blame] | 4 | NLSR version 0.3.1 (changes since version 0.3.0) |
| 5 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
| 6 | |
| 7 | Release date: January 22, 2016 |
| 8 | |
| 9 | **Changes** |
| 10 | |
| 11 | - **breaking change** Sync uses /localhop component in prefix to reduce duplicate NACKs (:issue:`3627`) |
| 12 | |
| 13 | - **breaking change** LSA uses /localhop component in prefix to reduce duplicate NACKs (:issue:`3899`) |
| 14 | |
| 15 | **Code Changes**: |
| 16 | |
| 17 | - Fib and FaceMap use std::map instead of std::list (:issue:`2781`) |
| 18 | |
| 19 | - NamePrefixTableEntries store RoutingTableEntries using a pointer (:issue:`2863`) |
| 20 | |
| 21 | - Namespace closing comments are now consistent with ndn-cxx guidelines (:issue:`3735`) |
| 22 | |
| 23 | - Update copyright date across all files (:issue:`3736`, `3909`, `3923`) |
| 24 | |
| 25 | - Improve formatting of FaceMap and FaceMapEntry (:issue:`3737`) |
| 26 | |
| 27 | - Sort NextHops on NexthopList insertion (:issue:`2721`) |
| 28 | |
| 29 | **Bug fixes**: |
| 30 | |
| 31 | - HR now recalculates paths after status change of a neighbor (:issue:`3874`) |
| 32 | |
| 33 | - NLSR no longer sets strategies multiple times (:issue:`3743`) |
| 34 | |
| 35 | - NLSR should enable use of ndn-cxx dispatcher (:issue:`3930`) |
| 36 | |
| 37 | - Fix typos in the sample configuration file (:issue:`3113`) |
| 38 | |
Muktadir R Chowdhury | 800833b | 2016-07-29 13:43:59 -0500 | [diff] [blame] | 39 | NLSR version 0.3.0 (changes since version 0.2.2) |
| 40 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
| 41 | |
| 42 | Release date: August 1, 2016 |
| 43 | |
| 44 | **Code changes**: |
| 45 | |
Muktadir R Chowdhury | b9d43d0 | 2016-08-03 14:08:33 -0500 | [diff] [blame] | 46 | - Updated validation checker for LSA rule in the configuration file (:issue:`2965`) |
| 47 | |
Muktadir R Chowdhury | 800833b | 2016-07-29 13:43:59 -0500 | [diff] [blame] | 48 | - Do not advertise Adjacency LSAs when hyperbolic routing is enabled (:issue:`2402`) |
| 49 | |
| 50 | - Do not distribute coordinate LSAs when using link-state routing. (:issue:`3661`) |
| 51 | |
| 52 | - LSAs should be segmented before they are published (:issue:`2965`) |
| 53 | |
| 54 | - Don't use DummyClientFace::sentDatas (:issue:`3383`) |
| 55 | |
| 56 | - Remove disabled security files (:issue:`2960`) |
| 57 | |
| 58 | - Lsa type should be argument for base class LSA constructor (:issue:`2788`) |
| 59 | |
| 60 | - Use ndn-cxx/DummyClientFace (:issue:`2637`) |
| 61 | |
| 62 | **Bug fixes**: |
| 63 | |
| 64 | - Unit tests cases are installed with `./waf install` (:issue:`3359`) |
| 65 | |
| 66 | |
Vince Lehman | 0ff5d45 | 2016-01-04 17:20:19 -0600 | [diff] [blame] | 67 | NLSR version 0.2.2 (changes since version 0.2.1) |
| 68 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
| 69 | |
| 70 | Release date: January 5, 2016 |
| 71 | |
| 72 | **Code changes**: |
| 73 | |
| 74 | - Adapt code to changes in NFD/ndn-cxx version 0.4.0 release |
| 75 | |
Vince Lehman | 5363c79 | 2015-06-26 15:25:38 -0500 | [diff] [blame] | 76 | NLSR version 0.2.1 (changes since version 0.2.0) |
| 77 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
| 78 | |
| 79 | Release date: June 30, 2015 |
| 80 | |
| 81 | **Code changes**: |
| 82 | |
| 83 | - Using a configuration file without ``prefix-update-validator`` disables runtime advertise/withdraw instead of exiting (:issue:`2814`) |
| 84 | |
| 85 | **Bug fixes**: |
| 86 | |
| 87 | - Prevent incomplete removal of NPT entry (:issue:`2785`) |
| 88 | |
| 89 | - Correct bidirectional links with differing costs (:issue:`2801`) |
| 90 | |
| 91 | - Fix non-incrementing Adjacency number in AdjLsa::writeLog (:issue:`2594`) |
| 92 | |
| 93 | - Remove FaceDestroyEvent test's reliance on nlsrSeqNo.txt (:issue:`2881`) |
| 94 | |
| 95 | - Test ACTIVE/INACTIVE Adjacencies in LSA construction (:issue:`2735`) |
| 96 | |
Vince Lehman | de5560c | 2015-04-29 17:18:51 -0500 | [diff] [blame] | 97 | NLSR version 0.2.0 (changes since version 0.1.0) |
| 98 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
| 99 | |
| 100 | Release date: April 30, 2015 |
| 101 | |
| 102 | **Build**: |
| 103 | |
| 104 | - The code now requires C++11. The minimum supported gcc version is 4.6, as earlier versions do not have proper support for C++11 features. (:issue:`1930`) |
| 105 | |
| 106 | - Require OpenSSL (:issue:`2375`) |
| 107 | |
| 108 | **New features**: |
| 109 | |
| 110 | - Add nlsrc command-line tool (:issue:`1834`) |
| 111 | |
| 112 | - Advertise/Withdraw name prefixes at runtime (:issue:`1834`) |
| 113 | |
| 114 | - Assign zero cost to hyperbolic direct neighbors (:issue:`1975`) |
| 115 | |
| 116 | - Only hyperbolic costs are adjusted before registering (:issue:`1974`) |
| 117 | |
| 118 | - Add ability to specify different logging levels (:issue:`1935`) |
| 119 | |
| 120 | - Add LSDB dataset publishers (:issue:`2280`) |
| 121 | |
| 122 | - Add LSDB dataset tlv abstractions (:issue:`2280`) |
| 123 | |
| 124 | - Allow zero cost neighbors for hyperbolic routing table calculation (:issue:`1982`) |
| 125 | |
| 126 | - Faces are now created with canonical Face URI (:issue:`1911`) |
| 127 | |
| 128 | - Add configurable router event intervals (:issue:`2071`) |
| 129 | |
| 130 | - Add router-dead-interval configuration setting (:issue:`1878`) |
| 131 | |
| 132 | - Add log formatting specified by log4cxx configuration file (:issue:`1950`) |
| 133 | |
| 134 | - Face URIs in configuration file are checked for validity on load (:issue:`2070`) |
| 135 | |
| 136 | - Configuration variables with default values are now optional (:issue:`1949`) |
| 137 | |
| 138 | - Recalculate routing table after face destroy event (:issue:`2635`) |
| 139 | |
| 140 | - Add Travis-CI build script |
| 141 | |
| 142 | **Code changes**: |
| 143 | |
| 144 | - Change adjacency status from uint32_t to enum (:issue:`1946`) |
| 145 | |
| 146 | - Remove scheduler from NLSR class (:issue:`1981`) |
| 147 | |
| 148 | - Change hyperbolic cost adjustment factor from 100 to 1000 (:issue:`1974`) |
| 149 | |
| 150 | - Remove use of outdated namespace ``ndn::Tlv`` (:issue:`2079`) |
| 151 | |
| 152 | - Remove use of deprecated ``ndn::nfd::Controller(Face&)`` constructor (:issue:`2133`) |
| 153 | |
| 154 | - Routing update publishing is abstracted to SyncLogicHandler (:issue:`2289`) |
| 155 | |
| 156 | - Make ConfParameter variable types consistent with min and max values (:issue:`2084`) |
| 157 | |
| 158 | - Replace LSA string literals with constants (:issue:`2310`) |
| 159 | |
| 160 | - Subscribe to FaceMonitor notifications using connect (:issue:`2350`) |
| 161 | |
| 162 | - Log exceptions thrown in event loop |
| 163 | |
| 164 | - Change ``ndn::ptr_lib::shared_ptr`` to ``std::shared_ptr`` (:issue:`2110`) |
| 165 | |
| 166 | - Avoid deprecated ``ndn::Name::set`` method (:issue:`2505`) |
| 167 | |
| 168 | - Update waf to version 1.8.8-dev |
| 169 | |
| 170 | - Add sorting tiebreaker to NexthopList (:issue:`2715`) |
| 171 | |
| 172 | - Update Jenkins-CI build scripts |
| 173 | |
| 174 | **Bug fixes**: |
| 175 | |
| 176 | - Fix python3 build error (:issue:`1956`) |
| 177 | |
| 178 | - Fix typos in nlsr.conf security section (:issue:`1985`) |
| 179 | |
| 180 | - Stop SyncLogicHandler from fetching a router’s own LSAs (:issue:`2005`) |
| 181 | |
| 182 | - Fix Name LSA comparison which could cause incorrect advertised names to be removed (:issue:`2029`) |
| 183 | |
| 184 | - Fix issue where more faces than max-faces-per-prefix could be applied to a prefix (:issue:`2018`) |
| 185 | |
| 186 | - Stop LSDB from retrieving and out of date LSA when a new one is detected (:issue:`1987`) |
| 187 | |
| 188 | - Correct mistakes in documentation |
| 189 | |
| 190 | - Correct bitmask used to copy Name LSA sequence number (:issue:`2323`) |
| 191 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 192 | NLSR version 0.1.0 (initial release) |
| 193 | ++++++++++++++++++++++++++++++++++++ |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 194 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 195 | Release date: August 25, 2014 |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 196 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 197 | The main design goal of NLSR is to provide a routing protocol to populate `NFD's |
| 198 | <http://named-data.net/doc/NFD/current/>`_ RIB. NLSR calculates the routing table using |
| 199 | link-state or hyperbolic routing and produces multiple faces for each reachable name |
| 200 | prefix in a single authoritative domain. |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 201 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 202 | **Included features**: |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 203 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 204 | - Advertise availability of content through the configured router |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 205 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 206 | - Use `ChronoSync <https://github.com/named-data/ChronoSync>`_ to synchronize routers' LSA sequence numbers and Interest/Data to retrieve LSAs |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 207 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 208 | - Produce a list of ranked forwarding options for each name prefix to facilitate NDN's adaptive forwarding strategies |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 209 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 210 | - Configure maximum number of faces per prefix in NFD’s RIB |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 211 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 212 | - Set up NFD tunnels to neighbors automatically and maintain the tunnels to neighbors |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 213 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 214 | - Provide two routing protocols: |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 215 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 216 | + Link State routing: calculate route cost based on link costs |
| 217 | + Hyperbolic routing: calculate route cost based on hyperbolic coordinates |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 218 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 219 | - Use a hierarchical trust model for routing within a single administrative domain |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 220 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 221 | - Keep NFD’s RIB updated on failure and recovery |