RELEASE_NOTES
changeset 9944 fe52d2eda4e7
parent 9920 e90d966ba939
child 9946 df4a7e93c13d
equal deleted inserted replaced
9943:c8ca6ad40cf3 9944:fe52d2eda4e7
    19 Supported platforms
    19 Supported platforms
    20 -------------------
    20 -------------------
    21 
    21 
    22 New user-visible features
    22 New user-visible features
    23 -------------------------
    23 -------------------------
    24 - Time attributes can now be bounded.  See attribute-test-suite.cc for an example.
    24 - Time attributes can now be bounded.  See attribute-test-suite.cc for an
       
    25   example.
    25 - IPv6 addrss class 2001:db8::/32 is now dropped by routers (RFC 3849).
    26 - IPv6 addrss class 2001:db8::/32 is now dropped by routers (RFC 3849).
       
    27 - New generic hash function interface.  Two hash functions are provided:
       
    28   murmur3 (default), and the venerable FNV1a.  See the Hash Functions
       
    29   section in the Manual.
    26 
    30 
    27 Bugs fixed
    31 Bugs fixed
    28 ----------
    32 ----------
    29 - Bug 760 - IP address removal can be painful
    33 - Bug 760 - IP address removal can be painful
    30 - Bug 1296 - Enhancement in Ipv[4,6]RoutingHelper
    34 - Bug 1296 - Enhancement in Ipv[4,6]RoutingHelper